Skip to content
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

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

kariy
Copy link
Member

@kariy kariy commented Mar 11, 2025

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:

Screenshot 2025-03-12 at 6 07 47 PM

After:

Screenshot 2025-03-12 at 6 07 05 PM

Copy link

vercel bot commented Mar 11, 2025

@kariy is attempting to deploy a commit to the cartridge Team on Vercel.

A member of the Team first needs to authorize it.

@kariy kariy marked this pull request as draft March 12, 2025 01:01
Copy link

vercel bot commented Mar 12, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
explorer-sepolia ✅ Ready (Inspect) Visit Preview Mar 13, 2025 7:10am

@kariy kariy marked this pull request as ready for review March 12, 2025 22:04
@kariy kariy requested a review from ayushtom March 12, 2025 22:06
@kariy
Copy link
Member Author

kariy commented Mar 12, 2025

@ayushtom

For this component:

Screenshot 2025-03-12 at 6 08 33 PM

I decided to just use my current design for now. I think it's a bit too '✨✨'. I will try to simplify based on you comment on Figma.

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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think this is too light. can we have a darker shade?
Screenshot 2025-03-13 at 12 50 18 PM

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants