mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 14:56:01 +00:00
- Introduced RExpandTransition.vue to animate height changes of wrapped elements using v-if or v-show. - Added index.ts to export the new RExpandTransition component. - Updated RList, RListItem, RToolbar, RTooltip, RVirtualScroller components to remove Vuetify references in comments. - Replaced v-expand-transition with RExpandTransition in Login.vue and Patcher.vue for consistent animation behavior. - Refactored Scan.vue to manage open panels using a Set for better performance and clarity. - Updated styles in global.css and tokens.css to improve focus ring visibility and component styling. - Removed vuetify.ts theme definitions as they are no longer needed.