-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Use navigation by types instead of spaces #10083
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Artem Savchenko <armisav@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR implements navigation by types instead of spaces for the card plugin, shifting from space-based navigation to type-based navigation using card types (MasterTag).
- Adds
GroupsNavModelinterface to support type-based navigation structure - Creates new
TypesNavigatorcomponent to display card types hierarchically - Updates routing logic to handle type-based URLs (
/card/type/{typeId})
Reviewed Changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| plugins/workbench/src/types.ts | Defines new GroupsNavModel interface and extends navigation models |
| plugins/workbench-resources/src/components/Workbench.svelte | Adds support for finding specials within groups |
| plugins/workbench-resources/src/components/Navigator.svelte | Renders group components in navigation |
| plugins/card-resources/src/utils.ts | Updates routing logic to handle type navigation |
| plugins/card-resources/src/plugin.ts | Adds TypesNavigator component export |
| plugins/card-resources/src/index.ts | Registers TypesNavigator component |
| plugins/card-resources/src/components/navigator/TypesNavigator.svelte | New component for type-based navigation |
| plugins/card-resources/src/components/navigator/TagHierarchy.svelte | Updates to support both space and type selection |
| plugins/card-resources/src/components/Main.svelte | Updates to handle type-based navigation |
| plugins/card-resources/src/components/CardFeedView.svelte | Improves space handling for type-based views |
| models/card/src/index.ts | Configures navigation model to use groups instead of spaces |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Artyom Savchenko <armisav@gmail.com>
Signed-off-by: Artem Savchenko <armisav@gmail.com>
|
Do we need top-level section |
Do you mean add a section for types next to |
|
Connected to Huly®: UBERF-13924 |



Uh oh!
There was an error while loading. Please reload this page.