Giteabot 
							
						 
					 
					
						
						
							
						
						5c79c2b431 
					 
					
						
						
							
							Fix new issue/pr avatar ( #31419 ) ( #31424 )  
						
						 
						
						... 
						
						
						
						Backport #31419  by @silverwind
The avatar on "New Issue" and "New Pull Request" pages was inconsistent.
Removed the extra margin and the new CSS rules now use common parent
`<form id="#new-issue">` because `.repository.new.issue` is not present
on pull request page.
Before:
<img width="181" alt="Screenshot 2024-06-19 at 13 56 17"
src="https://github.com/go-gitea/gitea/assets/115237/5270d352-db5b-45b3-9d06-4790c17ae9b4 ">
<img width="213" alt="Screenshot 2024-06-19 at 13 54 02"
src="https://github.com/go-gitea/gitea/assets/115237/012f5607-aef0-4f48-90e3-8d4022480203 ">
After:
<img width="195" alt="Screenshot 2024-06-19 at 13 54 16"
src="https://github.com/go-gitea/gitea/assets/115237/e7590c66-3b28-4790-9970-33bd567eeb31 ">
<img width="212" alt="Screenshot 2024-06-19 at 13 54 22"
src="https://github.com/go-gitea/gitea/assets/115237/8e1cfede-614c-4cea-9af2-ada6da7a7361 ">
Co-authored-by: silverwind <me@silverwind.io > 
						
						
					 
					
						2024-06-19 21:18:10 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						188e515efc 
					 
					
						
						
							
							Fix repo graph JS ( #31377 )  
						
						 
						
						... 
						
						
						
						Fix  #31376 
Regression of #30395  
						
						
					 
					
						2024-06-14 18:21:40 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						95dfd945bc 
					 
					
						
						
							
							Fix line number widths ( #31341 ) ( #31343 )  
						
						 
						
						... 
						
						
						
						Backport #31341  by silverwind
Co-authored-by: silverwind <me@silverwind.io >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2024-06-13 00:13:35 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						4b6ef9265b 
					 
					
						
						
							
							Fix navbar + menu flashing on page load ( #31281 ) ( #31342 )  
						
						 
						
						... 
						
						
						
						Backport #31281  by silverwind
Co-authored-by: silverwind <me@silverwind.io >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2024-06-12 15:26:04 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						c1c11aaf60 
					 
					
						
						
							
							Fix line number width in code preview ( #31307 ) ( #31316 )  
						
						 
						
						... 
						
						
						
						Backport #31307  by silverwind
Line numbers were using some hacky CSS `width: 1%` that did nothing to
the code rendering as far as I can tell but broken the inline preview in
markup when line numbers are greater than 2 digits. Also I removed one
duplicate `font-family` rule (it is set below in the `.lines-num,
.lines-code` selector.
Co-authored-by: silverwind <me@silverwind.io > 
						
						
					 
					
						2024-06-11 13:30:02 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						5ca4c6d066 
					 
					
						
						
							
							Fix and clean up ConfirmModal ( #31283 ) ( #31291 )  
						
						 
						
						... 
						
						
						
						Backport #31283  by @silverwind
Bug: orange button color was removed in
https://github.com/go-gitea/gitea/pull/30475 , replaced with red
Bug: translation text was not html-escaped
Refactor: Replaced as much jQuery as possible, added useful
`createElementFromHTML`
Refactor: Remove colors checks that don't exist on `.link-action`
<img width="381" alt="image"
src="https://github.com/go-gitea/gitea/assets/115237/5900bf6a-8a86-4a86-b368-0559cbfea66e ">
Co-authored-by: silverwind <me@silverwind.io >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
Co-authored-by: delvh <dev.lh@web.de > 
						
						
					 
					
						2024-06-07 15:51:54 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						75e0bdcec5 
					 
					
						
						
							
							Optimize repo-list layout to enhance visual experience ( #31272 ) ( #31276 )  
						
						 
						
						... 
						
						
						
						Backport #31272  by @kerwin612
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: Kerwin Bryant <kerwin612@qq.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2024-06-07 04:37:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						c07416b3d0 
					 
					
						
						
							
							Fix Activity Page Contributors dropdown ( #31264 ) ( #31269 )  
						
						 
						
						... 
						
						
						
						Backport #31264  by wxiaoguang
Fix  #31261 
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2024-06-06 08:14:00 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						082600a50e 
					 
					
						
						
							
							Fix admin oauth2 custom URL settings ( #31246 ) ( #31247 )  
						
						 
						
						... 
						
						
						
						Backport #31246  by wxiaoguang
Fix  #31244 
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2024-06-04 15:11:07 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						5136c879c2 
					 
					
						
						
							
							Make pasted "img" tag has the same behavior as markdown image ( #31235 ) ( #31243 )  
						
						 
						
						... 
						
						
						
						Backport #31235  by wxiaoguang
Fix  #31230 
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com > 
						
						
					 
					
						2024-06-04 13:26:55 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						298d05df3b 
					 
					
						
						
							
							Remove .segment from .project-column ( #31204 ) ( #31239 )  
						
						 
						
						... 
						
						
						
						Backport #31204  by @silverwind
Using `.segment` on the project columns is a major abuse of that class,
so remove it and instead set the border-radius directly on it.
Fixes: https://github.com/go-gitea/gitea/issues/31129 
Co-authored-by: silverwind <me@silverwind.io > 
						
						
					 
					
						2024-06-04 09:45:50 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						a672f066f7 
					 
					
						
						
							
							Use vertical layout for multiple code expander buttons ( #31122 ) ( #31152 )  
						
						 
						
						... 
						
						
						
						Backport #31122  by @silverwind
Fixes: https://github.com/go-gitea/gitea/issues/31068 
- Now it only does a single call to `GetExpandDirection` per line
instead of multiples.
- Exposed `data-expand-direction` to frontend so it can correctly size
the buttons (it's a pain to do in tables).
<img width="142" alt="Screenshot 2024-05-27 at 20 44 56"
src="https://github.com/go-gitea/gitea/assets/115237/8b0b45a6-8e50-4081-8822-5e0775d8d941 ">
<img width="142" alt="Screenshot 2024-05-27 at 20 44 51"
src="https://github.com/go-gitea/gitea/assets/115237/b7ba2c57-8f55-4e9f-9606-c96d16b77892 ">
<img width="132" alt="Screenshot 2024-05-27 at 20 44 46"
src="https://github.com/go-gitea/gitea/assets/115237/0e838fb8-5e8c-4250-9843-a68b88d5418b ">
<img width="80" alt="Screenshot 2024-05-27 at 20 44 33"
src="https://github.com/go-gitea/gitea/assets/115237/da6c7f83-c160-4389-8ab2-889d0568cbe8 ">
<img width="80" alt="Screenshot 2024-05-27 at 20 44 26"
src="https://github.com/go-gitea/gitea/assets/115237/cdb490b2-5040-484a-92e5-46fc5e37c199 ">
<img width="78" alt="Screenshot 2024-05-27 at 20 44 20"
src="https://github.com/go-gitea/gitea/assets/115237/d2978ab0-764e-41ff-922c-25f8fe749f28 ">
Would backport as trivial enhancement.
Co-authored-by: silverwind <me@silverwind.io > 
						
						
					 
					
						2024-05-29 09:06:34 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						b615a59db8 
					 
					
						
						
							
							Improve mobile review ui ( #31091 ) ( #31136 )  
						
						 
						
						... 
						
						
						
						Backport #31091  by @silverwind
Fixes: https://github.com/go-gitea/gitea/issues/31071 
Not perfect but much better than before.
Before: Overflows, sticky not working, filename unreadable:
<img width="506" alt="Screenshot 2024-05-27 at 02 02 40"
src="https://github.com/go-gitea/gitea/assets/115237/a06b1edf-dece-4402-98c2-68670fca265f ">
After:
<img width="457" alt="Screenshot 2024-05-27 at 01 59 06"
src="https://github.com/go-gitea/gitea/assets/115237/2a282c96-e719-4554-b418-81963ae6269c ">
Co-authored-by: silverwind <me@silverwind.io > 
						
						
					 
					
						2024-05-28 14:10:01 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						447b3e2475 
					 
					
						
						
							
							Fix DashboardRepoList margin ( #31121 ) ( #31128 )  
						
						 
						
						... 
						
						
						
						Backport #31121  by @silverwind
Fixes: https://github.com/go-gitea/gitea/issues/31115 
<img width="476" alt="image"
src="https://github.com/go-gitea/gitea/assets/115237/ba508ba9-b02d-47c6-ad9f-495101c81330 ">
Co-authored-by: silverwind <me@silverwind.io > 
						
						
					 
					
						2024-05-28 17:12:15 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						b903e2b753 
					 
					
						
						
							
							Prevent tab shifting, remove extra margin on fluid pages ( #31090 ) ( #31099 )  
						
						 
						
						... 
						
						
						
						Backport #31090  by @silverwind
1. Extend concept of https://github.com/go-gitea/gitea/pull/29831  to all
tabular menus, there were only three left that weren't already
`<overflow-menu>`.
<img width="634" alt="Screenshot 2024-05-27 at 00 42 16"
src="https://github.com/go-gitea/gitea/assets/115237/d9a7e219-d05e-40a1-9e93-777f9a8a90dd ">
<img width="965" alt="Screenshot 2024-05-27 at 00 29 32"
src="https://github.com/go-gitea/gitea/assets/115237/e6ed71b1-11fb-4a74-9adb-af4524286cff ">
2. Remove extra padding on `fluid padded` container like for example PR
diff view. The page margin is already correctly sized via
`.ui.container`, so this was just extraneous padding that looked ugly.
Before:
<img width="1351" alt="Screenshot 2024-05-27 at 00 45 11"
src="https://github.com/go-gitea/gitea/assets/115237/4b45fd11-b1b2-4fbb-a618-26eb22be9472 ">
After:
<img width="1344" alt="Screenshot 2024-05-27 at 00 45 22"
src="https://github.com/go-gitea/gitea/assets/115237/d09593eb-6c7f-45e7-85b6-f0050047004b ">
3. Replace `gt-word-break` with `tw-break-anywhere` in issue-title,
fixing overflow.
Before:
<img width="1333" alt="Screenshot 2024-05-27 at 00 50 14"
src="https://github.com/go-gitea/gitea/assets/115237/64d15d04-b456-401e-a972-df636965f0eb ">
After:
<img width="1316" alt="Screenshot 2024-05-27 at 00 50 26"
src="https://github.com/go-gitea/gitea/assets/115237/ed1ce830-1408-414b-8263-eeaf773f52c8 ">
Co-authored-by: silverwind <me@silverwind.io > 
						
						
					 
					
						2024-05-27 07:41:10 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						0e70f73055 
					 
					
						
						
							
							Fix border radius on hovered secondary menu ( #31089 ) ( #31097 )  
						
						 
						
						... 
						
						
						
						Backport #31089  by @silverwind
Presumably a regression from
https://github.com/go-gitea/gitea/pull/30325 , these menus were showing a
border radius on hover, which is fixed with this change.
<img width="154" alt="image"
src="https://github.com/go-gitea/gitea/assets/115237/eafdc1c5-3cf5-48d1-86c4-21c58f92cfaf ">
Co-authored-by: silverwind <me@silverwind.io > 
						
						
					 
					
						2024-05-27 07:07:16 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						7b7318255e 
					 
					
						
						
							
							Change --border-radius-circle to --border-radius-full ( #30936 ) ( #31078 )  
						
						 
						
						
						
						
					 
					
						2024-05-26 13:16:13 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						a798a1eb17 
					 
					
						
						
							
							Fix project column title overflow ( #31011 ) ( #31025 )  
						
						 
						
						... 
						
						
						
						Backport #31011  by wxiaoguang
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2024-05-20 06:17:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						bd3787c774 
					 
					
						
						
							
							Fix JS error when editing a merged PR's title ( #30990 ) ( #31001 )  
						
						 
						
						... 
						
						
						
						Backport #30990  by @wxiaoguang
Regression of Fix issue/PR title edit (#30858 )
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2024-05-17 01:07:09 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						c1337e7316 
					 
					
						
						
							
							Restyle release list, fix branch dropdown ( #30837 ) ( #30968 )  
						
						 
						
						... 
						
						
						
						Backport #30837  by @silverwind
Fixes https://github.com/go-gitea/gitea/issues/30821  and restyles the
release list.
Desktop:
<img width="1199" alt="Screenshot 2024-05-02 at 20 46 10"
src="https://github.com/go-gitea/gitea/assets/115237/bee92423-d4a9-4b26-8301-3a1e09eef4cd ">
Mobile:
<img width="443" alt="Screenshot 2024-05-02 at 20 46 21"
src="https://github.com/go-gitea/gitea/assets/115237/42ecbae5-bdb6-4b16-a0ee-9c64daede68d ">
Co-authored-by: silverwind <me@silverwind.io > 
						
						
					 
					
						2024-05-13 22:00:52 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						ebe8e63dfd 
					 
					
						
						
							
							Fix file path width in repo non-homepage view ( #30951 ) ( #30952 )  
						
						 
						
						... 
						
						
						
						Backport #30951  by @silverwind
Fixes: https://github.com/go-gitea/gitea/issues/30940 
<img width="1310" alt="Screenshot 2024-05-11 at 20 48 41"
src="https://github.com/go-gitea/gitea/assets/115237/f163dfd4-1299-421f-a99e-cd0c793e0e3d ">
Co-authored-by: silverwind <me@silverwind.io > 
						
						
					 
					
						2024-05-12 14:07:16 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						94c5a30c8b 
					 
					
						
						
							
							Fix some UI regressions for commit list ( #30920 ) ( #30937 )  
						
						 
						
						... 
						
						
						
						Backport #30920  by wxiaoguang
Close  #30919 
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
Co-authored-by: silverwind <me@silverwind.io > 
						
						
					 
					
						2024-05-10 22:36:06 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						b99473f4ec 
					 
					
						
						
							
							Check if reverse proxy is correctly configured ( #30890 ) ( #30935 )  
						
						 
						
						... 
						
						
						
						Backport #30890  by wxiaoguang
Follow #27011 
Follow #30885 
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
Co-authored-by: silverwind <me@silverwind.io > 
						
						
					 
					
						2024-05-10 12:34:04 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						08d697ae70 
					 
					
						
						
							
							Add missing menu active item background back ( #30897 ) ( #30907 )  
						
						 
						
						... 
						
						
						
						Backport #30897  by wxiaoguang
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2024-05-08 23:53:02 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						5f1af1f37d 
					 
					
						
						
							
							Fix incorrect issue form ( #30881 ) ( #30904 )  
						
						 
						
						... 
						
						
						
						Backport #30881  by wxiaoguang
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2024-05-08 23:26:53 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						084bec89ed 
					 
					
						
						
							
							Fix various problems around projects board view ( #30696 ) ( #30902 )  
						
						 
						
						... 
						
						
						
						Backport #30696  by @lunny
# The problem
The previous implementation will start multiple POST requests from the
frontend when moving a column and another bug is moving the default
column will never be remembered in fact.
# What's changed
- [x] This PR will allow the default column to move to a non-first
position
- [x] And it also uses one request instead of multiple requests when
moving the columns
- [x] Use a star instead of a pin as the icon for setting the default
column action
- [x] Inserted new column will be append to the end
- [x] Fix  #30701  the newly added issue will be append to the end of the
default column
- [x] Fix when deleting a column, all issues in it will be displayed
from UI but database records exist.
- [x] Add a limitation for columns in a project to 20. So the sorting
will not be overflow because it's int8.
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: silverwind <me@silverwind.io >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2024-05-08 15:46:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						b22d7fd8cd 
					 
					
						
						
							
							Fix some UI problems (dropdown/container) ( #30849 ) ( #30871 )  
						
						 
						
						... 
						
						
						
						Backport #30849  by wxiaoguang
Follow #30345 
Follow #30547 
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2024-05-06 07:45:04 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						e2e326f154 
					 
					
						
						
							
							Fix some UI problems (install/checkbox) ( #30854 ) ( #30870 )  
						
						 
						
						... 
						
						
						
						Backport #30854  by wxiaoguang
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2024-05-06 06:58:42 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						2252a7bf84 
					 
					
						
						
							
							Have time.js use UTC-related getters/setters ( #30857 ) ( #30869 )  
						
						 
						
						... 
						
						
						
						Backport #30857  by kemzeb
Co-authored-by: Kemal Zebari <60799661+kemzeb@users.noreply.github.com >
Co-authored-by: Sam Fisher <fisher@3echelon.local > 
						
						
					 
					
						2024-05-06 10:01:22 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						bb7150c30d 
					 
					
						
						
							
							Do not show monaco JS errors ( #30862 ) ( #30866 )  
						
						 
						
						... 
						
						
						
						Backport #30862  by wxiaoguang
Fix  #30861 
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2024-05-06 00:53:09 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						60fa2a5960 
					 
					
						
						
							
							Fix issue/PR title edit ( #30858 ) ( #30865 )  
						
						 
						
						... 
						
						
						
						Backport #30858  by wxiaoguang
1. "enter" doesn't work (I think it is the last enter support for #14843 )
2. if a branch name contains something like `&`, then the branch selector doesn't update
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2024-05-05 13:53:12 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						7db434bfa9 
					 
					
						
						
							
							Fix JS error on pull request page ( #30838 ) ( #30841 )  
						
						 
						
						... 
						
						
						
						Backport #30838  by silverwind
Fix this error seen on PR page, regression from
https://github.com/go-gitea/gitea/pull/30803 :
Co-authored-by: silverwind <me@silverwind.io >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2024-05-03 02:17:11 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						41f8ef8af5 
					 
					
						
						
							
							Improve repo button row layout ( #30668 ) ( #30839 )  
						
						 
						
						... 
						
						
						
						Backport #30668  by @silverwind
Since there is now a second `<input>` in the repo buttons, we can make a
better-looking layout with no empty space, except on mobile.
Also I fixed one bug with focus border on clone panel.
## Large
<img width="1163" alt="Screenshot 2024-04-23 at 22 25 22"
src="https://github.com/go-gitea/gitea/assets/115237/8135a572-aa67-4672-ad49-b76b06890b52 ">
## Medium
<img width="870" alt="Screenshot 2024-04-23 at 22 25 34"
src="https://github.com/go-gitea/gitea/assets/115237/9e93f61c-3315-4a78-8328-8cefad5b50fa ">
## Mobile
<img width="416" alt="Screenshot 2024-04-23 at 22 25 52"
src="https://github.com/go-gitea/gitea/assets/115237/859e341f-807a-48e6-8bcf-31715963216c ">
Co-authored-by: silverwind <me@silverwind.io > 
						
						
					 
					
						2024-05-02 19:38:37 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						253c97b922 
					 
					
						
						
							
							Add hover outline to heatmap squares ( #30828 ) ( #30832 )  
						
						 
						
						... 
						
						
						
						Backport #30828  by @silverwind
Makes it easier to use because you see which square is currently
hovered:
<img width="314" alt="Screenshot 2024-05-02 at 15 38 20"
src="https://github.com/go-gitea/gitea/assets/115237/3a15dad1-2259-4f28-9fae-5cf6ad3d8798 ">
I did try a `scoped` style for this, but that did not work for some
reason.
Co-authored-by: silverwind <me@silverwind.io > 
						
						
					 
					
						2024-05-02 15:01:07 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						3f0dc69400 
					 
					
						
						
							
							Improve context popup rendering ( #30824 ) ( #30829 )  
						
						 
						
						... 
						
						
						
						Backport #30824  by @silverwind
Before, lot of empty space when no labels or body:
<img width="281" alt="Screenshot 2024-05-02 at 13 51 29"
src="https://github.com/go-gitea/gitea/assets/115237/8a980ccd-d53c-43a3-a059-dc8c614621e1 ">
After, empty space collapsed:
<img width="306" alt="Screenshot 2024-05-02 at 13 51 16"
src="https://github.com/go-gitea/gitea/assets/115237/8d9c154d-5de1-43d0-8536-afd9194d99b3 ">
All `<p>` (unsuitable) and `<small>` (discouraged in favor of css) tags
are removed.
Co-authored-by: silverwind <me@silverwind.io > 
						
						
					 
					
						2024-05-02 13:47:32 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						606b12caf0 
					 
					
						
						
							
							Fix activity heat map padding & locale ( #30823 ) ( #30827 )  
						
						 
						
						... 
						
						
						
						Backport #30823  by wxiaoguang
Fix  #30808 
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
Co-authored-by: silverwind <me@silverwind.io > 
						
						
					 
					
						2024-05-02 13:27:45 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						41efddafde 
					 
					
						
						
							
							Fix rounded border for segment followed by pagination ( #30809 ) ( #30818 )  
						
						 
						
						... 
						
						
						
						Backport #30809  by @silverwind
Fixes https://github.com/go-gitea/gitea/issues/30673 , specifically
https://github.com/go-gitea/gitea/issues/30673#issuecomment-2085329812 .
Co-authored-by: silverwind <me@silverwind.io > 
						
						
					 
					
						2024-05-02 13:06:02 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						ee17289eeb 
					 
					
						
						
							
							Fix issue card layout ( #30800 ) ( #30820 )  
						
						 
						
						... 
						
						
						
						Backport #30800  by wxiaoguang
Fix  #30788 
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2024-05-02 20:10:32 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						d793f256c8 
					 
					
						
						
							
							Fix branch selector UI ( #30803 ) ( #30819 )  
						
						 
						
						... 
						
						
						
						Backport #30803  by wxiaoguang
Fix  #30802 
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2024-05-02 11:12:43 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						ab344a36e3 
					 
					
						
						
							
							Rework and fix stopwatch ( #30732 ) ( #30787 )  
						
						 
						
						... 
						
						
						
						Backport #30732  by @silverwind
Fixes https://github.com/go-gitea/gitea/issues/30721  and overhauls the
stopwatch. Time is now shown inside the "dot" icon and on both mobile
and desktop. All rendering is now done by `<relative-time>`, the
`pretty-ms` dependency is dropped.
Desktop:
<img width="557" alt="Screenshot 2024-04-29 at 22 33 27"
src="https://github.com/go-gitea/gitea/assets/115237/3a46cdbf-6af2-4bf9-b07f-021348badaac ">
Mobile:
<img width="640" alt="Screenshot 2024-04-29 at 22 34 19"
src="https://github.com/go-gitea/gitea/assets/115237/8a2beea7-bd5d-473f-8fff-66f63fd50877 ">
Note for tippy:
Previously, tippy instances defaulted to "menu" theme, but that theme is
really only meant for `.ui.menu`, so it was not optimal for the
stopwatch popover.
This introduces a unopinionated `default` theme that has no padding and
should be suitable for all content. I reviewed all existing uses and
explicitely set the desired `theme` on all of them.
Co-authored-by: silverwind <me@silverwind.io > 
						
						
					 
					
						2024-04-30 21:46:45 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						2bedd16c14 
					 
					
						
						
							
							Improve logout from worker ( #30775 ) ( #30789 )  
						
						 
						
						... 
						
						
						
						Backport #30775  by wxiaoguang
A quick fix for #30756 
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2024-05-01 05:19:13 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						a75b0d2813 
					 
					
						
						
							
							Fix dashboard commit status null access ( #30771 ) ( #30786 )  
						
						 
						
						... 
						
						
						
						Backport #30771  by wxiaoguang
Fix  #30768 
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2024-04-30 20:53:20 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						dc9e795ce2 
					 
					
						
						
							
							Fix issue label rendering in the issue popup ( #30763 ) ( #30773 )  
						
						 
						
						... 
						
						
						
						Backport #30763  by wxiaoguang
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2024-04-30 09:40:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						6ee3a8a039 
					 
					
						
						
							
							Right align the "Settings" menu item in overflow-menu ( #30764 ) ( #30777 )  
						
						 
						
						... 
						
						
						
						Backport #30764  by wxiaoguang
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2024-04-30 16:40:09 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giteabot 
							
						 
					 
					
						
						
							
						
						6c86034e0f 
					 
					
						
						
							
							Fix all rounded borders, change affected tab menus to pills ( #30707 ) ( #30769 )  
						
						 
						
						... 
						
						
						
						Backport #30707  by @silverwind
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: silverwind <me@silverwind.io >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2024-04-29 21:19:44 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						8de2992ffb 
					 
					
						
						
							
							Make Ctrl+Enter work for issue/comment edit ( #30720 )  
						
						 
						
						... 
						
						
						
						Fix  #30710  
						
						
					 
					
						2024-04-27 14:32:00 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								silverwind 
							
						 
					 
					
						
						
							
						
						b93c87b6fe 
					 
					
						
						
							
							Issue card improvements ( #30687 )  
						
						 
						
						... 
						
						
						
						Fixes https://github.com/go-gitea/gitea/issues/30682  and does a few
improvements:
- Use gap instead of margin/padding
- Don't render empty image div
- Remove `right floated` class that did nothing
<img width="406" alt="Screenshot 2024-04-24 at 20 21 20"
src="https://github.com/go-gitea/gitea/assets/115237/2fa88707-c2c4-40df-aee7-a684c3097ed0 ">
---------
Co-authored-by: KN4CK3R <admin@oldschoolhack.me > 
						
						
					 
					
						2024-04-27 13:35:26 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								silverwind 
							
						 
					 
					
						
						
							
						
						238eb3ff9f 
					 
					
						
						
							
							Update JS dependencies ( #30713 )  
						
						 
						
						... 
						
						
						
						- Update all JS dependencies
- Remove
[now-unnecessary](https://github.com/microsoft/monaco-editor/issues/4325 )
monaco workaround
- Update stylelint config for new rule
- Tested Monaco, Swagger UI, Mermaid 
						
						
					 
					
						2024-04-27 11:28:28 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								silverwind 
							
						 
					 
					
						
						
							
						
						b2abac5e5f 
					 
					
						
						
							
							Improve diff stats bar ( #30669 )  
						
						 
						
						... 
						
						
						
						Minor tweaks:
- Remove unnecessary `item` class which was causing unwanted padding to
be added.
- Add some padding and prevent wrapping so it looks better on mobile.
- Increase width by 4px.
<img width="116" alt="Screenshot 2024-04-24 at 00 15 07"
src="https://github.com/go-gitea/gitea/assets/115237/1f1cf54c-8053-4297-b309-71d9c2ceb9ee ">
<img width="441" alt="Screenshot 2024-04-24 at 00 14 57"
src="https://github.com/go-gitea/gitea/assets/115237/2f3a33dc-edad-4b97-b64c-6812aae513cb "> 
						
						
					 
					
						2024-04-27 11:22:55 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								silverwind 
							
						 
					 
					
						
						
							
						
						9b2536b78f 
					 
					
						
						
							
							Update misspell to 0.5.1 and add misspellings.csv ( #30573 )  
						
						 
						
						... 
						
						
						
						Misspell 0.5.0 supports passing a csv file to extend the list of
misspellings, so I added some common ones from the codebase. There is at
least one typo in a API response so we need to decided whether to revert
that and then likely remove the dict entry. 
						
						
					 
					
						2024-04-27 08:03:49 +00:00