-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adjust various smaller UI elements #380
Conversation
brianlove
commented
May 31, 2024
- Added a tooltip to the detail view's growth columns (closes Ensure detail view growth metric is appropriately caveated #257).
- Remove group-related entries from the metadata modal (closes Remove group-related fields from metadata pane #334).
- Displayed "AI jobs" column by default instead of "TT1 jobs" (closes Main table should display "AI jobs" by default #366).
- Remove the ticker row from the condensed metadata table (closes Hide ticker row from condensed metadata table #367).
No need for rebasing 👍 |
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified FilesNo covered modified files...
|
JavaScript CoverageSummary
Modified Files • (67%)
|
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.
Yay, lots of issue closing! One small thing, I think this may have removed the tickers from the metadata table altogether rather than just from the condensed table
Restore the stock ticker rows as part of the detailed metadata modal (instead of the summary table that it was originally part of).
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.
👍