code cleanup and added kanban link implementation

This commit is contained in:
Jonas_Jones 2025-06-07 22:15:43 +02:00
parent 2d697a0073
commit e7f13e55f7
3 changed files with 7 additions and 1 deletions

View file

@ -18,6 +18,13 @@
categories: string[]; categories: string[];
languages: { [key: string]: any }; languages: { [key: string]: any };
status: string; status: string;
statuscolor: string;
version: string;
backgroud: string;
links: { [key: string]: string };
image: string;
icon: string;
kanban: string;
visible: boolean; visible: boolean;
} }
@ -165,7 +172,6 @@
position: relative; position: relative;
border-radius: 8px; border-radius: 8px;
overflow: hidden; overflow: hidden;
cursor: pointer;
border: 2px solid var(--project-border-color); border: 2px solid var(--project-border-color);
min-width: 530px; min-width: 530px;
background-color: var(--background-color); background-color: var(--background-color);

BIN
static/kanban.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB