Adds comprehensive Settings page with multiple configuration tabs
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
This commit is contained in:
parent
7643a6ab82
commit
33c338345e
31 changed files with 3167 additions and 21 deletions
|
|
@ -1,6 +1,6 @@
|
|||
@model PlanTempus.Application.Features.Services.Components.ServiceTableViewModel
|
||||
|
||||
<swp-services-header>
|
||||
<swp-action-bar>
|
||||
<swp-search-input>
|
||||
<i class="ph ph-magnifying-glass"></i>
|
||||
<input type="text" placeholder="@Model.SearchPlaceholder" />
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
@Model.CreateButtonText
|
||||
</swp-btn>
|
||||
</swp-btn-group>
|
||||
</swp-services-header>
|
||||
</swp-action-bar>
|
||||
|
||||
<swp-card class="services-list">
|
||||
<swp-data-table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue