-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UI] Batches UI Improvements (#14640)
Screenshots should give the main overview of the changes Questions for reviewers. Technical: - [X] Are there any CSS conventions within Hail? I assume I need to migrate the ad-hoc "style" tags into CSS? - [X] There still seems to be a bunch of unused space after truncated batch names. I'm not sure why UX: - [x] I've moved the status indicator to the front of the line. Is that ok? - to help with layout within the batch-name box - to put it in a reliable place (ie not moving around based on how long the name is) - [x] I'm not really sure I like the change to Pending. Curious for others' thoughts #### Example: Batches page (layout and columns) ##### Before: <img width="1735" alt="image" src="https://github.com/user-attachments/assets/c2966f9a-1802-479f-8fb4-3882a4552fad"> ##### After: <img width="1748" alt="image" src="https://github.com/user-attachments/assets/4a6a5c5a-23a5-42a4-bc8e-6624f83880fa"> #### Example: Batch Details page (Renaming confusing 'Pending' field) ##### Before: <img width="1044" alt="image" src="https://github.com/user-attachments/assets/ebb3eb52-69d7-44ba-a2c5-f0f219a0b5bb"> ##### After: <img width="1059" alt="image" src="https://github.com/user-attachments/assets/6fa01eae-567d-49e5-a59e-768bf936a1b1"> Fixes #14628. Adds and shuffles content on the new Batches table
- Loading branch information
1 parent
856d388
commit ec3e89f
Showing
4 changed files
with
45 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters