-
Notifications
You must be signed in to change notification settings - Fork 3
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
refactor(block details): selector component and slight table redesign #29
base: main
Are you sure you want to change the base?
Conversation
@kariy is attempting to deploy a commit to the cartridge Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
cell: (info) => ( | ||
<TableCell | ||
onClick={() => navigateToTxn(info.renderValue())} | ||
className="w-full flex items-center overflow-hidden cursor-pointer pr-4 hover:text-blue-400 transition-all" | ||
className="w-full hover:underline hover:text-gray-300 cursor-pointer pr-4" |
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.
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.
I think these filters are not working
https://github.com/user-attachments/assets/28673d34-c0ec-4aa1-9345-d2a22029cdcb
a bit of refactor on the table stuff. refactor out the transaction list table into its own component (will do the same for the other data ie events, messages, state updates) so it's easier to manage.
Before:
After: