Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorder Berta sites with Drag & Drop #202

Merged
merged 5 commits into from Nov 13, 2018

Conversation

vteivans
Copy link
Collaborator

@vteivans vteivans commented Nov 12, 2018

Berta site sorting in the new Berta Angular app using Drag and Drop

@vteivans vteivans self-assigned this Nov 12, 2018

siteDragStart(event, site) {
if (site.order === 0) {
// The home page is always the first one, don' t allow to move it
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Main site also should be draggable.

@uldisrudzitis
Copy link
Collaborator

Possible UI improvements:
Use cursor: grab then hovering and cursor: grabbing while dragging.

@vteivans vteivans merged commit 058d9d5 into feature-angular Nov 13, 2018
@uldisrudzitis uldisrudzitis deleted the feat-sites-reorder-dnd branch July 19, 2019 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants