mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Kanban colored boards (#16647)
Add a column Color in ProjectBoard and color picker in new / edit project board form.
This commit is contained in:
		@@ -96,6 +96,7 @@ error = Error
 | 
			
		||||
error404 = The page you are trying to reach either <strong>does not exist</strong> or <strong>you are not authorized</strong> to view it.
 | 
			
		||||
 | 
			
		||||
never = Never
 | 
			
		||||
color = Color
 | 
			
		||||
 | 
			
		||||
[error]
 | 
			
		||||
occurred = An error has occurred
 | 
			
		||||
@@ -977,7 +978,6 @@ commit_graph = Commit Graph
 | 
			
		||||
commit_graph.select = Select branches
 | 
			
		||||
commit_graph.hide_pr_refs = Hide Pull Requests
 | 
			
		||||
commit_graph.monochrome = Mono
 | 
			
		||||
commit_graph.color = Color
 | 
			
		||||
blame = Blame
 | 
			
		||||
normal_view = Normal View
 | 
			
		||||
line = line
 | 
			
		||||
@@ -1793,7 +1793,6 @@ settings.slack_username = Username
 | 
			
		||||
settings.slack_icon_url = Icon URL
 | 
			
		||||
settings.discord_username = Username
 | 
			
		||||
settings.discord_icon_url = Icon URL
 | 
			
		||||
settings.slack_color = Color
 | 
			
		||||
settings.event_desc = Trigger On:
 | 
			
		||||
settings.event_push_only = Push Events
 | 
			
		||||
settings.event_send_everything = All Events
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user