feat: screen presentation and dismiss animations for mobile (#2073)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { ElementIds } from '@/Constants/ElementIDs'
|
||||
|
||||
export enum AppPaneId {
|
||||
Navigation = 'NavigationColumn',
|
||||
Items = 'ItemsColumn',
|
||||
Editor = 'EditorColumn',
|
||||
}
|
||||
|
||||
export const AppPaneIdToDivId = {
|
||||
[AppPaneId.Navigation]: ElementIds.NavigationColumn,
|
||||
[AppPaneId.Items]: ElementIds.ItemsColumn,
|
||||
[AppPaneId.Editor]: ElementIds.EditorColumn,
|
||||
}
|
||||
Reference in New Issue
Block a user