wxiaoguang 
							
						 
					 
					
						
						
						
						
							
						
						
							514cc65e61 
							
						 
					 
					
						
						
							
							fix dropdown width in form  
						
						
						
						
					 
					
						2025-03-11 01:54:21 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
						
						
							
						
						
							eb500e15fd 
							
						 
					 
					
						
						
							
							remove form.js and tab  
						
						
						
						
					 
					
						2025-03-11 01:28:18 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							34e5df6d30 
							
						 
					 
					
						
						
							
							Add material icons for file list ( #33837 )  
						
						
						
						
					 
					
						2025-03-10 15:57:17 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6f13331754 
							
						 
					 
					
						
						
							
							Improve theme display ( #30671 )  
						
						... 
						
						
						
						Document: https://gitea.com/gitea/docs/pulls/180 
 
						
						
					 
					
						2025-03-08 21:38:11 +00:00 
						 
				 
			
				
					
						
							
							
								Kerwin Bryant 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							14be462646 
							
						 
					 
					
						
						
							
							Refactor initRepoBranchTagSelector to use new init framework ( #33776 )  
						
						... 
						
						
						
						Make "initRepoBranchTagSelector" to use new init framework and fix the
abused "js-branch-tag-selector" styles
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> 
						
						
					 
					
						2025-03-03 20:58:19 +00:00 
						 
				 
			
				
					
						
							
							
								Kerwin Bryant 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f0f1737d4d 
							
						 
					 
					
						
						
							
							Refactor markup and pdf-viewer to use new init framework ( #33772 )  
						
						... 
						
						
						
						1. Add some "render-content" classes to "markup" elements when the
content is rendered
2. Use correct "markup" wrapper for "preview" (but not set that class on
the tab)
3. Remove incorrect "markup" class from LFS file view, because there is
no markup content
    * "edit-diff" is also removed because it does nothing
5. Use "initPdfViewer" for PDF viewer
6. Remove incorrect "content" class from milestone markup
7. Init all ".markup" elements by new init framework
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> 
						
						
					 
					
						2025-03-03 11:49:15 -08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							698ae7aa5b 
							
						 
					 
					
						
						
							
							Fix dynamic content loading init problem ( #33748 )  
						
						... 
						
						
						
						1. Rewrite `dirauto.ts` to `observer.ts`. 
* We have been using MutationObserver for long time, it's proven that it
is quite performant.
    * Now we extend its ability to handle more "init" works.
2. Use `observeAddedElement` to init all non-custom "dropdown".
3. Use `data-global-click` to handle click events from dynamically
loaded elements.
* By this new approach, the old fragile selector-based
(`.comment-reaction-button`) mechanism is removed.
4. By the way, remove unused `.diff-box` selector, it was abused and
never really used.
A lot of FIXMEs in "repo-diff.ts" are completely fixed, newly loaded
contents could work as expected. 
						
						
					 
					
						2025-03-01 02:02:10 +00:00 
						 
				 
			
				
					
						
							
							
								Guillaume 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							303af554c9 
							
						 
					 
					
						
						
							
							Improve "generate new access token" form ( #33730 )  
						
						... 
						
						
						
						Fix: https://github.com/go-gitea/gitea/issues/33519 
As discussed in [PR
#33614 ](https://github.com/go-gitea/gitea/pull/33614 ), the
ScopedAccessTokenSelector Vue component is not particularly useful.
This PR removes the component and reverts to using HTML templates. It
also introduces some (hopefully) useful refactoring.
The Vue component was causing the UX bug reported in the linked issue.
Required form fields are now properly working, as expected (see
screenshot).

---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> 
						
						
					 
					
						2025-02-27 19:40:12 +00:00 
						 
				 
			
				
					
						
							
							
								Quentin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							793c0e1fa6 
							
						 
					 
					
						
						
							
							Align sidebar gears to the right ( #33721 )  
						
						... 
						
						
						
						Currently, the issue/pr sidebar is hard to read visually. One of the
reason is that the gear icons make reading difficult because they are
"in the way" when reading, and not aligned together.
This PR proposes to align them on the right.
Actions are also better highlighted this way.
## Screenshots
### Issue
| Before this PR | After this PR |
| --- | --- |
| <img width="322" alt="Capture d’écran 2025-02-25 à 19 59 39"
src="https://github.com/user-attachments/assets/efdd13af-7b22-4f2b-8e65-dd17d6f3ffad "
/> | <img width="322" alt="Capture d’écran 2025-02-25 à 19 58 56"
src="https://github.com/user-attachments/assets/eeacc3f4-5e2c-4558-a4b3-0f1ab4742107 "
/> |
### Pull Request
| Before this PR | After this PR |
| --- | --- |
| <img width="322" alt="Capture d’écran 2025-02-25 à 20 16 12"
src="https://github.com/user-attachments/assets/c274b58b-ad50-4ad8-b3da-91dbabd1b120 "
/> | <img width="322" alt="Capture d’écran 2025-02-25 à 20 15 54"
src="https://github.com/user-attachments/assets/ecfd6d60-a525-4767-872d-2ef84030d81e "
/> |
Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io> 
						
						
					 
					
						2025-02-27 00:03:23 +02:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cd225d7034 
							
						 
					 
					
						
						
							
							Fix mCaptcha bug ( #33659 )  
						
						... 
						
						
						
						Fix  #33658  
					
						2025-02-20 22:53:38 +08:00 
						 
				 
			
				
					
						
							
							
								Kerwin Bryant 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							40426addfa 
							
						 
					 
					
						
						
							
							Add cropping support when modifying the user/org/repo avatar ( #33498 )  
						
						... 
						
						
						
						Fixed  #33321 
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> 
					
						2025-02-06 21:07:44 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							182e3896bf 
							
						 
					 
					
						
						
							
							Fix flex width ( #33414 )  
						
						... 
						
						
						
						Fix  #33409  
					
						2025-01-27 17:09:20 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9875f9b9b8 
							
						 
					 
					
						
						
							
							Clone button enhancements ( #33362 )  
						
						... 
						
						
						
						- Add box-shadow to default tippy theme
- Make colors for tabs match the ones from `.ui.tabular.menu`
- Remove tippy arrow and slightly offset tooltip closer to the button
- Fix setting of `aria-haspopup` when default role is used with tippy
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> 
						
						
					 
					
						2025-01-27 02:07:29 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6a516a0d14 
							
						 
					 
					
						
						
							
							Do not show unnecessary commit sign lock icon ( #33387 )  
						
						... 
						
						
						
						Fix  #33385  
					
						2025-01-25 19:32:35 +08:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							642e8c1122 
							
						 
					 
					
						
						
							
							Repo homepage styling tweaks ( #33289 )  
						
						... 
						
						
						
						Reduce it to a value that results in `.repo-home-sidebar-top` and
`.repo-home-sidebar-bottom` having 240px content width, the same as
GitHub.
Before:
<img width="1333" alt="Screenshot 2025-01-15 at 18 28 34"
src="https://github.com/user-attachments/assets/cf0fa21b-87be-40e3-a6cd-26d146bce9cc "
/>
After:
<img width="1330" alt="Screenshot 2025-01-15 at 18 28 27"
src="https://github.com/user-attachments/assets/28acd837-10f4-4176-b8a0-510cd28c8b8d "
/> 
						
						
					 
					
						2025-01-24 17:35:28 +00:00 
						 
				 
			
				
					
						
							
							
								Typed SIGTERM 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9e028d8d57 
							
						 
					 
					
						
						
							
							Fix comment header padding ( #33377 )  
						
						
						
						
					 
					
						2025-01-25 01:09:57 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6659a381ea 
							
						 
					 
					
						
						
							
							Fix closed dependency title ( #33285 )  
						
						... 
						
						
						
						Fix  #33283  
					
						2025-01-15 23:38:03 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9024b79933 
							
						 
					 
					
						
						
							
							Remove unused CSS styles and move some styles to proper files ( #33217 )  
						
						
						
						
					 
					
						2025-01-12 05:16:22 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9c00e065a1 
							
						 
					 
					
						
						
							
							Fix form width ( #33151 )  
						
						... 
						
						
						
						Fix  #33150  
					
						2025-01-08 23:57:18 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cf60734a4d 
							
						 
					 
					
						
						
							
							Fix dropdown menu header and mobile view ( #33108 )  
						
						... 
						
						
						
						
----

----
 
						
						
					 
					
						2025-01-05 21:20:22 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2b064b8637 
							
						 
					 
					
						
						
							
							Refactor legacy line-number and scroll code ( #33094 )  
						
						... 
						
						
						
						1. remove jquery
2. rewrite the "line number selection", fix various edge cases
3. fix the scroll 
						
						
					 
					
						2025-01-04 10:56:07 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							68972a9947 
							
						 
					 
					
						
						
							
							Clean up legacy form CSS styles ( #33081 )  
						
						
						
						
					 
					
						2025-01-03 04:01:19 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							85c756e279 
							
						 
					 
					
						
						
							
							Refactor pull-request compare&create page ( #33071 )  
						
						... 
						
						
						
						The old code is unnecessarily complex. 
						
						
					 
					
						2025-01-02 01:16:09 +08:00 
						 
				 
			
				
					
						
							
							
								Chai-Shi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0387195abb 
							
						 
					 
					
						
						
							
							[Feature] Private README.md for organization ( #32872 )  
						
						... 
						
						
						
						Implemented #29503 
---------
Co-authored-by: Ben Chang <ben_chang@htc.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> 
						
						
					 
					
						2024-12-31 04:22:09 +00:00 
						 
				 
			
				
					
						
							
							
								metiftikci 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							94048f3035 
							
						 
					 
					
						
						
							
							fix toggle commit body button ui when latest commit message is long ( #32997 )  
						
						... 
						
						
						
						#### Before

#### After

## Edit:
I found an issue on mobile view and changed the code as using flex gap


---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> 
						
						
					 
					
						2024-12-29 08:04:56 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a92f5057ae 
							
						 
					 
					
						
						
							
							Fix and/or comment some legacy CSS problems ( #33015 )  
						
						
						
						
					 
					
						2024-12-28 11:51:38 +00:00 
						 
				 
			
				
					
						
							
							
								metiftikci 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							254314be5f 
							
						 
					 
					
						
						
							
							fix scoped label ui when contains emoji ( #33007 )  
						
						... 
						
						
						
						### Before

### After
 
						
						
					 
					
						2024-12-28 00:58:19 +00:00 
						 
				 
			
				
					
						
							
							
								Blender Defender 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							079a1ffe8f 
							
						 
					 
					
						
						
							
							De-emphasize signed commits ( #31160 )  
						
						... 
						
						
						
						The new code structure is easier to make more improvements or
refactor, for example: change the colors to de-emphasize more, or design
some new layouts.
---------
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> 
						
						
					 
					
						2024-12-28 04:18:30 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4774151e53 
							
						 
					 
					
						
						
							
							Improve navbar: add "admin" tip, add "active" style ( #32927 )  
						
						... 
						
						
						
						By the way, remove all "tw-" patches and unused styles. 
						
						
					 
					
						2024-12-20 16:38:56 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							141d782c1a 
							
						 
					 
					
						
						
							
							Refactor repo-projects.ts ( #32892 )  
						
						... 
						
						
						
						- Remove jQuery
- Add types to all functions
- Tested all modified functionality
---------
Co-authored-by: Giteabot <teabot@gitea.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> 
						
						
					 
					
						2024-12-19 08:37:12 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							74b06d4f5c 
							
						 
					 
					
						
						
							
							Repo file list enhancements ( #32835 )  
						
						... 
						
						
						
						1. restore background color
2. fix border radius on top/bottom and on hover
3. parent link is now full-row again, much easier to click
4. parent link now uses directory icon, matching github
5 changed grid layout to remove auto width on file name column which could get too small.
6. mobile layout now shows more of the filename.
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> 
						
						
					 
					
						2024-12-15 16:56:56 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							df9a78cd04 
							
						 
					 
					
						
						
							
							Tweak repo sidebar ( #32847 )  
						
						... 
						
						
						
						Before and after:
<img width="218" alt="Screenshot 2024-12-15 at 04 53 53"
src="https://github.com/user-attachments/assets/299b1f0a-ba72-47c6-b662-a9d540d4d741 "
/>
<img width="222" alt="Screenshot 2024-12-15 at 04 53 41"
src="https://github.com/user-attachments/assets/5a2b5332-e324-4d20-82e9-21d1c850e826 "
/>
Diff without whitespace:
https://github.com/go-gitea/gitea/pull/32847/files?diff=unified&w=1 
The `tw-mt-2` is fine even if the element renders empty:
<img width="387" alt="image"
src="https://github.com/user-attachments/assets/76a976e4-ba2e-48a5-9248-c361552a937a "
/>
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> 
						
						
					 
					
						2024-12-15 10:01:46 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1a07ebe549 
							
						 
					 
					
						
						
							
							Fix overflow on org header ( #32837 )  
						
						
						
						
					 
					
						2024-12-14 06:50:12 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cc5ff98e0d 
							
						 
					 
					
						
						
							
							Refactor markdown math render ( #32831 )  
						
						... 
						
						
						
						Add more tests 
						
						
					 
					
						2024-12-14 13:43:05 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5bc030efa2 
							
						 
					 
					
						
						
							
							Fix various UI bugs ( #32821 )  
						
						
						
						
					 
					
						2024-12-13 01:45:32 -05:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4814f43af7 
							
						 
					 
					
						
						
							
							Fix repo home file list ( #32788 )  
						
						... 
						
						
						
						1. use grid instead of table, completely drop "ui table" from that list
2. move some "commit sign" related styles into a new file by the way (no
change) because I need to figure out where `#repo-files-table` is used.
3. move legacy "branch/tag selector" related code into repo-legacy.ts,
now there are 13 `import $` files left. 
						
						
					 
					
						2024-12-11 23:54:42 +08:00 
						 
				 
			
				
					
						
							
							
								Blender Defender 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							18061af490 
							
						 
					 
					
						
						
							
							Rearrange Clone Panel ( #31142 )  
						
						... 
						
						
						
						Rearrange the clone panel to use less horizontal space.
The following changes have been made to achieve this:
- Moved everything into the dropdown menu
- Moved the HTTPS/SSH Switch to a separate line
- Moved the "Clone in VS Code"-Button up and added a divider
- Named the dropdown button "Code", added appropriate icon
---------
Co-authored-by: techknowlogick <techknowlogick@gitea.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> 
						
						
					 
					
						2024-12-11 21:54:30 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e619384098 
							
						 
					 
					
						
						
							
							Add label/author/assignee filters to the user/org home issue list ( #32779 )  
						
						... 
						
						
						
						Replace #26661 , fix  #25979 
Not perfect, but usable and much better than before. Since it is quite
complex, I am not quite sure whether there would be any regression, if
any, I will fix in first time.
I have tested the related pages many times: issue list, milestone issue
list, project view, user issue list, org issue list. 
						
						
					 
					
						2024-12-11 06:33:24 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							90d20be541 
							
						 
					 
					
						
						
							
							Refactor issue filter (labels, poster, assignee) ( #32771 )  
						
						... 
						
						
						
						Rewrite a lot of legacy strange code, remove duplicate code, remove
jquery, and make these filters reusable.
Let's forget the old code, new code affects: 
* issue list open/close switch
* issue list filter (label, author, assignee)
* milestone list open/close switch
* milestone issue list filter (label, author, assignee)
* project view (label, assignee) 
						
						
					 
					
						2024-12-10 11:38:22 +08:00 
						 
				 
			
				
					
						
							
							
								yp05327 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2d13eafd69 
							
						 
					 
					
						
						
							
							Remove unnecessary border in repo home page sidebar ( #32767 )  
						
						
						
						
					 
					
						2024-12-09 15:30:16 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							96d3a03a08 
							
						 
					 
					
						
						
							
							Refactor LabelEdit ( #32752 )  
						
						... 
						
						
						
						And fix a regression:
https://github.com/go-gitea/gitea/pull/30053#discussion_r1874405470 
Major changes:
* rewrite without jquery
* remove the "delete modal", using "link-action" is good enough
* merge "new modal" and "edit modal" 
						
						
					 
					
						2024-12-08 02:35:28 +00:00 
						 
				 
			
				
					
						
							
							
								yp05327 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							faf5705d29 
							
						 
					 
					
						
						
							
							GitHub like repo home page ( #32213 )  
						
						... 
						
						
						
						Move some components (description, license, release, language stats) to sidebar
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> 
						
						
					 
					
						2024-12-06 14:29:04 +00:00 
						 
				 
			
				
					
						
							
							
								KN4CK3R 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0c3c041c88 
							
						 
					 
					
						
						
							
							Add Arch package registry ( #32692 )  
						
						... 
						
						
						
						Close  #25037 
Close  #31037 
This PR adds a Arch package registry usable with pacman.

Rewrite of #25396  and #31037 . You can follow [this
tutorial](https://wiki.archlinux.org/title/Creating_packages ) to build a
package for testing.
Docs PR: https://gitea.com/gitea/docs/pulls/111 
Co-authored-by: [d1nch8g@ion.lc ](mailto:d1nch8g@ion.lc)
Co-authored-by: @ExplodingDragon
---------
Co-authored-by: dancheg97 <dancheg97@fmnx.su>
Co-authored-by: dragon <ExplodingFKL@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> 
					
						2024-12-04 23:09:07 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c9e582c6b6 
							
						 
					 
					
						
						
							
							Refactor markdown editor and use it for milestone description editor ( #32688 )  
						
						... 
						
						
						
						Refactor markdown editor to clarify its "preview" behavior and remove
jQuery code.
Close  #15045 
---------
Co-authored-by: silverwind <me@silverwind.io> 
						
						
					 
					
						2024-12-04 02:11:34 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							13fbab5cf4 
							
						 
					 
					
						
						
							
							Remove all "floated" CSS styles ( #32691 )  
						
						... 
						
						
						
						flex but don't float
diff with ignoring spaces :
https://github.com/go-gitea/gitea/pull/32691/files?diff=split&w=1 
related pages:
### admin users

### milestone

### user account setting
 
						
						
					 
					
						2024-12-03 03:54:33 +08:00 
						 
				 
			
				
					
						
							
							
								Kerwin Bryant 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							68d9f36543 
							
						 
					 
					
						
						
							
							Allow cropping an avatar before setting it ( #32565 )  
						
						... 
						
						
						
						Provide a cropping tool on the avatar editing page, allowing users to
select the cropping area themselves. This way, users can decide the
displayed area of the image, rather than us deciding for them.
---------
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: Giteabot <teabot@gitea.io> 
						
						
					 
					
						2024-11-28 02:15:59 +00:00 
						 
				 
			
				
					
						
							
							
								Kerwin Bryant 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							25cacaf0aa 
							
						 
					 
					
						
						
							
							Fixed Issue of Review Menu Shown Behind ( #32631 )  
						
						... 
						
						
						
						Fixed  #31144  
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> 
					
						2024-11-26 09:24:56 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							07373f1d5d 
							
						 
					 
					
						
						
							
							Improve issue sidebar UI ( #32587 )  
						
						... 
						
						
						
						1. remove duplicate dividers
2. align reviewer items
3. merge & remove unused CSS styles
Before:
<details>


</details>
After:
<details>



</details> 
						
						
					 
					
						2024-11-21 03:31:54 +00:00 
						 
				 
			
				
					
						
							
							
								a1012112796 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							23d0f9083e 
							
						 
					 
					
						
						
							
							make search box in issue sidebar dropdown list always show when scrolling ( #32576 )  
						
						... 
						
						
						
						as title, replace #31597  after #32460  
---------
Signed-off-by: a1012112796 <1012112796@qq.com> 
						
						
					 
					
						2024-11-21 09:23:50 +08:00 
						 
				 
			
				
					
						
							
							
								charles 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e546480d0a 
							
						 
					 
					
						
						
							
							Fix large image overflow in comment page ( #31740 )  
						
						... 
						
						
						
						Close  #31709  
52px is calculate by avatar size in
templates\repo\issue\view_content\comments.tmpl
```html
<img src="{{.Poster.AvatarLink $.Context}}" width="40" height="40">
```
+
```css
.ui.comments .comment > .avatar ~ .content {
  margin-left: 12px;
}
```

---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> 
					
						2024-11-15 18:34:54 +00:00