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
Branch
nannanko/stacked
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 705
Build 1392: Invoke BuildbotBuildbot build #2504
Build 1391: arc lint + arc unit

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