Select a datastore to show namespaces
} + {store && !namespace &&Click a namespace to show keys
}diff --git a/i18n/en.pot b/i18n/en.pot index c673c94..f77f727 100644 --- a/i18n/en.pot +++ b/i18n/en.pot @@ -5,8 +5,8 @@ msgstr "" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -"POT-Creation-Date: 2024-11-29T23:15:51.985Z\n" -"PO-Revision-Date: 2024-11-29T23:15:51.986Z\n" +"POT-Creation-Date: 2024-11-30T16:31:03.946Z\n" +"PO-Revision-Date: 2024-11-30T16:31:03.947Z\n" msgid "ERROR" msgstr "ERROR" @@ -14,14 +14,14 @@ msgstr "ERROR" msgid "Namespaces" msgstr "Namespaces" -msgid "Search" -msgstr "Search" - -msgid "Namespace" -msgstr "Namespace" - msgid "DataStore" msgstr "DataStore" msgid "User DataStore" msgstr "User DataStore" + +msgid "Search" +msgstr "Search" + +msgid "Namespace" +msgstr "Namespace" diff --git a/src/App.tsx b/src/App.tsx index aa18058..bdfee63 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,7 +1,7 @@ import React, { FC } from 'react' import { RouterProvider } from 'react-router-dom' -import AppWrapper from './components/appWrapper' -import { router } from './routes/router' +import AppWrapper from './components/AppWrapper' +import { router } from './routes/Router' const App: FC = () => { return ( diff --git a/src/components/Loader.tsx b/src/components/Loader.tsx new file mode 100644 index 0000000..7f8a2f8 --- /dev/null +++ b/src/components/Loader.tsx @@ -0,0 +1,17 @@ +import { CircularLoader } from '@dhis2/ui' +import React from 'react' + +const CenteredLoader = () => { + return ( +
Select a datastore to show namespaces
} + {store && !namespace &&Click a namespace to show keys
}