woodpecker/web
ktprograms d0da1a104e
Use Woodpecker theme colors on Safari Tab Bar / Header Bar (#632)
Add theme-color <meta> tag and dynamically change the theme-color when
switching into / out of dark mode.

It use the same colours as in the nav-bar component, but I don't think it's possible to access the Windi CSS colour definitions, so I had to hard core the hex values.

The theme-colour <meta> tag needs to be present in the HTML, otherwise `querySelector` returns null.
2021-12-21 02:26:42 +01:00
..
public/favicons Improve favicons (#576) 2021-12-08 13:58:00 +01:00
src Use Woodpecker theme colors on Safari Tab Bar / Header Bar (#632) 2021-12-21 02:26:42 +01:00
.eslintignore Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
.eslintrc.js Replace deprecated eslint airbnb typescript config (#587) 2021-12-10 03:54:47 +01:00
.gitignore Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
.prettierignore Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
.prettierrc.js Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
index.html Use Woodpecker theme colors on Safari Tab Bar / Header Bar (#632) 2021-12-21 02:26:42 +01:00
LICENSE Pull in frontend 2019-11-12 14:27:39 +01:00
package.json Replace deprecated eslint airbnb typescript config (#587) 2021-12-10 03:54:47 +01:00
tsconfig.eslint.json Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
tsconfig.json Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
vite.config.ts Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
web.go Add linter revive (#554) 2021-12-01 14:22:06 +01:00
windi.config.ts Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
yarn.lock Replace deprecated eslint airbnb typescript config (#587) 2021-12-10 03:54:47 +01:00