diff --git a/frontend/src/components/format/FormatPage.jsx b/frontend/src/components/format/FormatPage.jsx index fc4328f..f2e78c2 100644 --- a/frontend/src/components/format/FormatPage.jsx +++ b/frontend/src/components/format/FormatPage.jsx @@ -14,6 +14,37 @@ import ImportModal from '@ui/ImportModal'; import {importFormats} from '@api/import'; import DataBar from '@ui/DataBar/DataBar'; +const LoadingState = () => ( +
+ Loading custom formats... +
++ This page is locked because there are unresolved merge + conflicts. You need to address these conflicts in the settings + page before continuing. +
+- Loading custom formats... -
-- This page is locked because there are unresolved merge - conflicts. You need to address these conflicts in the - settings page before continuing. -
-+ { + [ + 'Profiling your media collection...', + 'Organizing your digital hoard...', + 'Calibrating the flux capacitor...', + 'Synchronizing with the movie matrix...', + 'Optimizing your binge-watching potential...' + ][Math.floor(Math.random() * 5)] + } +
++ This page is locked because there are unresolved merge + conflicts. You need to address these conflicts in the settings + page before continuing. +
+- { - loadingMessages[ - Math.floor(Math.random() * loadingMessages.length) - ] - } -
-- This page is locked because there are unresolved merge - conflicts. You need to address these conflicts in the - settings page before continuing. -
-+ Loading regex patterns... +
+