Skip to content

Generalizing Rich Command Usage #11481

Closed
@QuaintMako

Description

@QuaintMako

Description

Thanks to @cinqmilleans' job, Files has now a cleaner way to handle commands across the solution. Rich commands now need to be implemented throughtout the whole solution.

This issue is used to keep track of which commands are made into Rich Commands.

Concerned code

The following commands must be transformed into Rich Commands (See BaseLayoutCommandsViewModel, ContextFlyoutItemHelper and ToolbarViewModel):

Gains

  • A more cohesive code.
  • The ability to call commands easily from anywhere in the code.

Requirements

  • Each of the commands previously cited have been transformed into Rich Commands.
  • The previous implementations of the commands are cleaned up.

Comments

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    ✅ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions