This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Description
Describe the bug
When adding custom actions the convention is to namespace them with dots, and if you have a lot of them, further namespace
the name of the action with dots.
For example:
Github.Activity.Feeds.GetFeeds
Composer treats it as a flat list, we should default to using dots as grouping, and group in the menu hierarchy.
Version
1.3.1-nightly.220254
Browser
OS
To Reproduce
Steps to reproduce the behavior:
- Go to package manager
- add \fusebox\public\feed as a custom feed
- install github package
- Go to add a custom action, see how all of these 400+ actions are listed flat.
Expected behavior
They should be listed grouped by each name
Github
Activity
Feeds
GetFeeds
Screenshots

Additional context