labels added
All checks were successful
/ Make image (push) Successful in 47s

This commit is contained in:
nquidox 2025-10-29 20:58:47 +03:00
parent 53558c4b46
commit c74032d1d0
16 changed files with 702 additions and 44 deletions

View file

@ -28,6 +28,7 @@ const authMenu = computed(() => {
}
return [
{ label: 'Labels', key: 'labels' },
{ label: 'Personal', key: 'personal' },
]
})
@ -137,7 +138,7 @@ const renderLabel = (option) => {
display: flex;
align-items: center;
margin-left: auto;
min-width: 150px;
min-width: 250px;
padding-right: 16px;
box-sizing: border-box;
}