Commit graph

4 commits

Author SHA1 Message Date
Rodrigo Rodriguez (Pragmatismo)
21a8236516 Add global styles using Tailwind CSS with custom color variables for light and dark themes
Some checks failed
GBCI / build (push) Failing after 10m8s
2025-06-28 23:58:53 -03:00
Rodrigo Rodriguez (Pragmatismo)
375d702b19 feat: Implement responsive navigation and media player UI
All checks were successful
GBCI / build (push) Successful in 14m45s
- Added a new navigation style with responsive design in client-nav.css.
- Created a comprehensive editor style in editor/style.css for better user experience.
- Introduced paper style for ProseMirror editor with enhanced text formatting options.
- Developed a media player component with waveform visualization and media library in player/page.tsx.
- Styled media player controls and sliders for improved usability in player/style.css.
- Implemented media type detection for audio, video, and slides.
- Added keyboard shortcuts for media control and navigation.
2025-06-28 22:36:36 -03:00
Rodrigo Rodriguez (Pragmatismo)
2a7aa20c4d Add new themes: Orange and XTree Gold
Some checks failed
GBCI / build (push) Failing after 10m45s
- Introduced a new CSS theme for Orange, featuring a modern color palette with distinct foreground and background colors.
- Added an XTree Gold theme that emulates the classic 1980s DOS interface, complete with authentic colors and styles for file management elements.
- Both themes include variables for customization and specific styles for various UI components such as cards, popovers, and menus.
2025-06-28 19:30:35 -03:00
Rodrigo Rodriguez (Pragmatismo)
c95d1d9deb Refactor code structure for improved readability and maintainability
Some checks failed
GBCI / build (push) Has been cancelled
2025-06-28 09:58:11 -03:00
Renamed from app/music/page.tsx (Browse further)