-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: bookmark CSVs #608
feat: bookmark CSVs #608
Conversation
Add the option to bookmark the current CSV content and to load previously bookmarked files. Bookmarks are stored by chainId and the user can give a name to each of the transfers. Bookmarks also get persisted into local storage such that they are persisted between page loads.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All is good here except that I can not run it locally. The "waiting for safe app" appears when not inside safe.
Tried on Firefox [it recognizes it as an app but nothing is ever displayed]
On Brave it says its not an app:
There are a bunch of warnings: Failed to parse source map from
which are all rooted in safe-global/safe-apps-sdk/node_modules/@safe-global/safe-gateway-typescript-sdk
.
import { useAppSelector } from "src/stores/store"; | ||
|
||
const HIDE_TIME = 7_000; | ||
|
||
const higherSeverity = (a: Message["severity"], b: Message["severity"]) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cute!
Tried it! Working well! Merge it baby! |
What this feature is about
Adds the option to bookmark the current CSV content and to load previously bookmarked files.
Bookmarks are stored by chainId and the user can give a name to each of the transfers.
Bookmarks also get persisted into local storage such that they are persisted between page loads.
Screenshots