forgejo/routers/web/user
zeripath e2a59c57fc
Fix dashboard repolist alignment and repolisting ()
Unfortunately  broke the restriction of the dashboard repolist to
the user's repos because it stopped passing in the uid for the current
user. This PR restores this.

There is also a weird alignment problem - not caused by that PR - where
the menu items in the repolist spread over multiple lines. This PR
simply reduces the padding on these items and switches the justification
of the flex elements to space-evenly.

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2021-10-19 12:38:33 +08:00
..
setting Fix wrong i18n keys () 2021-09-25 16:27:01 +02:00
auth.go Don't panic if we fail to parse U2FRegistration data () 2021-10-14 18:37:35 +02:00
auth_openid.go
avatar.go Avatar refactor, move avatar code from models to models.avatars, remove duplicated code () 2021-10-06 01:25:46 +02:00
home.go Fix dashboard repolist alignment and repolisting () 2021-10-19 12:38:33 +08:00
home_test.go
main_test.go
notification.go Update documents for Gitea behind reverse proxy. Fix some small bugs (some URLs are generated without sub-path) () 2021-10-15 23:34:07 -04:00
oauth.go
oauth_test.go
profile.go Add RSS/Atom feed support for user actions () 2021-10-16 16:21:16 +02:00
task.go