-
Notifications
You must be signed in to change notification settings - Fork 78
style(FR-1696): touch up Folder explorer headisplay and display count #4581
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
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
11e930d to
6dbd272
Compare
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🔴 | Statements | 4.68% | 547/11676 |
| 🔴 | Branches | 3.81% | 314/8231 |
| 🔴 | Functions | 2.91% | 104/3577 |
| 🔴 | Lines | 4.63% | 529/11417 |
Test suite run success
125 tests passing in 14 suites.
Report generated by 🧪jest coverage report action from bfd10d6
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.
Pull Request Overview
This PR adds font weight normalization and character count display to the folder name editor in the FolderExplorerHeader component.
- Reset font weight to 'normal' for the title section and input field to override BAIModal header styling
- Added character counter to the folder name input with a maximum of 64 characters
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
agatha197
left a comment
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.
Can you modify EditableVFolderName too?
agatha197
left a comment
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.
LGTM
Merge activity
|
…#4581) Resolves #4666 ([FR-1696](https://lablup.atlassian.net/browse/FR-1696)) # Reset font weight in FolderExplorerHeader and add character count to input This PR makes two styling changes to the FolderExplorerHeader component: 1. Resets the font weight to 'normal' in the title area to override the font weight set by BAIModal header 2. Adds a character counter to the input field with a maximum of 64 characters 3. Sets the input field's font weight to 'normal' These changes ensure consistent styling and provide better user feedback when entering text in the folder explorer. **Checklist:** - [ ] Documentation - [ ] Minium required manager version - [ ] Specific setting for review (eg., KB link, endpoint or how to setup) - [ ] Minimum requirements to check during review - [ ] Test case(s) to demonstrate the difference of before/after [FR-1696]: https://lablup.atlassian.net/browse/FR-1696?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
6dbd272 to
bfd10d6
Compare

Resolves #4666 (FR-1696)
Reset font weight in FolderExplorerHeader and add character count to input
This PR makes two styling changes to the FolderExplorerHeader component:
These changes ensure consistent styling and provide better user feedback when entering text in the folder explorer.
Checklist: