Skip to content

Commit

Permalink
update snapshot, add cur-pointer class
Browse files Browse the repository at this point in the history
  • Loading branch information
Duddino committed Jan 28, 2025
1 parent a3b243c commit fd5a173
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/snapshots/html/snapshot.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="scrollTable" data-testid="activity"><div><table class="table table-responsive table-sm stakingTx table-mobile-scroll"><thead><tr><th scope="col" class="tx1">Time</th><th scope="col" class="tx2">Description</th><th scope="col" class="tx3">Amount</th><th scope="col" class="tx4 text-right"></th></tr></thead><tbody><tr><td class="align-middle pr-10px" style="font-size: 12px;"><span style="opacity: 0.5;">Nov 7</span></td><td class="align-middle pr-10px txcode"><a href="https://explorer.duddino.com/tx/d5216aed0b32dabeba9e4f27b6b90dcb697e2a6803dbeec0c98bb07c19630ef4" target="_blank" rel="noopener noreferrer"><code class="wallet-code text-center active ptr" style="padding: 4px 9px;">Block Reward</code></a></td><td class="align-middle pr-10px"><b style="font-family: &quot;Montserrat Medium&quot;; font-size: 13px; font-weight: 100;"><i class="fa-solid fa-gift" style="padding-right: 5px; color: white;"></i><span style="font-weight: 300;">4<span style="opacity: 0.55; font-size: 13px">.00</span></span><span style="font-weight: 300; opacity: 0.55;">&nbsp;PIV</span></b></td><td class="text-right pr-10px align-middle"><span class="badge mb-0 badge-purple"><span class="checkIcon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<div class="scrollTable" data-testid="activity"><div><table class="table table-responsive table-sm stakingTx table-mobile-scroll"><thead><tr><th scope="col" class="tx1">Time</th><th scope="col" class="tx2">Description</th><th scope="col" class="tx3">Amount</th><th scope="col" class="tx4 text-right"><i class="fa-solid fa-file-csv cur-pointer"></i><!--teleport start--><!--teleport end--></th></tr></thead><tbody><tr><td class="align-middle pr-10px" style="font-size: 12px;"><span style="opacity: 0.5;">Nov 7</span></td><td class="align-middle pr-10px txcode"><a href="https://explorer.duddino.com/tx/d5216aed0b32dabeba9e4f27b6b90dcb697e2a6803dbeec0c98bb07c19630ef4" target="_blank" rel="noopener noreferrer"><code class="wallet-code text-center active ptr" style="padding: 4px 9px;">Block Reward</code></a></td><td class="align-middle pr-10px"><b style="font-family: &quot;Montserrat Medium&quot;; font-size: 13px; font-weight: 100;"><i class="fa-solid fa-gift" style="padding-right: 5px; color: white;"></i><span style="font-weight: 300;">4<span style="opacity: 0.55; font-size: 13px">.00</span></span><span style="font-weight: 300; opacity: 0.55;">&nbsp;PIV</span></b></td><td class="text-right pr-10px align-middle"><span class="badge mb-0 badge-purple"><span class="checkIcon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<path d="M31.7,10l-18,18c-0.7,0.7-1.8,0.7-2.5,0c0,0,0,0,0,0l-11-11c-0.3-0.3-0.3-0.9,0-1.2c0,0,0,0,0,0l5-5c0.3-0.3,0.9-0.3,1.2,0
c0,0,0,0,0,0l6,6l13-13c0.3-0.3,0.9-0.3,1.3,0l5,5C32.1,9.1,32.1,9.6,31.7,10C31.8,10,31.8,10,31.7,10C31.7,10,31.7,10,31.7,10"></path>
</svg>
Expand Down
5 changes: 4 additions & 1 deletion scripts/dashboard/TxExport.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ function exportToCsv() {
</script>

<template>
<i class="fa-solid fa-file-csv" @click="showConfirmationModal = true"></i>
<i
class="fa-solid fa-file-csv cur-pointer"
@click="showConfirmationModal = true"
></i>
<Teleport to="body">
<Modal :show="showConfirmationModal">
<template #header>
Expand Down

0 comments on commit fd5a173

Please sign in to comment.