1
0
Fork 0
forked from forgejo/forgejo
forgejo-domi/routers/web
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
..
admin Add simple update checker to Gitea () 2021-10-16 02:14:34 -04:00
dev Refactor routers directory () 2021-06-09 01:33:54 +02:00
events Move login related structs and functions to models/login () 2021-09-24 19:32:56 +08:00
explore Add user status filter to admin user management page () 2021-10-12 20:11:35 +02:00
feed Add RSS/Atom feed support for user actions () 2021-10-16 16:21:16 +02:00
org Move login related structs and functions to models/login () 2021-09-24 19:32:56 +08:00
repo Hide command line merge instructions when user can't push () 2021-10-17 17:58:36 +01:00
user Fix dashboard repolist alignment and repolisting () 2021-10-19 12:38:33 +08:00
base.go Fix bug of get context user () 2021-09-28 21:13:04 +08:00
goget.go Related refactors to ctx.FormX functions () 2021-08-11 18:08:52 +03:00
home.go Refactor routers directory () 2021-06-09 01:33:54 +02:00
metrics.go Refactor routers directory () 2021-06-09 01:33:54 +02:00
nodeinfo.go Add nodeinfo endpoint for federation purposes () 2021-09-28 01:38:06 +02:00
swagger_json.go Refactor routers directory () 2021-06-09 01:33:54 +02:00
web.go Save and view issue/comment content history () 2021-10-10 18:40:03 -04:00