0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-28 23:36:29 +01:00
gitea/routers/web
zeripath e2a59c57fc
Fix dashboard repolist alignment and repolisting (#17355)
Unfortunately #17301 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
..
admin
dev
events
explore
feed Add RSS/Atom feed support for user actions (#16002) 2021-10-16 16:21:16 +02:00
org
repo Hide command line merge instructions when user can't push (#17339) 2021-10-17 17:58:36 +01:00
user Fix dashboard repolist alignment and repolisting (#17355) 2021-10-19 12:38:33 +08:00
base.go Fix bug of get context user (#17169) 2021-09-28 21:13:04 +08:00
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go