-
Notifications
You must be signed in to change notification settings - Fork 77
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
UI/clients list page progress #189
Conversation
Current Code Coverage Percent of this PR:71.09 %Files having coverage below 100%
|
@ajinkyaa Some feedback. |
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.
- Please update chart background color to #F5F7F9 (Light Gray 20)
- Text color should be #1D1A31 (Dark Purple) everywhere and #4A485A(Dark Purple 80) for table header text
- Table headers font size should be 12px with letter spacing of 2px
- Chart text should be 14px with letter spacing of 2px
- Table header background should be white
- Number in the chart (below the bars) should have font color #777683 (Dark Purple 60), font size 14px and letter spacing of 2px
- Can we remove the divider after the last row in the table?
- Action buttons for each row should only appear on hover
- Row should be highlighted on hover and should be clickable
@AkashKale |
It is in the design - https://www.figma.com/file/4gdPDRPqGqQqPYsO3Qj8CG/Miru-App?node-id=674%3A2783 When the user clicks on the client name it opens the client page |
@AkashKale @supriya Please check the todo list, its only few remaining. Please check other ones. |
@ajinkyaa Looks ok to me. As discussed add a new card for the remaining changes.
|
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.
Added some minor comments.
@AkashKale except font issues, other issues are resolved, please review |
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.
@ajinkyaa added some concerns
@@ -0,0 +1,27 @@ | |||
interface ClientArray { |
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.
why do we need this in a separate file. Can we use this in the same file
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.
If some interfaces are similar in multiple components, we can export from interface file.
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.
LGTM 🎉
Summary
https://saeloun.notion.site/Clients-list-Page-as-per-the-UI-design-a8cbfc9db3db45ecb29722b356b91eb0