1
1
mirror of https://github.com/go-gitea/gitea synced 2024-05-28 15:05:47 +00:00
gitea/web_src/js/components
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
..
ActivityHeatmap.vue Frontend refactor: move Vue related code from index.js to components dir, and remove unused codes. (#17301) 2021-10-15 10:35:26 +08:00
ContextPopup.vue Actually compute proper foreground color for labels (#16729) 2021-08-25 12:55:47 -05:00
DashboardRepoList.js Fix dashboard repolist alignment and repolisting (#17355) 2021-10-19 12:38:33 +08:00
RepoActivityTopAuthors.vue Split index.js to separate files (#17315) 2021-10-17 01:28:04 +08:00
RepoBranchTagDropdown.js Split index.js to separate files (#17315) 2021-10-17 01:28:04 +08:00
VueComponentLoader.js Split index.js to separate files (#17315) 2021-10-17 01:28:04 +08:00