BetterChatGPT icon indicating copy to clipboard operation
BetterChatGPT copied to clipboard

Refactor: menu NewFolder styling classnames

Open tnga opened this issue 1 year ago • 3 comments

Changed the hidden class to mb-2, so that the plus icon on new folder button will appear in mobile view.

tnga avatar Apr 11 '23 08:04 tnga

The new folder button was hidden because drag & drop is currently not supported for mobile phones. So, even if the user add folders on a mobile phone, they cannot drag and drop into or out of the folder.

See #207

ztjhz avatar Apr 11 '23 08:04 ztjhz

Unless we only allow mobile users to add chats inside folders but not move existing chats inside folders or move existing chats outside folders.

ztjhz avatar Apr 11 '23 08:04 ztjhz

Unless we only allow mobile users to add chats inside folders but not move existing chats inside folders or move existing chats outside folders.

Yah, user add chats inside folders for now in mobile. It can be a sufficient mobile UX feature. That said, maybe look at use the following react library for drag&drop support ? https://react-dnd.github.io/react-dnd/docs/backends/touch

tnga avatar Apr 18 '23 11:04 tnga