woodpecker/web
Robert Kaussow 65a93ca547
Fix css loading order in head (#2785)
The `custom.css` file should be loaded last to take precedence over the
default file. Otherwise, the theming will not work as expected, and you
would have to use `!important` most of the time.
2023-11-09 15:13:11 +02:00
..
public/favicons pre-commit fixes (#2669) 2023-10-31 09:14:09 +01:00
src Fix error color contrast in dark theme (#2778) 2023-11-09 07:07:20 +01:00
.eslintignore Update dependencies and tiny adjustments to UI (#1083) 2022-08-09 14:13:32 +02:00
.eslintrc.js Hide not owned repos from sidebar and repo list (#1453) 2023-01-31 09:37:11 +01:00
.gitignore Lazy-load TimeAgo locales (#2094) 2023-08-03 19:25:12 +02:00
.prettierignore Some UI enhancement (#2468) 2023-09-17 12:32:23 +02:00
.prettierrc.js Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
components.d.ts Replace linter icons to match theme (#2765) 2023-11-09 00:03:36 +02:00
index.html Fix css loading order in head (#2785) 2023-11-09 15:13:11 +02:00
LICENSE Check for correct license header (#2137) 2023-08-10 11:06:00 +02:00
package.json Fix sidepanel not closable via button (#2772) 2023-11-07 14:22:08 +01:00
pnpm-lock.yaml Fix sidepanel not closable via button (#2772) 2023-11-07 14:22:08 +01:00
tsconfig.eslint.json Update dependencies and tiny adjustments to UI (#1083) 2022-08-09 14:13:32 +02:00
tsconfig.json Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
vite.config.ts Fix css loading order in head (#2785) 2023-11-09 15:13:11 +02:00
web.go Check for correct license header (#2137) 2023-08-10 11:06:00 +02:00
windi.config.ts Fix error color contrast in dark theme (#2778) 2023-11-09 07:07:20 +01:00