-
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
feat: remove endpoint label in title and search with enter #213
Conversation
Do we want to remove highlight for metadata that has validation errors? |
Maybe we should add a check so that certain error codes are red-highlighted. We can probably leave the success ones as is. Looking at these, I think 406 and 300 do not need to be red highlighted, @jtyoung84 what do you think? aind-metadata-service/src/aind_metadata_service/client.py Lines 8 to 18 in 52e593c
|
We probably don't need to highlight them. |
Okay makes sense to me! Here is a version where if the status code is 406 or 300, the text is just black. Where you thinking of just having the text in black or be in another color like green or darkorange? |
* feat: remove endpoint label in title and search with enter * feat: better formatting * feat: data before message * feat: remove unnecessary comment * feat:dont highlight status code 406 or 300
fixes #208