mirror of
https://github.com/plankanban/planka.git
synced 2025-07-30 18:49:44 +02:00
fix: Use circle icon to display list color
This commit is contained in:
parent
be58e5b0bd
commit
e67790d84f
10 changed files with 82 additions and 31 deletions
|
@ -27,6 +27,7 @@ const COLORS = [
|
|||
|
||||
module.exports = {
|
||||
SortTypes,
|
||||
COLORS,
|
||||
|
||||
attributes: {
|
||||
// ╔═╗╦═╗╦╔╦╗╦╔╦╗╦╦ ╦╔═╗╔═╗
|
||||
|
@ -43,8 +44,8 @@ module.exports = {
|
|||
},
|
||||
color: {
|
||||
type: 'string',
|
||||
allowNull: true,
|
||||
isIn: COLORS,
|
||||
allowNull: true,
|
||||
},
|
||||
|
||||
// ╔═╗╔╦╗╔╗ ╔═╗╔╦╗╔═╗
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue