-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Description --- - config updates: - ~~added replayed items to app config (since the requirements only allow for one replay per app install)~~ - removed old config flags we don't need any more - UI updates: - added replay button to history item and missed item counter to wallet button - added individual replay text to `Earnings.tsx` for the animatin - logic updates: - add check to `useEarningsRecap` to set reward counter - added `handleWinReplay` action to `useBlockchainVisualisationStore` to handle individual replay animations (whether mining or not) Motivation and Context --- - https://tari.atlassian.net/browse/TC-47 How Has This Been Tested? --- - locally: https://github.com/user-attachments/assets/fa704cb0-8965-406c-a2e4-fde2dc472c97 (when not mining animation state has to be started, then stopped after) https://github.com/user-attachments/assets/3c008eb1-6dc8-40f5-b1d4-f8cb9c5e1108 What process can a PR reviewer use to test or verify this change? --- - open wallet and replay any history item animation - if you leave it mining for a while unfocused/minimised and come back with recaps, there should be a notification with a counter of the wind you missed. - opening the wallet to go replay should clear the counter Breaking Changes --- - [x] None --------- Co-authored-by: Brian Pearce <[email protected]>
- Loading branch information
1 parent
0fc0abb
commit 6aa992a
Showing
46 changed files
with
424 additions
and
281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,28 @@ | ||
{ | ||
"auto-miner": "Auto Miner", | ||
"auto-miner-description": "Auto miner will turn on your miner when your machine is idle", | ||
"block": "Block", | ||
"hide-history": "Hide history", | ||
"history-hide-button": "Hide History", | ||
"history-show-button": "History", | ||
"lost-connection": "Lost connection to the Tari Network. Reconnecting..", | ||
"mining-schedules": "Mining Schedules", | ||
"mining-schedules-description": "Schedule your mining activity", | ||
"next-milestone": "Next Milestone", | ||
"paper-wallet-button": "Sync with Phone", | ||
"paper-wallet-tooltip-message": "Track your XTM balance anywhere by syncing Universe with Tari Aurora.", | ||
"paper-wallet-tooltip-title": "Sync with Phone", | ||
"recent-wins": "Recent wins", | ||
"setup-scheduler": "Setup Scheduler", | ||
"show-history": "Show history", | ||
"wallet-balance": "Wallet Balance", | ||
"share": { | ||
"history-item-button": "Flex & Invite", | ||
"title": "I just mined tari", | ||
"winner-pill": "Winner of block", | ||
"copied": "Link Copied!", | ||
"button-text": "FLEX & INVITE", | ||
"reward": "my reward" | ||
} | ||
} | ||
"auto-miner": "Auto Miner", | ||
"auto-miner-description": "Auto miner will turn on your miner when your machine is idle", | ||
"block": "Block", | ||
"hide-history": "Hide history", | ||
"history-hide-button": "Hide History", | ||
"history-show-button": "History", | ||
"lost-connection": "Lost connection to the Tari Network. Reconnecting..", | ||
"mining-schedules": "Mining Schedules", | ||
"mining-schedules-description": "Schedule your mining activity", | ||
"next-milestone": "Next Milestone", | ||
"paper-wallet-button": "Sync with Phone", | ||
"paper-wallet-tooltip-message": "Track your XTM balance anywhere by syncing Universe with Tari Aurora.", | ||
"paper-wallet-tooltip-title": "Sync with Phone", | ||
"recent-wins": "Recent wins", | ||
"rewards": "Rewards", | ||
"setup-scheduler": "Setup Scheduler", | ||
"share": { | ||
"button-text": "FLEX & INVITE", | ||
"copied": "Link Copied!", | ||
"history-item-button": "Flex & Invite", | ||
"reward": "my reward", | ||
"title": "I just mined tari", | ||
"winner-pill": "Winner of block" | ||
}, | ||
"show-history": "Show history", | ||
"wallet-balance": "Wallet Balance" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.