-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(compass-workspaces): introduce workspaces plugin; implement sing…
…le top level tabs COMPASS-7354 (#5169) * feat(compass-workspaces): introduce workspaces plugin; implement single top level tabs * chore(compass-components): redesign workspace tabs * chore(sidebar): add Performance item to the sidebar * chore(workspaces): workspace type based on tab plugins * chore: depcheck * chore: more depcheck * chore: lint and broken unit test fixes * chore(workspaces): add missing event listeners * chore(app-registry): add activate helpers * chore(e2e): update e2e tests for the new workspace tabs * chore(workspaces): empty state and plus button behavior * chore(workspaces): add tabs tests * chore(components): fix tab focus state and visible focus color * chore(components): update tab test * chore(app-stores): show error toast if failed to get instance info on first try * chore(collection): remove duplicated prop from expression * chore(sidebar): be more explicit about default value for instance props * fix(workspaces): when opening an existing workspace, prioritize current active one when selecting * fix(workspaces): handle empty tabs state on namespace remove
- Loading branch information
1 parent
f93ded3
commit 87f6468
Showing
112 changed files
with
2,570 additions
and
3,158 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
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
2 changes: 0 additions & 2 deletions
2
packages/compass-collection/src/components/workspace/index.ts
This file was deleted.
Oops, something went wrong.
58 changes: 0 additions & 58 deletions
58
packages/compass-collection/src/components/workspace/workspace.spec.tsx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.