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

FEAT: Composable of screen size #11

Open
5 tasks done
Caussz opened this issue Jun 19, 2024 · 0 comments
Open
5 tasks done

FEAT: Composable of screen size #11

Caussz opened this issue Jun 19, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Caussz
Copy link
Member

Caussz commented Jun 19, 2024

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:

  • 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.
@Caussz Caussz self-assigned this Jun 19, 2024
@Caussz Caussz added enhancement New feature or request help wanted Extra attention is needed labels Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant