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
This issue involves creating a composable that can be used throughout the application to determine the current screen size. This composable should provide reactive values for the screen width and height and should be able to update dynamically when the screen is resized.
Checklist:
Create a new composable for screen size detection.
Ensure the composable provides reactive values for both screen width and height.
Implement event listeners to update the screen size values when the window is resized.
Test the composable to confirm it works correctly across different screen sizes and resolutions.
Integrate the composable into components that need to be aware of the screen size.
Notes:
Validate the implementation with the team leader before finalizing.
Make sure the composable is optimized for performance to avoid unnecessary re-renders.
Please check off each item on the checklist as you complete the tasks.
The text was updated successfully, but these errors were encountered:
Add Composable to Get Current Screen Size
Description:
This issue involves creating a composable that can be used throughout the application to determine the current screen size. This composable should provide reactive values for the screen width and height and should be able to update dynamically when the screen is resized.
Checklist:
Notes:
The text was updated successfully, but these errors were encountered: