Changeset 0.21.6 (#92)

This commit is contained in:
2026-03-01 23:16:25 +00:00
parent aadba77887
commit 3423738286
17 changed files with 1210 additions and 74 deletions

View File

@@ -15,6 +15,7 @@ async function loadProjects() {
description: p.description || '',
color: p.color || null,
icon: p.icon || null,
workspace_id: p.workspace_id || null,
channelCount: p.channel_count || 0,
kbCount: p.kb_count || 0,
noteCount: p.note_count || 0,