Adapt threading UI to new backend
This commit is contained in:
parent
d971802789
commit
e5024c4b71
7 changed files with 150 additions and 8 deletions
|
@ -40,6 +40,7 @@ export enum RightPanelPhases {
|
|||
|
||||
// Thread stuff
|
||||
ThreadView = "ThreadView",
|
||||
ThreadPanel = "ThreadPanel",
|
||||
}
|
||||
|
||||
// These are the phases that are safe to persist (the ones that don't require additional
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue