forked from forgejo/forgejo
Kanban colored boards (#16647)
Add a column Color in ProjectBoard and color picker in new / edit project board form.
This commit is contained in:
parent
ba1fdbcfdb
commit
ecfac78f6e
14 changed files with 187 additions and 31 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue