Simon Priet 
							
						 
					 
					
						
						
							
						
						fe7c941677 
					 
					
						
						
							
							Scroll images in project issues separately from the remaining issue ( #31683 )  
						
						... 
						
						
						
						As discussed in #31667  & #26561 , when a card on a Project contains
images, they can overflow the card on its containing column. This aims
to fix this issue via snapping scrollbars.
---
Issue #31667  is open to discussion as there should be room for
improvement. 
						
						
					 
					
						2024-08-13 07:36:28 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						6ff2acc52c 
					 
					
						
						
							
							Fix issue card layout ( #30800 )  
						
						... 
						
						
						
						Fix  #30788  
					
						2024-05-02 11:19:44 +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 
							
						 
					 
					
						
						
							
						
						7fda109aba 
					 
					
						
						
							
							Drag-and-drop improvements for projects and issue pins ( #29875 )  
						
						... 
						
						
						
						1. Add "grabbing" cursor while dragging items:

2. Make project board only drag via their header, not via their whole
body.

3. Fix some cursor problems in projects
4. Move shared options into `createSortable`. 
						
						
					 
					
						2024-03-28 00:20:38 +01:00 
						 
				 
			
				
					
						
							
							
								KazzmanK 
							
						 
					 
					
						
						
							
						
						2de05f9432 
					 
					
						
						
							
							Decrease issue font size in project template ( #28054 )  
						
						... 
						
						
						
						I propose to decrease font size. 18 is too big and looks ugly, on
windows. 14 is on par with other elements and save a bit of space.


Co-authored-by: Nikolay Kobzarev <n.kobzarev@aeronavigator.ru > 
						
						
					 
					
						2023-11-19 02:02:26 +00:00 
						 
				 
			
				
					
						
							
							
								Denys Konovalov 
							
						 
					 
					
						
						
							
						
						ab78c39e41 
					 
					
						
						
							
							Refactor project templates ( #26448 )  
						
						... 
						
						
						
						This PR refactors a bunch of projects-related code, mostly the
templates.
The following things were done:
  - rename boards to columns in frontend code
  - use the new `ctx.Locale.Tr` method
  - cleanup template, remove useless newlines, classes, comments
  - merge org-/user and repo level project template together
    - move "new column" button into project toolbar
- move issue card (shared by projects and pinned issues) to shared
template, remove useless duplicated styles
- add search function to projects (to make the layout more similar to
milestones list where it is inherited from 😆 )
  - maybe more changes I forgot I've done 😆  
Closes  #24893 
After:



---------
Co-authored-by: silverwind <me@silverwind.io > 
						
						
					 
					
						2023-08-12 10:30:28 +00:00