feat: persist text memo notes in work server

This commit is contained in:
2026-04-26 17:36:46 +09:00
parent 20a6333ed2
commit 42ae640470
7 changed files with 926 additions and 56 deletions

View File

@@ -26,7 +26,7 @@ export const registeredWidgets: WidgetRegistryItem[] = [
id: 'text-memo-widget',
title: 'Text Memo Widget',
description:
'텍스트 메모를 작성하고 최근 저장본을 브라우저 Local Storage에 유지한 뒤 다시 불러올 수 있는 위젯입니다.',
'텍스트 메모를 작성하고 최근 저장본을 work-server DB에 보관해 다시 불러올 수 있는 위젯입니다.',
features: ['component-sample', 'feature-registry', 'imperative-handle'],
},
];