This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed FullscreenContainer, replaced with fullscreen on document.body (
#10352) Previous use of FullscreenContainer was causing modals to not appear in fullscreen, as they were not descendants of FullscreenContainer. Now just manually requesting fullscreen on document.body when fullscreen button is clicked, or exiting fullscreen if currently fullscreened. Resolves IR-1647 Co-authored-by: Josh Field <[email protected]>
- Loading branch information
Showing
7 changed files
with
12 additions
and
244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70 changes: 0 additions & 70 deletions
70
packages/client-core/src/components/FullscreenContainer.tsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 0 additions & 42 deletions
42
packages/ui/src/components/tailwind/FullscreenContainer/FullscreenContainer.test.tsx
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
packages/ui/src/components/tailwind/FullscreenContainer/index.stories.tsx
This file was deleted.
Oops, something went wrong.
78 changes: 0 additions & 78 deletions
78
packages/ui/src/components/tailwind/FullscreenContainer/index.tsx
This file was deleted.
Oops, something went wrong.