Actions
Enhancement #27033
openArchitecture #26788: Rewrite WorkflowInformation navigation bar in Elm
Architecture #27029: Change request count Elm WorkflowInformation app needs a loader
Make the notification loader fixed-width
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Medium
Name check:
To do
Fix check:
To do
Regression:
No
Description
In parent issue, we added a loader to wait until app is init:
But it change in width and make the whole frame move, which is disturbing. We should enhance that to keep everything static appart from the digits.
Files
Updated by Clark ANDRIANASOLO 24 days ago
- Status changed from New to In progress
- Assignee set to Clark ANDRIANASOLO
Updated by Clark ANDRIANASOLO 24 days ago
- Status changed from In progress to New
- Assignee deleted (
Clark ANDRIANASOLO) - Effort required set to Medium
it looks more annoying to fix that just adding a fixed-with : perhaps we need a CSS because it's due to the Elm app being mounted in place of the existing same HTML element, it causes a small glitch and the DOM seems to be exactly the same but the spacing is changed a bit
Actions