Kerwin Bryant and GitHub
fede3cbada
Fixed incorrect localization explorer.go ( #31348 )
...
see: https://github.com/go-gitea/gitea/pull/29701/files#r1637325139
2024-06-13 01:43:41 +00:00
a975ce8d9d
Optimize profile layout to enhance visual experience ( #31278 )
...
Co-authored-by: silverwind <me@silverwind.io >
2024-06-12 04:06:12 +00:00
Kerwin Bryant and GitHub
e6ab6e637f
code optimization ( #31315 )
...
Simplifying complex if-else to existing Iif operations
2024-06-11 21:07:10 +08:00
Kerwin Bryant and GitHub
ab1948d4a3
fixed the dropdown menu for the top New button to expand to the left ( #31273 )
...
before:

after:

2024-06-06 23:49:53 +00:00
8e33746746
Optimize repo-list layout to enhance visual experience ( #31272 )
...
before:

***The problem was that the icon and text were not on a horizontal line,
and the horizontal was not centered;***
after:

---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
Co-authored-by: Giteabot <teabot@gitea.io >
2024-06-07 01:22:03 +02:00
Kerwin Bryant and GitHub
06ebae7472
Optimize runner-tags layout to enhance visual experience ( #31258 )
...

2024-06-05 22:39:45 +08:00
Kerwin Bryant and GitHub
47258fad63
Apply to became a maintainer ( #27491 )
2023-10-07 13:24:17 +08:00
Kerwin Bryant and GitHub
a38eca3f52
Fix Fomantic's line-height causing vertical scrollbars to appear ( #26961 )
...
Before:

After:

---
1. **Remove the scroll bar exception that in the a tag**
2. **Reduce the actual width of the a tag to the actual width of the
content**

As shown in the screenshot, the red box area should not be clickable
2023-09-13 09:08:45 +00:00
Kerwin Bryant and GitHub
9b0743ae33
Extract common code to new template ( #26933 )
...
Same as #26903
2023-09-06 10:11:06 +00:00
Kerwin Bryant and GitHub
113eb5fc24
Fix UI anomalies ( #26929 )
2023-09-06 07:00:45 +00:00
65588b732c
Extract common code to new template ( #26903 )
...
I noticed that the code of several new webhook pages is highly
repetitive, so I pulled out the common parts to a new template, unified
reference, unified maintenance
---------
Co-authored-by: KN4CK3R <admin@oldschoolhack.me >
2023-09-05 12:00:28 +00:00
865d2221c0
Add Retry button when creating a mirror-repo fails ( #26228 )
...
fixed #26156
* Added a retry button in the frontend (only displayed when the status
is abnormal)
* After clicking Retry, the backend adds the task back to the task queue


---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2023-08-04 10:21:32 +08:00
Kerwin Bryant and GitHub
05d0b7ca91
Fixed incorrect locale references ( #26218 )
...
Fixed two incorrect headers for setting the page navigation bar:
* User settings page, should not use the title "`org.settings`"
* Repo settings page, should not use the title "`org.settings`"
2023-07-29 21:34:22 +08:00
Kerwin Bryant and GitHub
36ed6bdd0c
Fix typo in act-runner file ( #24652 )
...
Misspelled instance_url as intence_url
2023-05-11 09:04:42 +08:00