prometheus/web/ui/react-app/src
Levi Harrison eb8ca06885
React UI: Add Starting Screen to Individual Pages (#8909)
* Fix/removed forwarding

Signed-off-by: Levi Harrison <git@leviharrison.dev>

* Added global 'wasReady' and 'wasUnexpected'

Signed-off-by: Levi Harrison <git@leviharrison.dev>

* Eslint fixes

Signed-off-by: Levi Harrison <git@leviharrison.dev>

* Added withStartingIndicator wrapper

Signed-off-by: Levi Harrison <git@leviharrison.dev>

* Fixed condition

Signed-off-by: Levi Harrison <git@leviharrison.dev>

* Removed unused import

Signed-off-by: Levi Harrison <git@leviharrison.dev>

* Moved withStartingIndicator calls to pages index

Signed-off-by: Levi Harrison <git@leviharrison.dev>

* Fixed withStartingIndicator tests

Signed-off-by: Levi Harrison <git@leviharrison.dev>

* Fixed eslint (maybe?)

Signed-off-by: Levi Harrison <git@leviharrison.dev>

* Trailing comma

Signed-off-by: Levi Harrison <git@leviharrison.dev>

* Added prettier ignore

Signed-off-by: Levi Harrison <git@leviharrison.dev>

* Fix eslint (pt. 2)

Signed-off-by: Levi Harrison <git@leviharrison.dev>
2021-06-15 22:37:16 +02:00
..
components React UI: Add Starting Screen to Individual Pages (#8909) 2021-06-15 22:37:16 +02:00
constants Make React UI the default, keep old UI under /classic (#8142) 2020-11-03 14:51:48 +01:00
contexts Add a dark theme (#8604) 2021-04-15 18:14:07 +02:00
fonts Add new codemirror-promql-based expression editor (#8634) 2021-03-23 23:55:52 +01:00
hooks React UI: Add Starting Screen to Individual Pages (#8909) 2021-06-15 22:37:16 +02:00
pages React UI: Add Starting Screen to Individual Pages (#8909) 2021-06-15 22:37:16 +02:00
themes Add a dark theme (#8604) 2021-04-15 18:14:07 +02:00
types React UI: Add Exemplar Support to Graph (#8832) 2021-06-12 18:02:40 +02:00
utils React UI: Add Exemplar Support to Graph (#8832) 2021-06-12 18:02:40 +02:00
vendor/flot Fix react UI bug with series going on and off (#7804) 2020-08-22 21:03:19 +02:00
App.test.tsx React UI: Add Starting Screen to Individual Pages (#8909) 2021-06-15 22:37:16 +02:00
App.tsx React UI: Add Starting Screen to Individual Pages (#8909) 2021-06-15 22:37:16 +02:00
globals.ts Integrate beginning of React UI (#5694) 2019-10-17 14:38:09 +02:00
index.tsx Add a dark theme (#8604) 2021-04-15 18:14:07 +02:00
Navbar.test.tsx React UI: Use null value for determining consoles link display (#6790) 2020-02-09 13:39:44 +01:00
Navbar.tsx Add a dark theme (#8604) 2021-04-15 18:14:07 +02:00
react-app-env.d.ts Integrate beginning of React UI (#5694) 2019-10-17 14:38:09 +02:00
setupTests.ts Add new codemirror-promql-based expression editor (#8634) 2021-03-23 23:55:52 +01:00
Theme.tsx Add a dark theme (#8604) 2021-04-15 18:14:07 +02:00