Skip to content

[PA] Rename filtercard dialog does not have feedback when saving#2002

Open
khairul-syazwan wants to merge 2 commits intodevelopfrom
khairul-syazwan/analyze-1987-develop
Open

[PA] Rename filtercard dialog does not have feedback when saving#2002
khairul-syazwan wants to merge 2 commits intodevelopfrom
khairul-syazwan/analyze-1987-develop

Conversation

@khairul-syazwan
Copy link
Collaborator

#1987

Screen Recording 2026-03-13 at 7 40 01 AM

Merge Checklist

Please cross check this list if additions / modifications needs to be done on top of your core changes and tick them off. Reviewer can as well glance through and help the developer if something is missed out.

  • Automated Tests (Jasmine integration tests, Unit tests, and/or Performance tests)
  • Updated Manual tests / Demo Config
  • Documentation (Application guide, Admin guide, Markdown, Readme and/or Wiki)
  • Verified that local development environment is working with latest changes (integrated with latest develop branch)
  • following best practices in code review doc

Copy link
Contributor

Copilot AI left a 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 “saving” feedback to the rename dialog flow by wiring a busy/loading state through the dialog and disabling actions during the rename request.

Changes:

  • Add isRenamingBookmark state and pass it to <messageBox :busy="..."> to show a loading indicator while renaming.
  • Disable Save/Cancel actions and prevent closing the dialog while a rename request is in-flight.
  • Convert confirmRenameBookmark to async/await for sequential request handling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants