-
Notifications
You must be signed in to change notification settings - Fork 4
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
base: master
Are you sure you want to change the base?
Conversation
…om/IgniteUI/igniteui-webcomponents into mtsvyatkova/feat-1379-tile-manager
…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
…om/IgniteUI/igniteui-webcomponents into mtsvyatkova/feat-1379-tile-manager
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.
…om/IgniteUI/igniteui-webcomponents into mtsvyatkova/feat-1379-tile-manager
Fixed ad issue where tile header default icons are not updated when the fullscreen state is changed
@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). |
@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 |
Fixed an issue with fullscreen event handler when the tile manager and its tiles are in a Shadow DOM region.
No description provided.