-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
# Proposed Changes - Rewrite and apply new architecture to the Old Store to make it work with the new Signal Store and Custom Features. Use Computed Signals as a Reflection of the UI and State and Methods as source of information. - Centralize reusable code - Minimize the logic responsibility of the components to make them more simple and more readable - Replace all `ngFor` `ngIf` and `ngSwitch` for the new angular syntax - Add missing `themeId` on layout payload - Add missing functionality to fetch personas on page navigation - Add validation to replace urls from `/` to `index` to maintain consistency - Remove not natural reloads, extra calls to functions and anti-patterns - Fix inconsistencies across shared logic - Remove logic from the templates - Overall cleaning of the code to minimize tech debt - Fix out of place message for No Contentlets in Palette - Enhance overall perfomance of the tool - Fix internal navigation for Traditional Pages (VTL) - Enhance and minimize logic for Inline Editing (It was colliding with the navigation for Traditional Pages) - Add `SCROLLING` state to the Editor - Remove not necessary `MODE` from the editor, since now our store is a reflection of the UI - Separate `status` of the UVE from `state` of the editor to enhance reloads and the natural cycle of the tool - Remove all calls to `queryParams` from the router, since params now live in the store and are in sync with the url - Remove all references of old `EmaStore` - Remove not needed `Enums`, `Types`, `Interfaces` and `Mocks`
- Loading branch information
Showing
69 changed files
with
5,582 additions
and
5,692 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 17 additions & 20 deletions
37
core-web/libs/portlets/edit-ema/portlet/src/lib/dot-ema-shell/dot-ema-shell.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.