You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a dotCMS user, I want to see loading indicators in the edit mode when certain actions are happening, such as loading a remote page, changing query parameters (language or persona), adding a new piece of content, or deleting a piece of content. This will provide me with visual feedback and improve my user experience by letting me know that actions are being processed in the background.
Needs to add loading indicator when:
The content you are editing has changed. Please copy your edits and refresh the page.
* first approach to check loading state
* Using mutation
* Maybe we don't need all
* Can't get containers on load
* this is an approach
* clean the code
* Update edit-ema-editor.component.html
* Update package-lock.json
* fix and add test cases
* feedback
* add test cases
* add test cases for sanitize url
* add test cases
* add test cases
* Update edit-ema-editor.component.spec.ts
---------
Co-authored-by: Freddy Montes <[email protected]>
User Story
As a dotCMS user, I want to see loading indicators in the edit mode when certain actions are happening, such as loading a remote page, changing query parameters (language or persona), adding a new piece of content, or deleting a piece of content. This will provide me with visual feedback and improve my user experience by letting me know that actions are being processed in the background.
Needs to add loading indicator when:
Acceptance Criteria
Proposed Objective
Static content: "Core Features"
Proposed Priority
Static content: "Priority 3 - Average"
External Links... Slack Conversations, Support Tickets, Figma Designs, etc.:
Maybe we can use this one for the page https://www.primefaces.org/primeng-v15-lts/progressbar#indeterminate
Assumptions & Initiation Needs
The text was updated successfully, but these errors were encountered: