You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/js
Gwyneth Morgan 4e0cca3f7d
Use light/dark theme based on system preference (#17051)
Add a new default theme `auto`, which will automatically switch between
`gitea` (light) and `arc-green` (dark) themes depending on the user's
operating system settings.

Closes: #8183
3 years ago
..
code
components Actually compute proper foreground color for labels (#16729) 4 years ago
features Do not show issue context popup on external issues (#17050) 4 years ago
markup Keep attachments on tasklist update (#16750) 4 years ago
standalone
vendor Restore Accessibility for Dropdown (#16576) 4 years ago
easymde.js
index.js Fixed issue where creating a reference of an issue would create a tag with the full name instead of the username if this is the default in the .ini file (#17074) 4 years ago
jquery.js
publicpath.js
serviceworker.js
svg.js Load issue/PR context popup data only when needed (#15955) 4 years ago
utils.js Use light/dark theme based on system preference (#17051) 3 years ago
utils.test.js