AdminPanel/Netina.AdminPanel.PWA
Amir Hossein Khademi 477c941b34 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:40 +03:30
..
Components feat(ReviewActionDialog) , VER 1.5.14.20 2024-09-27 14:14:33 +03:30
Dialogs Enhance page management and dialog functionality 2025-03-25 18:41:40 +03:30
Extensions fix : order homepage informations 2024-05-16 13:52:55 +03:30
Layout feat(FaqInActions) , feat(FaqManagementPage) , feat(FaqController) 2024-08-07 16:15:52 +03:30
Models change to comment 2024-09-25 17:08:35 +03:30
Pages Enhance page management and dialog functionality 2025-03-25 18:41:40 +03:30
Properties CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30
Services Enhance page management and dialog functionality 2025-03-25 18:41:40 +03:30
Utilities fix(Pages) , feat(NotPermitted) 2024-05-29 12:55:05 +03:30
wwwroot Enhance page management and dialog functionality 2025-03-25 18:41:40 +03:30
App.razor Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
Netina.AdminPanel.PWA.csproj Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
Program.cs fix(Pages) , feat(NotPermitted) 2024-05-29 12:55:05 +03:30
_Imports.razor fix(CateforyDiscount) , fix(ProductReviewCountInDTos) , VER 1.5.17.23 2024-09-29 12:31:08 +03:30
package-lock.json Update page handling, dependencies, and UI components 2025-03-23 11:04:44 +03:30
package.json Update page handling, dependencies, and UI components 2025-03-23 11:04:44 +03:30
postcss.config.js CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30
tailwind.config.js fix(AmountSpecialOffer) 2024-08-05 23:23:32 +03:30
tailwind.extension.json CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30
version.json ADD VERSION 1.0.3.3 2024-06-09 18:07:20 +03:30