-
Notifications
You must be signed in to change notification settings - Fork 535
Add table component to UI #2183
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
Conversation
jeremyevans
left a comment
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 like how much simpler this makes things.
cd6bdf7 to
5de6233
Compare
9111ab2 to
1d5971c
Compare
5de6233 to
42ccaf8
Compare
42ccaf8 to
37646b8
Compare
|
I initially planned to convert all the tables at once, but it seems like it's going to take a while and cause conflicts over time. So, I've decided to merge the initial version first and gradually convert all tables. Other team members can also assist with the conversion. |
We have many tables to display resources in our UI, and we keep copying and pasting the same code. Some of these tables also have incorrectly copied styles. When we want to make changes to a table, it requires updating multiple places. The new component will help us solve these issues. We have a similar `kv_data_card` component for displaying resource details, and I find it very useful.
37646b8 to
1194e35
Compare
We have many tables to display resources in our UI, and we keep copying and pasting the same code. Some of these tables also have incorrectly copied styles. When we want to make changes to a table, it requires updating multiple places. The new component will help us solve these issues.
We have a similar
kv_data_cardcomponent for displaying resource details, and I find it very useful.