-
Notifications
You must be signed in to change notification settings - Fork 1
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
MPDX-7948 Rebuilding the UI - Appeals initial page #968
Conversation
Bundle sizes [mpdx-react]Compared against bdb139d
|
Could we have this box be a static alert instead of a styled div? |
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.
It looks good! Adding formik seems great for error handling. I noticed that when you add a new appeal the form doesn't clear and it doesn't get added to the list of appeals until a refresh. Maybe that is coming in a different PR?
Preview branch generated at https://MPDX-7948-rebuilding-the-ui.d3dytjb8adxkk5.amplifyapp.com |
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.
It's looking good. Just some small UI changes
Good catches! |
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.
Great work!
total={appeal.pledgesAmountTotal} | ||
changePrimary={changePrimary} | ||
/> | ||
<Appeal appeal={appeal} changePrimary={handleChangePrimary} /> |
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.
Could you have the "Showing 10 of 10" text be normal size and not h6?
My main improvements were: - Using Formik instead of State - Not waiting got statuses and tags to load in before rendering the form, and showing skeletons.
3f10ca1
to
3c2975b
Compare
Description
This PR focuses on rebuilding the UI for the Appeals initial page. The updates include simplifying the code, improving the user experience, and enhancing the functionality of the Appeals page.
Changes
ToolsWrapper
to the Appeals initial page.I have not written tests for this, as this will come later. This PR is purely for UI on the initial appeals page.
Checklist: