You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have implemented a new fullscreen mode for the modal component (UpWindowAngularComponent). The modal should now be able to expand to fill the entire screen instead of opening in the center.
Current Behavior
Currently, the modal opens in the center of the screen with a defined size.
Expected Behavior
When the fullscreen mode is activated:
The modal should expand to cover the entire viewport.
The content inside the modal should be properly adjusted to fit the fullscreen view.
Implementation Details
A new @Input() fullScreen property is introduced to manage the fullscreen state.
Steps to Reproduce
Open the modal.
Trigger the fullscreen mode.
Observe that the modal expands to fill the screen.
The text was updated successfully, but these errors were encountered:
We have implemented a new fullscreen mode for the modal component (
UpWindowAngularComponent
). The modal should now be able to expand to fill the entire screen instead of opening in the center.Current Behavior
Currently, the modal opens in the center of the screen with a defined size.
Expected Behavior
When the fullscreen mode is activated:
Implementation Details
@Input() fullScreen
property is introduced to manage the fullscreen state.Steps to Reproduce
The text was updated successfully, but these errors were encountered: