Commit Graph

5 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 efb29c01c8 fix: footer overlap, hover texts 2026-02-03 11:58:08 -08:00
naomi 2dd31920b8 fix: background for landing page 2026-02-03 11:21:44 -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