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/repo
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.
3 years ago
..
branch Prevent double encoding of branch names in delete branch (#18714) 3 years ago
diff Mute link in diff header (#19556) 3 years ago
editor Remove dependent on session auth for api/v1 routers (#19321) 3 years ago
graph Propagate context and ensure git commands run in request context (#17868) 3 years ago
issue Improve UI on mobile (#19546) 3 years ago
migrate Refactor repo clone button and repo clone links, fix JS error on empty repo page (#19208) 3 years ago
projects Move project files into models/project sub package (#17704) 3 years ago
pulls Improvements to content history (#17746) 3 years ago
release Remove dependent on session auth for api/v1 routers (#19321) 3 years ago
settings Update image URL for Discord webhook (#19536) 3 years ago
wiki By default force vertical tabs on mobile (#19486) 3 years ago
activity.tmpl Refactor i18n, use Locale to provide i18n/translation related functions (#18648) 3 years ago
blame.tmpl Add warning for BIDI characters in page renders and in diffs (#17562) 3 years ago
branch_dropdown.tmpl Add apply-patch, basic revert and cherry-pick functionality (#17902) 3 years ago
clone_buttons.tmpl Don't let repo clone URL overflow (#19517) 3 years ago
commit_page.tmpl Show fullname on issue edits and gpg/ssh signing info (#18827) 3 years ago
commit_status.tmpl Show dropdown with all statuses for commit (#13977) 4 years ago
commit_statuses.tmpl Separate the details links of commit-statuses in headers (#18661) 3 years ago
commits.tmpl Add compare tag dropdown to releases page (#15695) 4 years ago
commits_list.tmpl Refactor i18n, use Locale to provide i18n/translation related functions (#18648) 3 years ago
commits_list_small.tmpl Fix a broken link in `commits_list_small.tmpl` (#18763) 3 years ago
commits_table.tmpl Cleanup and use global style on popups (#17674) 3 years ago
create.tmpl Unify and simplify TrN for i18n (#18141) 3 years ago
empty.tmpl Refactor repo clone button and repo clone links, fix JS error on empty repo page (#19208) 3 years ago
forks.tmpl Add pagination to fork list (#17639) 3 years ago
graph.tmpl Re-separate the color translation strings (#17390) 3 years ago
header.tmpl By default force vertical tabs on mobile (#19486) 3 years ago
home.tmpl By default force vertical tabs on mobile (#19486) 3 years ago
icon.tmpl
packages.tmpl Add Package Registry (#16510) 3 years ago
search.tmpl Automatically pause queue if index service is unavailable (#15066) 3 years ago
shabox_badge.tmpl
sub_menu.tmpl Unify and simplify TrN for i18n (#18141) 3 years ago
unicode_escape_prompt.tmpl Left-Align text in Unicode warning boxes (#18331) 3 years ago
upload.tmpl Add attachments for PR reviews (#16075) 4 years ago
user_cards.tmpl
view_file.tmpl Add a new menu in file view to open blame view and fix blame view select range bug (#19500) 3 years ago
view_list.tmpl Update JS dependencies (#19281) 3 years ago
watchers.tmpl