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.
Gusted 3725fa28cc
Improve UI on mobile (#19546)
Start making the mobile experience not painful and be actually usable. This contains a few smaller changes to enhance this experience.

- Submit buttons on the review forms aren't columns anymore and are now allowed to be displayed on one row.
- The label/milestone & New Issue buttons were given each own row even tough, there's enough place to do it one the same row. This commit fixes that.
- The issues+Pull tab on repo's has a third item besides the label/milestone & New Issue buttons, the search bar. On desktop there's enough place to do this on one row, for mobile it isn't, currently it was using for each item a new row. This commits fixes that by only giving the searchbar a new row and have the other two buttons on the same row.
- The notification table will now be show a scrollbar instead of overflow.
- The repo buttons(Watch, Star, Fork) on mobile were showing quite big and the SVG wasn't even displayed on the same line, if the count of those numbers were too high it would even overflow. This commit removes the SVG, as there isn't any place to show them on the same row and allows them to have a new row if the counts of those buttons are high.
- The admin page can show you a lot of interesting information, on mobile the System Status + Configuration weren't properly displayed as the margin's were too high. This commit fixes that by reducing the margin to a number that makes sense on mobile.
- Fixes to not overflow the tables but instead force them to be scrollable.
- When viewing a issue or pull request, the comments aren't full-width but instead 80% and aligned to right, on mobile this is a annoyance as there isn't much width to begin with. This commits fixes that by forcing full-width and removing the avatars on the left side and instead including them inline in the comment header.
2 years ago
..
auth Improve UI on mobile (#19546) 2 years ago
base Add user status filter to admin user management page (#16770) 3 years ago
emails Improve UI on mobile (#19546) 2 years ago
org Improve UI on mobile (#19546) 2 years ago
packages Improve UI on mobile (#19546) 2 years ago
repo Improve UI on mobile (#19546) 2 years ago
user Improve UI on mobile (#19546) 2 years ago
config.tmpl Refactor install page (db type) (#17919) 3 years ago
cron.tmpl Improve UI on mobile (#19546) 2 years ago
dashboard.tmpl Fix update hint bug (#18996) 2 years ago
hook_new.tmpl Add packagist webhook (#18224) 2 years ago
hooks.tmpl Merge default and system webhooks under one menu (#14244) 4 years ago
monitor.tmpl Improve UI on mobile (#19546) 2 years ago
navbar.tmpl Add Package Registry (#16510) 2 years ago
notice.tmpl Improve UI on mobile (#19546) 2 years ago
process-row.tmpl Add Goroutine stack inspector to admin/monitor (#19207) 2 years ago
process.tmpl Add Goroutine stack inspector to admin/monitor (#19207) 2 years ago
queue.tmpl Add number in queue status to monitor page (#18712) 2 years ago
stacktrace-row.tmpl Add Goroutine stack inspector to admin/monitor (#19207) 2 years ago
stacktrace.tmpl Add Goroutine stack inspector to admin/monitor (#19207) 2 years ago