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

chore: Improve dropdown draggable list #1738

Merged
merged 18 commits into from
Oct 4, 2023

Conversation

AdityaPimpalkar
Copy link
Contributor

closes: #1668

Feedback is appreciated! :)

@AdityaPimpalkar AdityaPimpalkar marked this pull request as ready for review September 29, 2023 13:36
Copy link
Contributor Author

@AdityaPimpalkar AdityaPimpalkar left a comment

Choose a reason for hiding this comment

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

CSS change on dragging.

Copy link
Member

@charlesBochet charlesBochet left a comment

Choose a reason for hiding this comment

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

Thank you, this will greatly improve the API of twenty by providing draggable lists

Comment on lines +44 to +46
background: isDragged
? theme.background.transparent.light
: 'none',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I found the css fix on DraggableItem

@lucasbordeau lucasbordeau merged commit 93a01c7 into twentyhq:main Oct 4, 2023
8 checks passed
@charlesBochet
Copy link
Member

@AdityaPimpalkar Thanks a lot, I have made a few small changes after discussing with the team here: #1874

@AdityaPimpalkar AdityaPimpalkar changed the title Chore: Improve dropdown draggable list chore: Improve dropdown draggable list Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Dropdown Draggable list
3 participants