Go to file
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
AppHost Refactor and enhance product and order handling 2024-12-06 17:37:40 +03:30
Netina.AdminPanel.PWA Enhance page management and dialog functionality 2025-03-25 18:41:40 +03:30
ServiceDefaults Refactor and enhance product and order handling 2024-12-06 17:37:40 +03:30
.gitattributes Add .gitattributes, .gitignore, and README.md. 2024-01-21 08:33:34 +03:30
.gitignore Add .gitattributes, .gitignore, and README.md. 2024-01-21 08:33:34 +03:30
Netina.AdminPanel.sln fix(AmountSpecialOffer) 2024-08-05 23:23:32 +03:30
README.md Add .gitattributes, .gitignore, and README.md. 2024-01-21 08:33:34 +03:30
package-lock.json add version 0.25.27.48 , fix richTextEditor issue , add marketer management 2024-04-25 02:48:37 +03:30
package.json add version 0.25.27.48 , fix richTextEditor issue , add marketer management 2024-04-25 02:48:37 +03:30

README.md

NetinaShop.AdminPanel