-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: maintain view and viewpart registries in a single place and…
… apply the grid in grid-component This reduces the complexity of managing auxiliary routes and applying viewgrid changes. The following changes were made: - `WorkbenchUrlObserver` is the only place to listen for URL grid changes - changed viewpart grid to be immutable - maintain viewparts in `WorkbenchViewPartRegistry` in the same way as `WorkbenchViewRegistry` for views - moved detach/attach logic of the viewparts to `ViewPartGridComponent` because responsible for showing the grid
- Loading branch information
1 parent
cd674d5
commit fdc9218
Showing
18 changed files
with
424 additions
and
428 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
36 changes: 0 additions & 36 deletions
36
projects/scion/workbench/src/lib/routing/view-registry-synchronizer.service.ts
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.