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.
forgejo/templates
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
..
admin Improve UI on mobile (#19546) 2 years ago
api/packages/pypi Add Package Registry (#16510) 2 years ago
base By default force vertical tabs on mobile (#19486) 2 years ago
custom Add footer extra links template (#9576) 5 years ago
explore Allow to filter repositories by language in explore, user and organization repositories lists (#18430) 2 years ago
mail Try to prevent autolinking of displaynames by email readers (#19169) 2 years ago
org Add RSS Feed buttons to Repo, User and Org pages (#19370) 2 years ago
package Add Helm Chart registry (#19406) 2 years ago
repo Improve UI on mobile (#19546) 2 years ago
shared Add commit status popup to issuelist (#19375) 2 years ago
status Refactor HTTP request context (#17979) 3 years ago
swagger Add API to check if team has repo access (#19540) 2 years ago
user Add RSS Feed buttons to Repo, User and Org pages (#19370) 2 years ago
home.tmpl Rename StaticUrlPrefix to AssetUrlPrefix (#15779) 3 years ago
install.tmpl Refactor install page (db type) (#17919) 3 years ago
post-install.tmpl Rename StaticUrlPrefix to AssetUrlPrefix (#15779) 3 years ago