Go to file
Amir Hossein Khademi 5dc92f63e7 Enhance page management and dialog functionality
- `PageActionDialogBox.razor`: Add form fields and data grid
  Added fields for section title, button title, address, description, type, and query. Added button and data grid for sections.
- `PageActionDialogBox.razor.cs`: Add `InitializeAsync` method
  Added using directives, `InitializeAsync` method, `IsEditing` flag, and `PageId` property.
- `PagesManagementPage.razor`: Add edit button for pages
  Added edit button to trigger `EditPageAsync` method for each page.
- `PagesManagementPage.razor.cs`: Refactor for constructor injection
  Refactored to use constructor injection. Added `EditPageAsync` method and updated `RemovePageAsync` method.
- `IPageRestApi.cs`: Change return type of `ReadById` method
  Updated return type from `BasePageSDto` to `BasePageLDto`.

Changes made by Amir.H Khademi
2025-03-25 18:41:41 +03:30
.config Add project files. 2023-12-16 20:25:12 +03:30
.vscode feat : add payment , zarinpal gateway 2024-02-12 10:46:18 +03:30
Netina.Api Enhance page management and dialog functionality 2025-03-25 18:41:41 +03:30
Netina.Common Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
Netina.Core Enhance page management and dialog functionality 2025-03-25 18:41:41 +03:30
Netina.Domain Enhance page management and dialog functionality 2025-03-25 18:41:41 +03:30
Netina.Infrastructure Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
Netina.Repository Add support for brand-based discounts 2025-03-23 09:40:55 +03:30
Tools/NetinaShop.WordPressDBConverter Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
.dockerignore Add project files. 2023-12-16 20:25:12 +03:30
.gitattributes Add .gitattributes and .gitignore. 2023-12-16 20:25:08 +03:30
.gitignore Add .gitattributes and .gitignore. 2023-12-16 20:25:08 +03:30
.version Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
Dockerfile edit docker file 2024-04-17 12:27:59 +03:30
Netina.sln feat : add version 0.22.25.43 , fix payment issue 2024-04-17 12:24:47 +03:30