16 Commits

Author SHA1 Message Date
343ba1675e feat: Mejora del componente Dropdown y ajustes en estilos de la tabla de transmisiones 2025-11-05 18:12:54 -07:00
4575e3ce46 feat: Mejora del componente Dropdown con soporte para encabezados no interactivos y transiciones de fondo 2025-11-05 17:00:41 -07:00
01178e9532 feat: Implement Dropdown component with styles and functionality
- Added Dropdown component with trigger and items
- Created Dropdown.module.css for styling
- Implemented click outside to close functionality

feat: Create Header component with styles

- Added Header.module.css for header styling
- Included action buttons and user menu styles

feat: Develop NewTransmissionModal component with styles

- Created modal overlay and content styles in NewTransmissionModal.module.css
- Added responsive design for mobile view

feat: Build PageContainer and Sidebar components with styles

- Implemented PageContainer.module.css for layout
- Created Sidebar.module.css for sidebar navigation

feat: Add Skeleton loading components with styles

- Developed Skeleton and SkeletonCard components
- Created Skeleton.module.css for loading placeholders

feat: Implement ThemeProvider for theme management

- Added ThemeProvider component for light/dark mode
- Integrated local storage for theme persistence

feat: Create Tooltip component with styles

- Developed Tooltip component for displaying hints
- Added Tooltip.module.css for tooltip styling

feat: Build TransmissionsTable component with styles

- Created TransmissionsTable.module.css for table layout
- Implemented responsive design for table

chore: Add Vite environment type declarations

- Included vite-env.d.ts for CSS module support
2025-11-05 16:14:39 -07:00
e036be8671 Implement feature X to enhance user experience and fix bug Y in module Z 2025-11-05 11:58:12 -07:00
d26a18f702 Refactor code structure for improved readability and maintainability 2025-11-05 11:49:09 -07:00
ec88eeeadc chore: remove broadcast components from landing-page (moved to broadcast-panel) 2025-11-05 00:17:22 -07:00
408e3b24b9 feat: add broadcast-panel package and migrate broadcast components 2025-11-05 00:10:44 -07:00
f7ede05001 Refactor code structure for improved readability and maintainability 2025-11-04 23:58:44 -07:00
6594ce2ade Add new logo SVG file for Avanzacast application 2025-11-04 22:13:08 -07:00
a3a436e6d9 Add testimonials SVGs, BackToTop component, BlogSection, and scroll sticky hook; migrate animations and styles 2025-11-04 15:58:55 -07:00
bb3081f843 apply animations reveal 2025-11-04 09:59:06 -07:00
0ea9b47dcd Change the modern saas 2025-11-03 22:19:39 -07:00
e486c96b98 update style landing page 2025-11-03 15:56:28 -07:00
ebff1353f8 Update refactor to modules all 2025-11-03 14:42:20 -07:00
a795d1ad9f Update features and integrate all code into vite 2025-11-03 10:28:50 -07:00
cc7702686e init commit 2025-11-01 23:13:43 -07:00