mirror of
https://github.com/raphaelsalaja/userinterface-wiki.git
synced 2026-09-14 20:06:29 +08:00
0181755d12
- Added a new audio player component that supports playback controls, volume adjustment, and playback rate settings. - Integrated scroll direction detection to show/hide the player based on user scroll behavior. - Implemented word highlighting functionality that synchronizes with audio playback. - Created a reading progress component to visually indicate the user's scroll progress on the page. - Established a global state management system using Zustand for managing audio state and player visibility. This feature enhances the user experience by providing interactive audio playback and visual feedback during narration.
4 lines
76 B
TypeScript
4 lines
76 B
TypeScript
"use client";
|
|
|
|
export { GlobalError as default } from "@/components/error";
|