wxiaoguang 
							
						 
					 
					
						
						
							
						
						7424f27cf3 
					 
					
						
						
							
							Check if reverse proxy is correctly configured ( #30890 )  
						
						... 
						
						
						
						Follow #27011 
Follow #30885 
---------
Co-authored-by: silverwind <me@silverwind.io >
Co-authored-by: Giteabot <teabot@gitea.io > 
						
						
					 
					
						2024-05-10 20:07:01 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						ed0fc2729e 
					 
					
						
						
							
							Add missing menu active item background back ( #30897 )  
						
						... 
						
						
						
						Fix  #30578  
					
						2024-05-08 23:01:25 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						3fdb2d4ad8 
					 
					
						
						
							
							Fix incorrect issue form ( #30881 )  
						
						... 
						
						
						
						Fix  #30864  
					
						2024-05-08 15:39:13 +00:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
						
						a303c973e0 
					 
					
						
						
							
							Fix various problems around projects board view ( #30696 )  
						
						... 
						
						
						
						# 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: silverwind <me@silverwind.io >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2024-05-08 13:44:57 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
						
						d9b37d085a 
					 
					
						
						
							
							Remove obsolete monaco workaround ( #30893 )  
						
						... 
						
						
						
						This workaround is not neccessary any more since monaco 0.35.0.
Ref: https://github.com/microsoft/monaco-editor/issues/2962 
Ref: https://github.com/microsoft/vscode/pull/173688  
						
						
					 
					
						2024-05-08 02:42:33 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						eda10cc2bb 
					 
					
						
						
							
							Fix some UI problems (dropdown/container) ( #30849 )  
						
						... 
						
						
						
						Follow #30345 
Follow #30547 
`ellipsis` / `white-space` shouldn't be put on the general dropdown components. 
						
						
					 
					
						2024-05-06 07:17:22 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						ce8b11ae13 
					 
					
						
						
							
							Fix some UI problems (install/checkbox) ( #30854 )  
						
						... 
						
						
						
						Fix the space between the box and label for checkboxes, and fix incorrect usages in "repo-issue.js" 
						
						
					 
					
						2024-05-06 06:32:05 +00:00 
						 
				 
			
				
					
						
							
							
								Kemal Zebari 
							
						 
					 
					
						
						
							
						
						22c7b3a744 
					 
					
						
						
							
							Have time.js use UTC-related getters/setters ( #30857 )  
						
						... 
						
						
						
						Before this patch, we were using `Date` getter/setter methods that
worked with local time to get a list of Sundays that are in the range of
some start date and end date. The problem with this was that the Sundays
are in Unix epoch time and when we changed the "startDate" argument that
was passed to make sure it is on a Sunday, this change would be
reflected when we convert it to Unix epoch time. More specifically, I
observed that we may get different Unix epochs depending on your
timezone when the returned list should rather be timezone-agnostic.
This led to issues in US timezones that caused the contributor, code
frequency, and recent commit charts to not show any chart data. This fix
resolves this by using getter/setter methods that work with UTC since it
isn't dependent on timezones.
Fixes  #30851 .
---------
Co-authored-by: Sam Fisher <fisher@3echelon.local > 
						
						
					 
					
						2024-05-06 09:36:53 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						982b20d259 
					 
					
						
						
							
							Do not show monaco JS errors ( #30862 )  
						
						... 
						
						
						
						Fix  #30861  
					
						2024-05-05 16:34:13 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						5c236bd4c0 
					 
					
						
						
							
							Fix issue/PR title edit ( #30858 )  
						
						... 
						
						
						
						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 
						
						
					 
					
						2024-05-05 13:09:41 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
						
						c4e875402b 
					 
					
						
						
							
							Fix JS error on pull request page ( #30838 )  
						
						... 
						
						
						
						Fix this error seen on PR page, regression from
https://github.com/go-gitea/gitea/pull/30803 :
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2024-05-03 10:12:10 +08:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
						
						b30b7df9f4 
					 
					
						
						
							
							Fix body margin shifting with modals, fix error on project column edit ( #30831 )  
						
						... 
						
						
						
						Fixes: https://github.com/go-gitea/gitea/issues/30816 , regression from
https://github.com/go-gitea/gitea/pull/30723 .
Fixes: https://github.com/go-gitea/gitea/pull/30815 , regression from
https://github.com/go-gitea/gitea/pull/30723 .
Fomantic [expects a
callback](59d9b40987/src/definitions/modules/modal.js (L530-L534)wxiaoguang@gmail.com > 
						
						
					 
					
						2024-05-03 01:48:24 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
						
						c445a85528 
					 
					
						
						
							
							Improve repo button row layout ( #30668 )  
						
						... 
						
						
						
						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 "> 
						
						
					 
					
						2024-05-02 19:10:49 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
						
						6f89d5e3a0 
					 
					
						
						
							
							Add hover outline to heatmap squares ( #30828 )  
						
						... 
						
						
						
						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. 
						
						
					 
					
						2024-05-02 14:56:17 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
						
						b1bb3642e5 
					 
					
						
						
							
							Improve context popup rendering ( #30824 )  
						
						... 
						
						
						
						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. 
						
						
					 
					
						2024-05-02 15:42:33 +02:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						eb8bb82e58 
					 
					
						
						
							
							Fix activity heat map padding & locale ( #30823 )  
						
						... 
						
						
						
						Fix  #30808 
---------
Co-authored-by: silverwind <me@silverwind.io > 
					
						2024-05-02 13:22:55 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						6ff2acc52c 
					 
					
						
						
							
							Fix issue card layout ( #30800 )  
						
						... 
						
						
						
						Fix  #30788  
					
						2024-05-02 11:19:44 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						ebe6f4cad7 
					 
					
						
						
							
							Fix branch selector UI ( #30803 )  
						
						... 
						
						
						
						Fix  #30802  
						
						
					 
					
						2024-05-02 10:45:23 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
						
						82eca44581 
					 
					
						
						
							
							Fix rounded border for segment followed by pagination ( #30809 )  
						
						... 
						
						
						
						Fixes https://github.com/go-gitea/gitea/issues/30673 , specifically
https://github.com/go-gitea/gitea/issues/30673#issuecomment-2085329812 . 
						
						
					 
					
						2024-05-02 09:25:55 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						a988237eb4 
					 
					
						
						
							
							Improve logout from worker ( #30775 )  
						
						... 
						
						
						
						A quick fix for #30756  
						
						
					 
					
						2024-04-30 15:35:42 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
						
						564102ce89 
					 
					
						
						
							
							Rework and fix stopwatch ( #30732 )  
						
						... 
						
						
						
						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. 
						
						
					 
					
						2024-04-30 14:52:46 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						5f05e7b41a 
					 
					
						
						
							
							Fix dashboard commit status null access ( #30771 )  
						
						... 
						
						
						
						Fix  #30768  
					
						2024-04-30 12:39:36 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						059b2718a5 
					 
					
						
						
							
							Right align the "Settings" menu item in overflow-menu ( #30764 )  
						
						... 
						
						
						
						I guess there could be enough people liking to make the Settings menu
item right aligned. As a site admin, I found it's easier to find the
right-aligned Settings menu item.
Tested with various sizes:


 
						
						
					 
					
						2024-04-30 04:26:13 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						61b495e5ab 
					 
					
						
						
							
							Fix issue label rendering in the issue popup ( #30763 )  
						
						
						
						
					 
					
						2024-04-30 02:36:32 +00:00 
						 
				 
			
				
					
						
							
							
								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 > 
						
						
					 
					
						2024-04-29 20:53:15 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
						
						a21ca9b5a5 
					 
					
						
						
							
							Remove fomantic dimmer module ( #30723 )  
						
						... 
						
						
						
						Tested extensively using modal which is the only dependant. 
						
						
					 
					
						2024-04-29 14:49:50 +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 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
						
						c93eefb42b 
					 
					
						
						
							
							Diff color enhancements, add line number background ( #30670 )  
						
						... 
						
						
						
						1. Bring back the background on line numbers. This feature was lost a
long time ago.
<img width="457" alt="Screenshot 2024-04-24 at 01 36 09"
src="https://github.com/go-gitea/gitea/assets/115237/76a7f5a9-c22a-4c72-9f0a-ebf16a66513e ">
<img width="473" alt="Screenshot 2024-04-24 at 01 22 47"
src="https://github.com/go-gitea/gitea/assets/115237/eef06cf2-f1b9-40e3-947d-dd5852ec12a3 ">
<img width="457" alt="Screenshot 2024-04-24 at 02 13 18"
src="https://github.com/go-gitea/gitea/assets/115237/59e317d4-76a7-468c-8a19-10d88c675cc3 ">
<img width="459" alt="Screenshot 2024-04-24 at 01 23 21"
src="https://github.com/go-gitea/gitea/assets/115237/f1a46f8d-8846-4d78-a9d7-8b7dc18ac6e4 ">
2. Expanded lines background is now full-line, including line numbers:
<img width="1303" alt="Screenshot 2024-04-24 at 01 37 12"
src="https://github.com/go-gitea/gitea/assets/115237/271eefe2-0869-424e-93fb-ccd8adc87806 ">
3. Sort affected colors alphabetically in the CSS
Fixes  #14603  
						
						
					 
					
						2024-04-26 19:37:21 +00:00 
						 
				 
			
				
					
						
							
							
								yp05327 
							
						 
					 
					
						
						
							
						
						2a3906d755 
					 
					
						
						
							
							Improve job commit description ( #30579 )  
						
						... 
						
						
						
						Fix https://github.com/go-gitea/gitea/issues/30567 
When job is a schedule:

When it is a normal one:

also add a 'space' behind  `:`


---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2024-04-26 02:22:45 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						fd63b96f6a 
					 
					
						
						
							
							Refactor imagediff and fix regression bug ( #30694 )  
						
						... 
						
						
						
						Fix  #30683  
					
						2024-04-25 21:01:38 +08:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
						
						d0bfc978de 
					 
					
						
						
							
							Fix active item in tab menu ( #30690 )  
						
						... 
						
						
						
						Before, item would also resize on hover because of font weight:
<img width="381" alt="Screenshot 2024-04-25 at 01 28 53"
src="https://github.com/go-gitea/gitea/assets/115237/4f3291fc-90be-4d66-ae8b-3c2f763cb956 ">
After:
<img width="381" alt="Screenshot 2024-04-25 at 01 28 40"
src="https://github.com/go-gitea/gitea/assets/115237/06145bf2-1ddd-4171-9217-d92c100ea405 ">
Co-authored-by: Giteabot <teabot@gitea.io > 
						
						
					 
					
						2024-04-25 12:53:39 +02:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
						
						3f19a63345 
					 
					
						
						
							
							Fix border-radius of header+segment boxes ( #30667 )  
						
						... 
						
						
						
						This is a very old bug with the bottom border-radiuses not being there
and the `:has` selector now makes it possible to cleanly solve it. It
affects all header+segment boxes, which there are many throughout the
UI:
<img width="1017" alt="Screenshot 2024-04-23 at 20 47 21"
src="https://github.com/go-gitea/gitea/assets/115237/870fe352-cc38-4bd6-bfe6-9fe8c3066f92 "> 
						
						
					 
					
						2024-04-24 13:11:52 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						b79e3db264 
					 
					
						
						
							
							Initial support for colorblindness-friendly themes ( #30625 )  
						
						... 
						
						
						
						Initial support for #25680 
This PR only adds some simple styles from GitHub, it is big enough and
it focuses on adding the necessary framework-level supports. More styles
could be fine-tuned later. 
						
						
					 
					
						2024-04-24 00:18:41 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						dd2aaadce3 
					 
					
						
						
							
							Fix flash message for flex-container ( #30657 )  
						
						
						
						
					 
					
						2024-04-23 08:31:51 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
						
						aff7b7bdd2 
					 
					
						
						
							
							Remove obsolete CSS text classes ( #30576 )  
						
						... 
						
						
						
						- `.text-thin` and `.text-italic` are not present in CSS so were doing nothing and I removed them.
- `.text.middle` was unused so I removed it.
- `.text.italic` is replaced with `tw-italic`.
- `.text.normal` had exactly one use and it wasn't even needed.
- add a `muted` class to the link to `org_profile_avatar.tmpl`.
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2024-04-22 11:21:06 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						f4a1cf7eab 
					 
					
						
						
							
							Fix repo home UI when there is no repo description ( #30552 )  
						
						... 
						
						
						
						Fix  #30502  by a new approach.
 
					
						2024-04-21 23:47:31 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						1e4867730b 
					 
					
						
						
							
							Fix dropdown text ellipsis ( #30628 )  
						
						... 
						
						
						
						Follow
https://github.com/go-gitea/gitea/pull/30547#discussion_r1573866519 
Fix  #30624 
The Fomantic UI Dropdown wasn't designed to work that way, its "text"
element might contain images. So the "overflow" shouldn't be added to
any general dropdown text.
 
						
						
					 
					
						2024-04-21 23:14:33 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
						
						1b1b8500ae 
					 
					
						
						
							
							Fix flash on dashboard ( #30572 )  
						
						... 
						
						
						
						Fixes https://github.com/go-gitea/gitea/issues/30566 , regression from
https://github.com/go-gitea/gitea/pull/30214 . 
						
						
					 
					
						2024-04-21 20:24:56 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						f95622cddc 
					 
					
						
						
							
							Fix issue comment form and quick-submit ( #30623 )  
						
						... 
						
						
						
						1. Rewrite initGlobalEnterQuickSubmit (by the way, remove jQuery)
2. Fix issue comment form layout 
						
						
					 
					
						2024-04-22 01:00:04 +08:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
						
						dd8e6ae270 
					 
					
						
						
							
							Improve "Reference in new issue" modal ( #30547 )  
						
						... 
						
						
						
						Fixes: https://github.com/go-gitea/gitea/issues/29994 
Also some misc enhancements done to the form in the modal.
<img width="840" alt="Screenshot 2024-04-17 at 23 02 55"
src="https://github.com/go-gitea/gitea/assets/115237/e71fba55-55cd-4e48-a497-6b1025c36a43 "> 
						
						
					 
					
						2024-04-18 19:31:53 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						d0e0708355 
					 
					
						
						
							
							Refactor and fix archive link bug ( #30535 )  
						
						... 
						
						
						
						Regression of #29920 
Fixes : #30569 
Also this is a rewriting to eliminate the remaining jQuery usages from code.
Co-authored-by: Giteabot <teabot@gitea.io > 
						
						
					 
					
						2024-04-19 00:45:50 +08:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
						
						d4ec6b3d16 
					 
					
						
						
							
							Add form field id generation, remove duplicated ids ( #30546 )  
						
						... 
						
						
						
						Fixes: https://github.com/go-gitea/gitea/issues/30384 
On repo settings page, there id `repo_name` was used 5 times on the same
page, some in modal and such. I think we are better off just
auto-generating these IDs in the future so that labels link up with
their form element.
Ideally this id generation would be done in backend in a subtemplate,
but seeing that we already have similar JS patches for checkboxes, I
took the easy path for now.
I also checked that these `#repo_name` were not in use in JS and the
only case where this id appears in JS is on the migration page where
it's still there.
---------
Co-authored-by: Giteabot <teabot@gitea.io > 
						
						
					 
					
						2024-04-18 09:01:06 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
						
						31538133c3 
					 
					
						
						
							
							Fix border-radius on view, blame and code search ( #30545 )  
						
						... 
						
						
						
						Fixes: https://github.com/go-gitea/gitea/issues/30540 
1. Fix all these boxes by adding `bottom attached` and removing a
problematic CSS rule:
<img width="1319" alt="Screenshot 2024-04-17 at 22 25 31"
src="https://github.com/go-gitea/gitea/assets/115237/346445a4-4944-4003-a1ef-6f5b0eda624e ">
<img width="643" alt="Screenshot 2024-04-17 at 22 21 18"
src="https://github.com/go-gitea/gitea/assets/115237/10f17ed3-9ad6-48de-92fa-bac6621815b9 ">
2. Change the "last commit" box to `ui segment` which has correct
border-radius. Also included is a tiny tweak to make author name ellipse
instead of wrap.
<img width="1331" alt="Screenshot 2024-04-17 at 22 23 23"
src="https://github.com/go-gitea/gitea/assets/115237/285fbd45-ced0-4d33-abe3-7384ffa03188 ">
Co-authored-by: Giteabot <teabot@gitea.io > 
						
						
					 
					
						2024-04-18 08:34:23 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
						
						49b80f8ac1 
					 
					
						
						
							
							Disable enter key for accepting code completion in Monaco ( #30548 )  
						
						... 
						
						
						
						Fixes https://github.com/go-gitea/gitea/issues/28114  and behaviour
matches vscode on desktop as well.
Co-authored-by: Giteabot <teabot@gitea.io > 
						
						
					 
					
						2024-04-18 10:06:56 +02:00 
						 
				 
			
				
					
						
							
							
								6543 
							
						 
					 
					
						
						
							
						
						be5be0ac81 
					 
					
						
						
							
							Expose fuzzy search for issues/pulls ( #29701 )  
						
						... 
						
						
						
						close  #29685 
---------
Signed-off-by: 6543 <6543@obermui.de >
Co-authored-by: silverwind <me@silverwind.io > 
						
						
					 
					
						2024-04-18 00:16:52 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
						
						311f5261cd 
					 
					
						
						
							
							Fix and tweak pull request commit list ( #30528 )  
						
						... 
						
						
						
						Fixes https://github.com/go-gitea/gitea/issues/30493 , regression from
https://github.com/go-gitea/gitea/pull/30374 .
Also did the flexbox convertion as suggested by the existing comment.
<img width="850" alt="Screenshot 2024-04-16 at 22 28 48"
src="https://github.com/go-gitea/gitea/assets/115237/e8905944-620a-4211-b5c5-53ed3b3ee23e ">
Co-authored-by: Giteabot <teabot@gitea.io > 
						
						
					 
					
						2024-04-17 08:58:08 +00:00