d64063277d 
					 
					
						
						
							
							Multiple improvements for comment edit diff ( #21990 )  
						
						... 
						
						
						
						- Use explicit avatar size so when JS copies the HTML, the size gets
copied with it
- Replace icon font use with SVG
- Improve styling and diff rendering
- Sort lists in `svg.js`
Fixes: https://github.com/go-gitea/gitea/issues/21924 
<img width="933" alt="Screenshot 2022-11-30 at 17 52 17"
src="https://user-images.githubusercontent.com/115237/204859608-f322a8f8-7b91-45e4-87c0-82694e574115.png ">
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io> 
						
						
					 
					
						2022-12-02 11:42:34 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						19b017f398 
					 
					
						
						
							
							Use explicit jQuery import, remove unused eslint globals ( #18435 )  
						
						... 
						
						
						
						- Don't rely on globals (window.$) for jQuery import
- Remove eslint globals no longer in use 
						
						
					 
					
						2022-01-28 21:00:11 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						84f8ef3df6 
					 
					
						
						
							
							Fix PR comments UI ( #18323 )  
						
						... 
						
						
						
						Closes:
* Review comment cannot be edited #17768 
* Changing PR Comment Resolved State Disables Further Changes #18315  
						
						
					 
					
						2022-01-19 01:28:38 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a3efd048a7 
					 
					
						
						
							
							Improvements to content history ( #17746 )  
						
						... 
						
						
						
						* Improvements to content history
* initialize content history when making an edit to an old item created before the introduction of content history
* show edit history for code comments on pull request files tab
* Fix a flaw in keepLimitedContentHistory
Fix a flaw in keepLimitedContentHistory, the first and the last should never be deleted
* Remove obsolete eager initialization of content history 
						
						
					 
					
						2021-11-22 20:20:16 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bb71ceeeb2 
					 
					
						
						
							
							Improve async/await usage, and sort init calls in index.js ( #17386 )  
						
						... 
						
						
						
						* clean up async/await, and sort init calls in `index.js
* use `const _promise` to indicate that we do not need await an async function 
						
						
					 
					
						2021-11-09 17:27:25 +08:00