This commit is contained in:
Andras Schmelczer 2026-05-30 14:47:25 +01:00
parent 003f38ea60
commit f87480e79d
7 changed files with 124 additions and 36 deletions

View file

@ -74,6 +74,7 @@ interface EditedValue {
[alwaysDropShadow]="true"
[onlyShadowBorder]="true"
placeholder="Tag this item…"
emptyHint="No tags yet. Type one below to create it."
(select)="updateTag(b.id, $event)"
(add)="updateTag(b.id, $event)"
/>
@ -125,6 +126,7 @@ interface EditedValue {
[alwaysDropShadow]="true"
[onlyShadowBorder]="true"
placeholder="Set a category…"
emptyHint="No tags yet. Type one below to create it."
(select)="updateNewTag($event)"
(add)="updateNewTag($event)"
/>