Right panel store refactor (#7313)
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
8e881336ab
commit
325e2ba99b
42 changed files with 765 additions and 811 deletions
|
@ -102,16 +102,6 @@ export enum Action {
|
|||
*/
|
||||
ViewRoomDelta = "view_room_delta",
|
||||
|
||||
/**
|
||||
* Sets the phase for the right panel. Should be used with SetRightPanelPhasePayload.
|
||||
*/
|
||||
SetRightPanelPhase = "set_right_panel_phase",
|
||||
|
||||
/**
|
||||
* Toggles the right panel. Should be used with ToggleRightPanelPayload.
|
||||
*/
|
||||
ToggleRightPanel = "toggle_right_panel",
|
||||
|
||||
/**
|
||||
* Trigged after the phase of the right panel is set. Should be used with AfterRightPanelPhaseChangePayload.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue