You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current table on the Portal looks a bit plain, and the key information isn't very noticeable.
After looking at Vercel and Netlify's table designs, we can make the following improvements:
Vercel
Netlify
Antd List
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.
The text was updated successfully, but these errors were encountered:
The current table on the Portal looks a bit plain, and the key information isn't very noticeable.
After looking at Vercel and Netlify's table designs, we can make the following improvements:
Vercel
Netlify
Antd List
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.
The text was updated successfully, but these errors were encountered: