gotosocial/internal/api/auth
tobi 0ff52b71f2
[chore] Refactor HTML templates and CSS (#2480)
* [chore] Refactor HTML templates and CSS

* eslint

* ignore "Local"

* rss tests

* fiddle with OG just a tiny bit

* dick around with polls a bit more so SR stops saying "clickable"

* remove break

* oh lord

* don't lazy load avatar

* fix ogmeta tests

* clean up some cruft

* catch remaining calls to c.HTML

* fix error rendering + stack overflow in tag

* allow templating attributes

* fix indent

* set aria-hidden on status complementary content, since it's already present in the label anyway

* tidy up templating calls a little

* try to make styling a bit more consistent + readable

* fix up some remaining CSS issues

* fix up reports
2023-12-27 11:23:52 +01:00
..
auth.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
auth_test.go [bugfix] process account delete side effects in serial, not in parallel (#2360) 2023-11-14 15:57:25 +01:00
authorize.go [chore] Refactor HTML templates and CSS (#2480) 2023-12-27 11:23:52 +01:00
authorize_test.go [chore] Use generic pointer function (#2080) 2023-08-07 18:38:11 +01:00
callback.go [chore] Refactor HTML templates and CSS (#2480) 2023-12-27 11:23:52 +01:00
oob.go [chore] Refactor HTML templates and CSS (#2480) 2023-12-27 11:23:52 +01:00
signin.go [chore] Refactor HTML templates and CSS (#2480) 2023-12-27 11:23:52 +01:00
token.go [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00
token_test.go [chore/bugfix/horror] Allow expires_in and poll choices to be parsed from strings (#2346) 2023-11-10 16:42:48 +00:00