Enhances customer management with interactive drawer
Introduces detailed customer profile view with metadata
Implements search functionality and dynamic drawer population
Improves user experience for customer information exploration
Introduces new customers management interface with data table
Adds customers-specific CSS and updates layout to include new stylesheet
Configures menu service to point to new customers page route
Replaces `swp-section-label` with standardized `swp-card-header` and `swp-card-title`
Improves component consistency across multiple features:
- Adds structured card headers
- Introduces more semantic HTML elements
- Enhances layout and readability of card components
Updates CSS and component styles to support new structure
Introduces a new Settings page with configurable modules:
- General company information
- Calendar and booking settings
- Billing and payment configurations
- Tracking and analytics integrations
Implements modular ViewComponents for each settings section
Enhances user experience with toggle switches and detailed configuration options
Adds new components for service employees and addons
Introduces detailed views with selectable employees and add-ons
Updates localization translations for new sections
Implements time range slider functionality for availability
Implements new service detail tabs for prices, duration, and rules
Extends localization support for Danish and English translations
Adds dynamic view components for managing service-specific configurations
Introduces flexible pricing, duration, and booking rule management
Enhances service management with granular configuration options
Refactors select dropdown functionality to use custom implementation
Adds color dot support for color selection
Improves keyboard navigation and interaction for select dropdowns
Modernizes UI components with more flexible and interactive controls
Adds comprehensive service detail view with multiple tabs and dynamic interactions
Implements client-side navigation between service list and detail views
Introduces mock service data catalog for flexible component rendering
Extends localization support for new service detail screens
Improves user experience by adding edit capabilities and smooth view transitions
Implements advanced service search using Fuse.js
Improves category expand/collapse animations
Adds interactive search functionality for service list
Enhances user experience by enabling quick service filtering and smooth UI interactions
Introduces comprehensive services management module with:
- Dynamic service and category tables
- Localization support for services section
- Mock data for services and categories
- Responsive UI components for services listing
- Menu navigation and styling updates
Enhances application's service management capabilities
Enhances dragging and clicking interactions for schedule containers
- Adds drag threshold to prevent unintended scrolling
- Prevents click events during dragging
- Updates time badge selectors for consistent element handling
Fixes potential usability issues with schedule cell interactions
Enables intuitive horizontal scrolling for schedule containers
Implements drag scroll interaction with:
- Smooth scrolling experience
- Prevention of interaction with nested elements
- Improved mobile and desktop usability
Enhances employee hours view with dynamic weekly schedule rendering
Updates toggle slider and theme switch components with improved interactions
Adds more flexible notification and settings configurations for employees
Improves user experience by streamlining UI controls and schedule display
Enhances user experience by implementing smooth container resize animation when opening and closing the schedule drawer
Uses Web Animations API to dynamically adjust page container styling with transition effects
Enables quick editing of salary rates by double-clicking card inputs
Introduces functionality to:
- Open rates drawer on double-click
- Automatically focus and select corresponding input
- Add temporary highlight to edited row
Standardizes markup structure for invoice history, employee table, and salary history components
Simplifies HTML markup by removing unnecessary wrapper elements
Applies consistent CSS class naming and styling approach
Improves component readability and maintainability
Migrates custom table components to generic data table
Improves consistency in table and row implementations
Removes legacy custom table elements in favor of more flexible data table approach
Improves CSS organization by adopting PostCSS nesting syntax
Enhances responsiveness with refined media query implementations
Reduces code repetition and improves maintainability of stylesheets
Modernizes CSS structure across multiple component stylesheets
Adds a new data table to employee detail stats showing completed bookings
Includes:
- Expanded EmployeeDetailStatsViewComponent with booking data
- Updated localization translations for new table labels
- Created mock booking data for demonstration
- Updated .gitignore to simplify temporary file handling
Adds detailed salary rates, commission structures, and HR-related records
Introduces new data models and view components for:
- Salary rates and supplements
- Commissions and rate configurations
- Employee HR tracking (certifications, courses, absence)
Implements dynamic rate synchronization between drawer and card views
Consolidates UI components into a centralized components.css file
Removes duplicate styles across multiple CSS files
Adds utility classes in a new utilities.css file
Reduces overall CSS complexity and improves maintainability
Removes quick-stats.css and redistributes its styles
Updates layout and stylesheet references accordingly
Implements localization for dashboard, cash register, account, and profile sections
Adds localization keys for various UI elements, improving internationalization support
Refactors view components to use ILocalizationService for dynamic text rendering
Prepares ground for multi-language support with translation-ready markup
Introduces new account pages for managing subscriptions, payment methods, and invoice history
Includes:
- Subscription plan selection view
- Payment method display component
- Invoice history table
- Account page layout and styling
Updates main layout to include new CSS files for account management
Introduces reusable view components for bookings and notifications
Implements dynamic rendering of booking items and lists
Adds corresponding CSS styles for new dashboard components
Enhances dashboard user interface with interactive elements
Introduces StatCard ViewComponent with configurable stat display
Adds demo mode banner to application layout
Refactors dashboard stats to use dynamic component rendering
Improves dashboard presentation and user experience
Introduces comprehensive user authentication flow with plan selection and registration
Includes:
- Pricing page with plan details and selection
- Payment page with plan summary and card information
- Signup page for different plan tiers
- Shared authentication layout and design system improvements
Enhances user onboarding experience with clear plan information and streamlined signup process
Migrates from standalone Program.cs to Startup-based configuration
Adds application configuration JSON for environment-specific settings
Integrates Autofac dependency injection and modular service registration
Configures application services, modules, and middleware for enhanced flexibility
Renames core domain entities and services from "User" to "Account"
Refactors project-wide namespaces, classes, and database tables to use "Account" terminology
Updates related components, services, and database schema to reflect new domain naming
Standardizes naming conventions across authentication and organization setup features
Improves email duplicate detection by adding specific constraint name validation
Prevents potential false positives in unique email constraint handling
Ensures more precise exception handling for email registration
Migrates connection strings to new database host
Removes unnecessary code and improves configuration handling
Enhances test coverage and adds random word generation
Updates telemetry and command handling patterns