nice flow state decent and cleaning things up in terms of router and such

This commit is contained in:
talksik
2022-05-09 06:08:10 -05:00
parent 3674ae7b8a
commit 82a11d1833
6 changed files with 58 additions and 36 deletions
+1 -9
View File
@@ -22,15 +22,7 @@ export interface DimensionChangeRequest {
addDimensions: boolean;
}
export const TERMINAL_PRESET: Dimensions = {
height: 675,
width: 400,
};
export const TERMINAL_DETAILS_PRESET: Dimensions = {
height: 675,
width: 800,
};
export const DEFAULT_APP_PRESET: Dimensions = { height: 875, width: 1210 };
export const OVERLAY_ONLY_INITIAL_PRESET: Dimensions = {
height: 50,