learningequality / kolibri

Kolibri Learning Platform: the offline app for universal education
https://learningequality.org/kolibri/
MIT License
779 stars 647 forks source link

Replace KResponsiveElementMixin by useKResponsiveElement composable #12523

Open AlexVelezLl opened 2 months ago

AlexVelezLl commented 2 months ago

This issue is blocked by https://github.com/learningequality/kolibri-design-system/issues/711.

Summary

This issue involves replacing all occurrences of KResponsiveElementMixin with the new useKResponsiveElement composable throughout the Kolibri codebase.

This includes updating imports for properties like elementWidth and elementHeight, and ensuring all affected components are manually tested to confirm they work correctly with the new composable.

Acceptance criteria