You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just like uploading photos, I have tried, but failed because there is so much to change. And I have no idea how to build a good user experience (UX) here. Could you help me?
The text was updated successfully, but these errors were encountered:
---Original---
From: ***@***.***>
Date: Mon, Jan 13, 2025 15:13 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [doocs/md] support Folder (Issue #501)
一种方案,采取 Notion 一类的设计,即没有显式的文件夹,文件与文件可以存在层级关系,数据结构修改为:
interface Post { id: string title: string content: string parentId?: string }
层级调整使用拖拽来完成。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
Just like uploading photos, I have tried, but failed because there is so much to change. And I have no idea how to build a good user experience (UX) here. Could you help me?
The text was updated successfully, but these errors were encountered: