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

[WIP] Tile manager component implementation #1402

Draft
wants to merge 160 commits into
base: master
Choose a base branch
from

Conversation

mtsvyatkova
Copy link
Contributor

No description provided.

onlyexeption and others added 28 commits October 3, 2024 11:18
…manager-resizing

# Conflicts:
#	src/components/tile-manager/themes/tile-manager.base.scss
#	src/components/tile-manager/themes/tile.base.scss
#	src/components/tile-manager/tile.ts
feat(tile-manager): implement base resizing logic
…om/IgniteUI/igniteui-webcomponents into mtsvyatkova/feat-1379-tile-manager

# Conflicts:
#	stories/tile-manager.stories.ts
This is a PoC but we can evaluate if this is something
we want and design UX around it.
Cleaned-up some code.
Initial tests for drag and drop behavior.
@gedinakova
Copy link
Contributor

@rkaraivanov @onlyexeption The following error is logged in the console on attempt to resize a maximized tile (even though it's not showing the resize handler).
image

@gedinakova
Copy link
Contributor

@rkaraivanov The resize handle is now visible when a tile is in a fullscreen state. If it gets clicked the tile gets blurred although the buttons are still interactable. Once restored to normal state if you click on the maximize button the layout is broken.

screen-capture.2.webm

gedinakova and others added 2 commits January 28, 2025 09:57
Fixed an issue with fullscreen event handler when
the tile manager and its tiles are in a Shadow DOM
region.
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.

Tile Manager Component
6 participants