-
Notifications
You must be signed in to change notification settings - Fork 27
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
Transition from styled components to MUI for DocumentListTable.jsx and DocumentListTableRow.jsx #376
Comments
Hey @cameronabel, just wanted to check up on the progress of this. |
Think I'll unassign this for now. Let me know when activity for this issue picks up again, I'll have this re-assigned. |
@leekahung I'll grab this issue also |
Pick one and start from there |
@leekahung ok I'll start with #408 |
If you think you could handle both issues and work on them, I'm fine with assigning this to you as well. 👍 We've been having issues recently where people gets assigned a task, but not end up working on them with little to no response back when checking up on the progress. |
@bingeboy Are you currently working on this? If so, would you like to be assigned? |
@andycwilliams I haven't started it yet |
Describe the Current Behavior/Feature:
Currently we have an issue already opened for ClientListTable and ClientListTableRow to be updated from styled components to MUI in #219. However,
DocumentListTable.jsx
andDocumentListTableRow.jsx
utilizes a lot of the same stylings. If the styling gets updated there, we would also need to update DocumentListTable and DocumentListTableRow as well during the transition.Proposed Implementation (if applicable):
Simply need to update DocumentListTable and DocumentTableListRow as well during the swap from styled components to MUI.
The text was updated successfully, but these errors were encountered: