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.
gitea/templates
Gusted bcf13b670b
Improve commit list/view on mobile (#19712)
- This is a continuation on [the work](https://github.com/go-gitea/gitea/pull/19546) I've done for improving mobile experience on Gitea.
- The current behavior of going trough the commits list is horrible, each individual item gets it's own row and thereby isn't quite compact as it should be on mobile. The commit view's header is in a bit better state, it's quite only that content is overlapping each other.
- This patch fixes those problems. Each row in the commit list table will actually take a row in the UI. The commit view's header has now a better organized way of placing the information.
3 years ago
..
admin Improve UI on mobile (#19546) 3 years ago
api/packages/pypi Add Package Registry (#16510) 3 years ago
base Tidy up `<head>` template (#19678) 3 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) 3 years ago
mail Try to prevent autolinking of displaynames by email readers (#19169) 3 years ago
org Add RSS Feed buttons to Repo, User and Org pages (#19370) 3 years ago
package Hide private repositories in packages (#19584) 3 years ago
repo Improve commit list/view on mobile (#19712) 3 years ago
shared Add commit status popup to issuelist (#19375) 3 years ago
status Refactor HTTP request context (#17979) 3 years ago
swagger Auto merge pull requests when all checks succeeded via API (#9307) 3 years ago
user Only show accessible teams in dashboard dropdown list (#19642) 3 years ago
home.tmpl Rename StaticUrlPrefix to AssetUrlPrefix (#15779) 4 years ago
install.tmpl Refactor install page (db type) (#17919) 3 years ago
post-install.tmpl Rename StaticUrlPrefix to AssetUrlPrefix (#15779) 4 years ago