You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
3 years ago
..
admin Add simple update checker to Gitea (#17212) 3 years ago
dev Refactor routers directory (#15800) 3 years ago
events Move login related structs and functions to models/login (#17093) 3 years ago
explore Add user status filter to admin user management page (#16770) 3 years ago
feed Add RSS/Atom feed support for user actions (#16002) 3 years ago
org Move login related structs and functions to models/login (#17093) 3 years ago
repo Hide command line merge instructions when user can't push (#17339) 3 years ago
user Fix dashboard repolist alignment and repolisting (#17355) 3 years ago
base.go Fix bug of get context user (#17169) 3 years ago
goget.go Related refactors to ctx.FormX functions (#16567) 3 years ago
home.go Refactor routers directory (#15800) 3 years ago
metrics.go Refactor routers directory (#15800) 3 years ago
nodeinfo.go Add nodeinfo endpoint for federation purposes (#16953) 3 years ago
swagger_json.go Refactor routers directory (#15800) 3 years ago
web.go Save and view issue/comment content history (#16909) 3 years ago