MCPcopy Create free account
hub / github.com/gotify/server / LoadingSpinner

Function LoadingSpinner

ui/src/common/LoadingSpinner.tsx:6–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4import DefaultPage from './DefaultPage';
5
6export default function LoadingSpinner() {
7 return (
8 <DefaultPage title="" maxWidth={250}>
9 <Grid size={{xs: 12}} style={{textAlign: 'center'}}>
10 <CircularProgress size={40} />
11 </Grid>
12 </DefaultPage>
13 );
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…