-
Notifications
You must be signed in to change notification settings - Fork 11
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: entrypoints and transactions card static ui #26
feat: entrypoints and transactions card static ui #26
Conversation
- added static data - added custom scrollbar which is always visible for better ux - added loaders wherever needed - added tooltips to data wherever deemed necessary - added copy support to transaction hashes - cycling through 10 static colors so that they never repeat adjacently + can be reused
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.
Hello, please make the following changes:
-
Fix lint errors
![image](https://github.com/walnuthq/starkflare/assets/91109124/bb6443a7-c2f2-481c-8944-63e360377d28 -
Move the entrypoints-stacked-bar-chart file to the components/stats/entryponits folder
-
I noticed that you import the Input component from shadcn, but don't use it. Instead, you create your own using the standard html tag "input". It is necessary to use the Input component from shadcn
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.
LGTM!
@bhavyagosai resolve branch conflicts please |
resolved! |
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.
@bhavyagosai can you please fix the merge conflicts again?
hideOnClick
boolean propNote: