New: Allow major version updates to be installed

(cherry picked from commit 0e95ba2021b23cc65bce0a0620dd48e355250dab)
This commit is contained in:
Mark McDowall 2024-07-14 16:42:35 -07:00 committed by Bogdan
parent c645afc389
commit 55626594c5
21 changed files with 456 additions and 408 deletions

View file

@ -44,6 +44,7 @@ export interface CustomFilter {
}
export interface AppSectionState {
version: string;
dimensions: {
isSmallScreen: boolean;
width: number;