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/routers/web/repo
silverwind a3d9f0d915
Fix all rounded borders, change affected tab menus to pills (#30707)
Fixes https://github.com/go-gitea/gitea/issues/30673, all 23 issues.
Notes:

- Tab bar menus had to change to pills because of unsolvable issue with
the border-radius as tab bar renders a overlapping border onto the box
below. And I think pills look better.
- Added padding to code editor empty preview message
- Hide monaco's built-in blue focus border, we don't need it and it
never showed before either.
- Label add menu is simplified, removing the nested segment.

<img width="1322" alt="Screenshot 2024-04-25 at 22 26 19"
src="https://github.com/go-gitea/gitea/assets/115237/7e394e0c-b7ad-417d-8e9f-12f1dea93ed1">
<img width="1326" alt="Screenshot 2024-04-25 at 22 28 00"
src="https://github.com/go-gitea/gitea/assets/115237/66c8499f-aa9f-4d95-8cca-ef13dfa82c65">
<img width="997" alt="Screenshot 2024-04-25 at 22 36 53"
src="https://github.com/go-gitea/gitea/assets/115237/07896102-c71d-4246-8173-c2bc2e1d3cae">
<img width="832" alt="Screenshot 2024-04-25 at 22 56 09"
src="https://github.com/go-gitea/gitea/assets/115237/d83afc96-08ca-4adc-baf4-3d02804be57c">
<img width="361" alt="Screenshot 2024-04-25 at 22 57 12"
src="https://github.com/go-gitea/gitea/assets/115237/c7371a68-00b5-47d8-84d0-ddc5268b2b2c">

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io>
10 months ago
..
actions Fix nil dereference on error (#30740) 10 months ago
setting Rename CodeIndexerEnabled to IsRepoIndexerEnabled (#30762) 10 months ago
activity.go Move context from modules to services (#29440) 1 year ago
attachment.go Move context from modules to services (#29440) 1 year ago
blame.go Refactor file view & render (#30227) 11 months ago
branch.go Use repo object format name instead of detecting from git repository (#29702) 12 months ago
cherry_pick.go Move context from modules to services (#29440) 1 year ago
code_frequency.go Move context from modules to services (#29440) 1 year ago
commit.go Fix code search input for different views (#30678) 10 months ago
compare.go Update misspell to 0.5.1 and add `misspellings.csv` (#30573) 10 months ago
contributors.go Move context from modules to services (#29440) 1 year ago
download.go Move context from modules to services (#29440) 1 year ago
editor.go Fix all rounded borders, change affected tab menus to pills (#30707) 10 months ago
editor_test.go Move context from modules to services (#29440) 1 year ago
find.go Escape paths for find file correctly (#30026) 11 months ago
fork.go Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) 11 months ago
githttp.go Move context from modules to services (#29440) 1 year ago
githttp_test.go Fix http protocol auth (#27875) 1 year ago
helper.go Move context from modules to services (#29440) 1 year ago
helper_test.go
issue.go Update misspell to 0.5.1 and add `misspellings.csv` (#30573) 10 months ago
issue_content_history.go Migrate margin and padding helpers to tailwind (#30043) 11 months ago
issue_dependency.go Move context from modules to services (#29440) 1 year ago
issue_label.go Refactor label.IsArchived() (#29750) 12 months ago
issue_label_test.go Move context from modules to services (#29440) 1 year ago
issue_lock.go Move context from modules to services (#29440) 1 year ago
issue_pin.go Move context from modules to services (#29440) 1 year ago
issue_stopwatch.go Move context from modules to services (#29440) 1 year ago
issue_test.go
issue_timetrack.go Move context from modules to services (#29440) 1 year ago
issue_watch.go Move context from modules to services (#29440) 1 year ago
main_test.go make writing main test easier (#27270) 1 year ago
middlewares.go Move context from modules to services (#29440) 1 year ago
migrate.go Move context from modules to services (#29440) 1 year ago
milestone.go Remove AddParamIfExist(AddParam) (#29841) 11 months ago
packages.go Remove AddParamIfExist(AddParam) (#29841) 11 months ago
patch.go Move context from modules to services (#29440) 1 year ago
projects.go Fix network error when open/close organization/individual projects and redirect to project page (#30387) 11 months ago
projects_test.go Move context from modules to services (#29440) 1 year ago
pull.go Fix code search input for different views (#30678) 10 months ago
pull_review.go Prevent allow/reject reviews on merged/closed PRs (#30686) 10 months ago
pull_review_test.go Fix template error when comment review doesn't exist (#29888) 11 months ago
recent_commits.go Move context from modules to services (#29440) 1 year ago
release.go Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) 11 months ago
release_test.go Move context from modules to services (#29440) 1 year ago
render.go Refactor render (#30136) 11 months ago
repo.go Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) 11 months ago
search.go Rename CodeIndexerEnabled to IsRepoIndexerEnabled (#30762) 10 months ago
topic.go Move context from modules to services (#29440) 1 year ago
treelist.go Move context from modules to services (#29440) 1 year ago
view.go Enable more `revive` linter rules (#30608) 10 months ago
view_test.go
wiki.go Move get/set default branch from git package to gitrepo package to hide repopath (#29126) 12 months ago
wiki_test.go Use raw Wiki links for non-renderable Wiki files (#30273) 11 months ago