generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: console shows verb subtypes: cronjob, ingress, subscriber, all …
…other verbs (#3256) Fixes: #3219 https://github.com/user-attachments/assets/dccdc8e9-1c72-4de1-8538-0bdece0beed2 Use verb metadata to classify each verb as a subtype: cronjob, ingress, subscriber, or none of the above. The backend guarantees these metadata are mutually exclusive, so the frontend can just check which (if any) exists in a verb proto. Changes: * Add new icons for each subtype * Thread new icons through both existing callsites: module tree and global fuzzy search * Show decl type name on hover of each icon * Add new verb types to filter dropdown * Support groups in `Multiselect` to handle verb subtypes * Make fuzzy search use the same icon for modules as the module tree. They had accidentally diverged. Next: verb page customizations per subtype
- Loading branch information
Showing
6 changed files
with
156 additions
and
39 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