-
Notifications
You must be signed in to change notification settings - Fork 5
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
Ws 119/admin listing page #6179
Conversation
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.
Lots of comments but it looks great overall.
A couple of general concerns that won't block anything here:
- The lack of tests here gives me The Fear
- I've used styled-components in my half of this task, you've gone for regular CSS here. It makes no difference to me which way we go, but we should pick one and migrate the other over.
…thub.com/wellcomecollection/wellcomecollection.org into WS-119/admin-listing-page � Conflicts: � identity-admin/webapp/package.json � identity-admin/webapp/pages/_app.tsx � identity-admin/webapp/pages/index.tsx � identity-admin/webapp/yarn.lock
…mecollection.org into WS-119/admin-listing-page
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.
Mostly changes to the tests
identity-admin/webapp/components/search/StatusDropdown.test.tsx
Outdated
Show resolved
Hide resolved
identity-admin/webapp/components/search/StatusDropdown.test.tsx
Outdated
Show resolved
Hide resolved
identity-admin/webapp/components/search/StatusDropdown.test.tsx
Outdated
Show resolved
Hide resolved
…thub.com/wellcomecollection/wellcomecollection.org into WS-119/admin-listing-page � Conflicts: � yarn.lock
background-color: rgb(233, 236, 239); | ||
color: grey; |
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.
This is equivalent to:
background-color: #E9ECEF;
color: #808080;
This doesn't meet contrast guidelines. The text should be #696969
or darker, which I think still makes it obvious that the link is disabled:
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.
Awesome job. Works well and looks great 👍
No description provided.