diff --git a/src/lib/components/dashboard/shared/TxsHistoryTable.svelte b/src/lib/components/dashboard/shared/TxsHistoryTable.svelte
new file mode 100644
index 0000000..992f7d2
--- /dev/null
+++ b/src/lib/components/dashboard/shared/TxsHistoryTable.svelte
@@ -0,0 +1,145 @@
+
+
+
+
+
+ Amount (BTC)
+ Address
+ Type
+ Height
+ Actions
+
+
+ {#each sbtcEvents.results as event}
+
+
+
+
+
+
+
+ {/each}
+
+
+
+
+
diff --git a/src/lib/components/shared/ArrowUpRight.svelte b/src/lib/components/shared/ArrowUpRight.svelte
index 2df5867..4356a86 100644
--- a/src/lib/components/shared/ArrowUpRight.svelte
+++ b/src/lib/components/shared/ArrowUpRight.svelte
@@ -8,7 +8,7 @@ let anchorClass = clazz + ' rounded-md bg-black flex items-center justify-center
diff --git a/src/lib/components/transactions/Paging.svelte b/src/lib/components/transactions/Paging.svelte
index 31a9304..5be33c6 100644
--- a/src/lib/components/transactions/Paging.svelte
+++ b/src/lib/components/transactions/Paging.svelte
@@ -1,78 +1,80 @@
{#if totalEvents > 0 && inited}
-
-
-
-
- Previous
-
-
-
- Next
-
-
-
-
-
+
+
+ Previous
+
+
+
+ Next
+
+
+
{/if}
diff --git a/src/routes/transactions/+page.svelte b/src/routes/transactions/+page.svelte
index b37dec2..e45a2c0 100644
--- a/src/routes/transactions/+page.svelte
+++ b/src/routes/transactions/+page.svelte
@@ -1,79 +1,53 @@
@@ -82,78 +56,33 @@ onMount(async () => {
-
-
-
-
Transaction History
- {#if inited}
-
-
-
{(sbtcEvents) ? sbtcEvents.events : ''} Deposits & withdrawals
-
- {#if !myDepositsFilter}
{/if}
-
- toggleMine()} >
- {#if myDepositsFilter}
- my txs
- {:else}
- all txs
- {/if}
-
-
+
+
+
Transaction History
+ {#if inited}
+
+
+
+
-
-
-
-
-
Height
-
Address
-
Amount
-
-
Type
-
Actions
-
-
-
- {#each sbtcEvents.results as event}
-
- {/each}
-
-
-
+
+
+
+
-
- {/if}
+
+
+ {:else}
+
+
+
+
+
+
+
+
+ {/if}
-
-
+