working on user-defined project states and task states

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-08-01 08:49:05 +02:00
parent c57da0a891
commit 2813fed670
5 changed files with 24 additions and 13 deletions

View File

@@ -6,7 +6,6 @@
import CompanySelector from '../../Components/CompanySelector.svelte';
import MarkdownEditor from '../../Components/MarkdownEditor.svelte';
import Settings from './Settings.svelte';
import Tags from '../tags/TagList.svelte';
let error = $state(null);