- Introduced @font-face for Requiner font with multiple source paths.
- Created .logo-text class to apply Requiner font with normal weight and letter-spacing.
- Added .logo-text-bold class for bold text styling, including text-stroke for enhanced visibility.
- Introduced a new Logo component in TypeScript that supports different sizes and optional text display.
- Added hover effects for the logo image.
- Included a new SVG logo asset for AvanzaCast.
- 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