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

feat: allow the sidebar size to be draggable #9401

Merged
merged 6 commits into from
Dec 12, 2023

Conversation

Salman-Apptware
Copy link
Contributor

Checklist

@github-actions github-actions bot added the product PR or Issue related to the DataHub UI/UX label Dec 7, 2023
<div className="entity" {...provided.droppableProps} ref={provided.innerRef}>
{updateEntityAggregations?.map((entityAggregation, index)=> {
return (
<Draggable key={entityAggregation.value} draggableId={entityAggregation.value} index={index}>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why do we need all of the draggable stuff here?

Can we just follow the same pattern we are using on the other sidebar? This will require new developers get up to speed on this draggable thing

I might be missing some advantage to introducing this, though. If yes, can you please explain?

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 was confused between draggable and resizer as ticket having title "allow the sidebar size to be draggable" after I post video on linear @Aseem Bansal said we need Resizer. you can also check conversation on ticket

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 have remove Draggable

@Salman-Apptware
Copy link
Contributor Author

Resizer.webm

@anshbansal anshbansal merged commit ee4e8dd into datahub-project:master Dec 12, 2023
36 checks passed
Salman-Apptware added a commit to Salman-Apptware/datahub that referenced this pull request Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product PR or Issue related to the DataHub UI/UX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants