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

Composer Action menu should group custom actions by dotted paths. #6282

@tomlm

Description

@tomlm

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

  • Electron distribution
  • Chrome
  • Safari
  • Firefox
  • Edge

OS

  • macOS
  • Windows
  • Ubuntu

To Reproduce

Steps to reproduce the behavior:

  1. Go to package manager
  2. add \fusebox\public\feed as a custom feed
  3. install github package
  4. 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

image

Additional context

Metadata

Metadata

Labels

UX DesignNeed UX Designfeature-requestA request for new functionality or an enhancement to an existing one.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions