InvenTree/src/frontend
Matthias Mair 4a211dd48d
P UI: Show server version on auth (#5314)
* added language toggle component

* added language and theme controls onto start page

* moved host selection out of auth

* optimized rendering

* make server option less obvious

* changed EditButton save symbol

* longer welcome text

* removed ColorToggle color schema

* reduced code

* disabled host selection when options are changing

* fix type error

* use GH reporter

* fix tests?

* compile frontend

* fix assertation

* revert unneeded change

* split up into more components

* add server version info

* fix merge

* fix merge
2023-07-23 12:22:54 +10:00
..
public Platform UI - React integration (#5011) 2023-07-18 22:45:49 +10:00
src P UI: Show server version on auth (#5314) 2023-07-23 12:22:54 +10:00
tests P UI: Basic UI & Auth setup (#5207) 2023-07-21 08:54:57 +10:00
.babelrc Platform UI - React integration (#5011) 2023-07-18 22:45:49 +10:00
.eslintrc.cjs Platform UI - React integration (#5011) 2023-07-18 22:45:49 +10:00
.gitignore Platform UI - React integration (#5011) 2023-07-18 22:45:49 +10:00
.linguirc P UI: Basic UI & Auth setup (#5207) 2023-07-21 08:54:57 +10:00
.prettierrc Platform UI - React integration (#5011) 2023-07-18 22:45:49 +10:00
index.html P UI: Basic UI & Auth setup (#5207) 2023-07-21 08:54:57 +10:00
package.json P UI: Basic UI & Auth setup (#5207) 2023-07-21 08:54:57 +10:00
playwright.config.ts P-UI: Fast language / theme / server selection (#5301) 2023-07-22 22:19:19 +10:00
tsconfig.json Platform UI - React integration (#5011) 2023-07-18 22:45:49 +10:00
tsconfig.node.json Platform UI - React integration (#5011) 2023-07-18 22:45:49 +10:00
vite.config.ts P UI: Basic UI & Auth setup (#5207) 2023-07-21 08:54:57 +10:00
yarn.lock P UI: Basic UI & Auth setup (#5207) 2023-07-21 08:54:57 +10:00