-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Designer-1.0.0
-
Component/s: Studio Designer
-
Tags:
-
Sprint:nxNest Sprint 9.2.3, nxNest Sprint 9.2.4
-
Story Points:2
- debounce "status" request (we load all the custom elements on load [to analyze them] and since we are asking for the vcs status when loading a file, we have too many requests when the app starts)
- the vcs status is trying to use the paper-progress from editors but currently not all editors implement the paper-progress API, which causes errors when performing git actions
- remove paper-tooltip and replace with title attr from HTML
- wrap display of popups in a promise, otherwise the popup is opened before the list of files is fetched from the server -> causes issues with rendering
- review the styling of the list of files in the popup
- review the colors and styles of buttons