feat(dashboard): add basic drag & drop functionality to homescreen#301
feat(dashboard): add basic drag & drop functionality to homescreen#301rpschube wants to merge 2 commits intoazukaar:unstablefrom
Conversation
|
We require contributors to sign our Contributor License Agreement. In order for us to review and merge your code, add yourself to the .clabot file as contributor, as a way of signing the CLA. |
|
We require contributors to sign our Contributor License Agreement. In order for us to review and merge your code, add yourself to the .clabot file as contributor, as a way of signing the CLA. |
|
While I really really appreciate your contributions, I would prefer for us to have a chat about features before trying to implement them, to prevent clashes between the plan and the PR (like it is the case now). |
|
@azukaar Totally understandable! Was just browsing through open issues and trying to pick off the list. I would love to work on this feature and am happy to follow your design for it if you have one in mind. |
|
Great @ryan-schubert ! I'll get in touch shortly, just need to put htings together :) |
|
Does the design also include options for external links? |
Attempting to add drag and drop functionality to home screen, allowing users to organize their apps however they'd like. I have it working right now, just need to consider how to best handle saving the order so that it persists. LocalStorage is fine for now I guess but eventually it'd be nice to save in the DB via the ProxyRouteConfig object (is there a field in that object I can rely on as a unique key?)
Used FormKit Drag & Drop as it's super freaking lightweight
Partially addresses #35