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

Improving Table Design for Better Use #610

Open
pomelo-nwu opened this issue Nov 29, 2024 · 0 comments
Open

Improving Table Design for Better Use #610

pomelo-nwu opened this issue Nov 29, 2024 · 0 comments
Labels

Comments

@pomelo-nwu
Copy link
Collaborator

pomelo-nwu commented Nov 29, 2024

The current table on the Portal looks a bit plain, and the key information isn't very noticeable.
image

After looking at Vercel and Netlify's table designs, we can make the following improvements:

  • Vercel
    image

  • Netlify
    image

  • Antd List
    image

  • Remove Header and Add Filters: We can remove the header and add filters using a ButtonGroup. This makes the interface cleaner and the filtering options more obvious.

  • Show Two Pieces of Information in Each Cell: Each cell can display two pieces of information, with the most important one highlighted. This helps to emphasize the key data.

  • Click for Details and Hide Actions: Users can click to see detailed information, and all other actions (like edit, delete) can be hidden under an '...' menu. This keeps the table clean and uncluttered.

image

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

No branches or pull requests

1 participant