-
Notifications
You must be signed in to change notification settings - Fork 75
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(FR-368): Update folder list Immediately after creating a new folder. #3053
base: main
Are you sure you want to change the base?
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. |
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 4.91% (-0% 🔻) |
398/8113 |
🔴 | Branches | 4.24% | 239/5633 |
🔴 | Functions | 2.95% | 78/2641 |
🔴 | Lines | 4.82% (-0% 🔻) |
383/7938 |
Test suite run success
124 tests passing in 14 suites.
Report generated by 🧪jest coverage report action from 03f36f1
dba9631
to
918906c
Compare
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.
918906c
to
8dce5c5
Compare
8dce5c5
to
03f36f1
Compare
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
resolves #3031 (FR-368)
Adds a new
backend-ai-folder-created
event to refresh the folder list immediately after folder creation in the React modal component. This ensures the storage list view stays synchronized when folders are created through the new React-based creation modal.Checklist:
v24.09.0+post.0
Check the folder list is updated immediately.