Page MenuHomePhorge

Make context drawer actions configurable
ClosedPublic

Authored by nannanko on Sat, Aug 22, 11:01 AM.

Details

Summary

Make context drawer actions configurable.

Type: add

Test Plan

Compile and open configure shortcuts page, verify that you can configure the context drawer actions.

Verify unit tets pass.

Diff Detail

Repository
rK kazv
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I think I would rather have them in separate files (not in Main.qml because there are already too many), e.g. GlobalActions.qml. RoomPageActions.qml, etc.

or we can consider a single ActionGroups.qml file that contains a KazvShortcuts.ActionCollection whose children are some ActionCollections containing actions for each group

This revision is now accepted and ready to land.Tue, Aug 25, 2:44 PM