Commit Graph

4 Commits

Author SHA1 Message Date
hikari 374934ba9e fix: restore Gitea 1.26 JS bundle and exclude checkboxes from input styling
Gitea 1.26.0 moved the main JS bundle load to base/footer.tmpl via
ScriptImport, which our custom footer override was stripping out. This
caused all JavaScript-dependent features (dropdowns, etc.) to break.

Also excludes checkbox and radio inputs from the custom form input
styling rules, as Gitea 1.26 reworked checkboxes to use appearance:none
with a CSS mask-image approach that conflicts with our border-radius and
background overrides.
2026-04-20 20:39:59 -07:00
naomi 109ca76a7f feat: remove social dropdown thingy, put discord in nav
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 54s
2026-02-03 12:46:27 -08:00
naomi 9c4e64af09 chore: sync current state
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 52s
2026-02-03 11:09:05 -08:00
naomi 168e24157b feat: back up things
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 1m41s
2025-12-30 15:49:51 -08:00