Skip to content
This repository was archived by the owner on Mar 31, 2021. It is now read-only.
This repository was archived by the owner on Mar 31, 2021. It is now read-only.

Make dashboard elements drag-drop-able #4

Description

@Fohlen

Currently the dashboard elements are in a fixed position. It would be good if every element could be dragged and dropped at the users will. To do this, I propose the following system:

  • every row can have up to two elements (one on the right, one on the left)
  • if there is a free place in one row you can drag another element to that place
  • if you drag an element to a place that has already been filled, it will switch places with the existing element

This can be done using the drag drop API

  • Make elements drag / drop-able
  • Store element positions in selection module and it to the paths (so it will be restored on reload)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions