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

Add all other resize options (now is only available 'se-resize'). #91

Open
leaporush opened this issue Jun 1, 2023 · 3 comments
Open
Labels
feature New feature wontfix This will not be worked on for now

Comments

@leaporush
Copy link

Hi,

I work on Hebrew website (rtl)
I realy need the option to resize from the south west corner of the grid item
When I'll be able to do it?

Thank you.

@llorenspujol llorenspujol added the feature New feature label Jun 2, 2023
@llorenspujol
Copy link
Contributor

Hi @leaporush !

We should implement all other resize options, something like:

// Defines which resize handles should be rendered
// Allows for any combination of:
// 's' - South handle (bottom-center)
// 'w' - West handle (left-center)
// 'e' - East handle (right-center)
// 'n' - North handle (top-center)
// 'sw' - Southwest handle (bottom-left)
// 'nw' - Northwest handle (top-left)
// 'se' - Southeast handle (bottom-right)
// 'ne' - Northeast handle (top-right)
@Input() resizeHandles: Array<'s' | 'w' | 'e' | 'n' | 'sw' | 'nw' | 'se' | 'ne'> = ['se'],

This property should go into the KtdGridItemComponent.

If you need it, I suggest you to start its development since I don't know when I will be able to do it. I can give you some guidance if you join the discord !

@llorenspujol llorenspujol added the wontfix This will not be worked on for now label Sep 5, 2023
@MussaratAziz
Copy link

@llorenspujol would you guide me for adding resize options?

@llorenspujol
Copy link
Contributor

@MussaratAziz I created a channel called 'resize-handles' on Discord and provided a brief explanation of how the resizing is currently implemented, as well as which parts need to be changed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature wontfix This will not be worked on for now
Projects
None yet
Development

No branches or pull requests

3 participants