Commit Graph

20 Commits (c2bd21bef1a14de65a219353f6d6b63e32989655)

Author SHA1 Message Date
Amir Hossein Khademi c2bd21bef1 Update Tailwind CSS and ensure default opacity values
* ⬆️ Updated Tailwind CSS version from v3.4.13 to v3.4.17.
*  Modified `[hidden]` attribute rule for better specificity.
* 🎨 Adjusted `border-color` to include default opacity value of 1.
* 🎨 Updated `background-color` to include default opacity value of 1.
* 🎨 Changed `color` to include default opacity value of 1.
* 🎨 Modified `--tw-ring-color` to include default opacity value of 1.
* 🌑 Updated `dark` mode styles to include default opacity value of 1.
* 🔧 Ensured consistency in opacity handling across CSS properties.

[Footer] Changes made by Amir.h Khademi
2025-03-27 13:32:16 +03:30
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
Amir Hossein Khademi 85a41417ba Update page handling, dependencies, and UI components
*  Added `default` parameter to `DiscountActionDialogBoxViewModel`
* 🔧 Updated `@inject` in `ShippingActionDialogBox.razor` with new services
* ⬆️ Upgraded dependencies in `package-lock.json` and `package.json`
* 📝 Changed `IsShop` setting in `appsettings.Production.json` to `true`
* 💄 Updated `app.min.css` for Tailwind CSS v3.4.17 changes
* 🆕 Added `PageActionDialogBox.razor` and `PageActionDialogBox.razor.cs`
* 🆕 Introduced `BasePageLDto` class for detailed page info
* 🚀 Added `MapPost` endpoint for updating pages in `PageController.cs`
* 🔄 Refactored methods in `PageController.cs` for conciseness
* 🛠️ Updated `IPageService` and `PageService` with `UpdatePageAsync`
* 🗂️ Enhanced `SiteMapService` to filter pages by `Indexing`
* 🛒 Included `BrandId` in order bag commands

Changes made by Amir.h Khademi
2025-03-23 11:04:44 +03:30
Amir Hossein Khademi 0444676ffe feat(ReviewActionDialog) , VER 1.5.14.20 2024-09-27 14:14:33 +03:30
Amir Hossein Khademi 4b13db02aa change to comment 2024-09-25 17:08:35 +03:30
Amir Hossein Khademi 4f68a139de fix(SearchProductByName) 2024-08-10 20:35:38 +03:30
Amir Hossein Khademi 77a6cf80a2 feat(AddBanner) , feat(AddCatelog) , feat(AddPersonalizationPage) 2024-08-06 14:26:39 +03:30
Amir Hossein Khademi 59dad6f038 feat(ProductFilter)
- Add IsEnable filter in products page
2024-07-08 17:05:05 +03:30
Amir Hossein Khademi edf22ff1ca feat(AddFeatureFastProduct) , fix(CheckUserDiscount) , fix(SideBar)
- Add feature in fast product create dialog box
- Fix user fist use discount check user
- Fix sidebar
2024-06-24 22:32:44 +03:30
Amir Hossein Khademi 82ace9a4dd fix(no-scrollbar) , fix(OrdersPagePagination) , feat(ShowOrderBagQuery)
-Fix no-scrollbar in pages
-Fix orders page pageination at page 2
-Add show order bag query in GetOrders
2024-06-12 13:18:27 +03:30
Amir Hossein Khademi 314d4ff56c feat(FastProductCreateDialog),refactor(Pages),refactor(Commands)
-ADD FAST PRODUCT CREATE DIALOG
-Refactor page and layout and fix some responsive issues
-Refactor brand and product command and return Guid in response create
2024-06-08 22:51:09 +03:30
Amir Hossein Khademi 55931702a9 refactor(ProductCategoriesPage) , refactor(ICrudApiRest)
- NEW VERSION OF PRODUCT CATEGORIES PAGE
- Change products categories page style and ux
- Change icrud api rest and get guid in instead of dto or model
2024-06-07 23:03:55 +03:30
Amir Hossein Khademi 173e8e2dc0 feat(LookUpSms),refactor(OrderDialog),refactor(OrdersPage)
-Add new look up sms when order status changes ( like : customer-orderDelivery lookup , manager-orderSubmit look up)
-Change order dialog style and improve responseive
-Change orders page style and improve responsive
2024-06-06 22:52:50 +03:30
Amir Hossein Khademi fdfe778a7a fix(OrderHomePage) , fix(OrderInvoiceGenerate)
- Fix order home page ui
- Fix get orders in order home page
- Fix order status filter
- Fix order invoice url
2024-06-01 13:42:03 +03:30
Amir Hossein Khademi 0fbe6492ee fix(Pages) , feat(NotPermitted) 2024-05-29 12:55:05 +03:30
Amir Hossein Khademi 7bfff18735 feat : add order home page query filter 2024-05-16 15:45:20 +03:30
Amir Hossein Khademi 53a7bf501f fix : order homepage informations 2024-05-16 13:52:55 +03:30
Amir Hossein Khademi 684b7783f8 feat : refactor , version 0.27.31.52 , fix issues
add torob search , add webite controller , refacor unused namespaces , fix job scheduler , fix nav menu management page
2024-05-07 11:01:57 +03:30
Amir Hossein Khademi 31b9d0638c add version 0.25.27.48 , fix richTextEditor issue , add marketer management 2024-04-25 02:48:37 +03:30
Amir Hossein Khademi 986e7a3654 CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30