1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-19 19:54:59 +01:00
gitea/web_src/js
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
..
components Fix dashboard repolist alignment and repolisting (#17355) 2021-10-19 12:38:33 +08:00
features Fix the PR review form bug during frontend refactor (#17332) 2021-10-16 22:30:31 +02:00
markup Keep attachments on tasklist update (#16750) 2021-08-20 15:26:19 -04:00
standalone
vendor
easymde.js
index.js Split index.js to separate files (#17315) 2021-10-17 01:28:04 +08:00
jquery.js
publicpath.js
serviceworker.js
svg.js Save and view issue/comment content history (#16909) 2021-10-10 18:40:03 -04:00
utils.js Use light/dark theme based on system preference (#17051) 2021-09-27 15:47:44 +01:00
utils.test.js