Replies: 3 comments 5 replies
-
@jaxwilko @mjauvin @bennothommo any thoughts? |
Beta Was this translation helpful? Give feedback.
-
Here is a first iteration of the design. Some key points with this design:
|
Beta Was this translation helpful? Give feedback.
-
@LukeTowers Here is an example of how I would like the drag n drop behavior to be: To drag an item into another one you need to move the dragged item a bit further to the right then a drop-area appears. Another improvement is having a "ghost" that indicates where exactly the item will be placed after the drop. drag_n_drop_example.webm |
Beta Was this translation helpful? Give feedback.
-
The UI of the page tree for static pages is a bit out of date, requires jquery and is hard to use and error prone for users.
That's why I want to start a discussion on the how and why for "rebrushing" or rewriting it.
The main problems I see currently with the page tree are as follows:
I would like to rewrite it using vue.js + tailwindcss.
I welcome recommendations for vue.js tree libraries and good UI concepts/examples for page tree structures.
Another thing I would like to build in is extensibility so the page tree itself can be extended to some degree by plugins.
Beta Was this translation helpful? Give feedback.
All reactions