mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-21 13:23:14 +01:00
Custom Colored Labels (#801)
* feat: custom coloured labels * chore: lint * feat: add ColorSelector component for improved color selection in labels and integrate it into CreateModal and Selector components * style: lint * fix: update ColorSelector and Selector components to use empty string instead of null for default color values for types
This commit is contained in:
@@ -3576,6 +3576,9 @@
|
||||
"repo.LabelOut": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"color": {
|
||||
"type": "string"
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -3596,6 +3599,9 @@
|
||||
"repo.LabelSummary": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"color": {
|
||||
"type": "string"
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
@@ -997,6 +997,8 @@ definitions:
|
||||
type: object
|
||||
repo.LabelOut:
|
||||
properties:
|
||||
color:
|
||||
type: string
|
||||
createdAt:
|
||||
type: string
|
||||
description:
|
||||
@@ -1010,6 +1012,8 @@ definitions:
|
||||
type: object
|
||||
repo.LabelSummary:
|
||||
properties:
|
||||
color:
|
||||
type: string
|
||||
createdAt:
|
||||
type: string
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user