11 Commits

Author SHA1 Message Date
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
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