Skip to content

Releases: ArtelierMaisa/artelier-maisa-admin

v1.2.3

29 Jul 17:26
Compare
Choose a tag to compare

1.2.3 (2024-07-29)

Bug Fixes

  • send correct weight product value (d943b76)

v1.2.2

27 Jul 18:04
Compare
Choose a tag to compare

1.2.2 (2024-07-27)

Bug Fixes

  • add isMobile constant to show or not Sidebar component opening (9e1c2c4)
  • change Switch variant of the neutral to eyes (5850687)
  • change default phone to the correct (a972aec)
  • remove unnecessary DDI in input whatsapp (eae7a61)

Reverts

  • change again Switch component variant to neutral (15e7ab3)

v1.2.1

06 Jul 01:37
Compare
Choose a tag to compare

1.2.1 (2024-07-06)

Bug Fixes

  • cancel submit event of the form tag and small adjust in padding value of the Container component (1d0134e)

v1.2.0

03 Jul 23:16
Compare
Choose a tag to compare

1.2.0 (2024-07-03)

Features

  • add meta tags to show platform preview (3f4461b)

Performance Improvements

  • change all components to use memo to improve application performance (d2907ff)
  • improve search category by name in onSearch function (c8fed3d)

v1.1.0

03 Jul 21:06
Compare
Choose a tag to compare

1.1.0 (2024-07-03)

v1.0.0

03 Jul 21:01
Compare
Choose a tag to compare

1.0.0 (2024-07-03)

Bug Fixes

  • add setState to banners and highlights when yours snapshots doesn't exists (ba01b48)
  • add toast.error when user doesn't sent images in register product (16f35bd)
  • add Toaster to handle the case where an error is returned from capture file (7ed695b)
  • add correct List icon component to Icon component (18ca130)
  • add correct interaction when BannerCard component is modal type (b97e9ba)
  • add feedbacks to user actions in highlight and fixes ImageCard with incorrect label (eb1e35e)
  • add type Banner to bannersFirebase variable (d4162dd)
  • adjust in the delete Banner (8a83b7f)
  • adjusts in structure and styles of the Login page (1fb81b0)
  • applying correct justify content when BannerCard is with trash Icon enabled (8c7a038)
  • change Flowbite.Item to Link (2d203a7)
  • delete category without products (bdda93e)
  • edit only information about user when it doesnt send your image profile (aa26c0b)
  • ensure that bannerId is correct state when its delete is called (9067b01)
  • force values when the ProductModal to edit is open (eef9377)
  • highlight page in Sidebar component when user click it (c5eeded)
  • import duplicated (8413156)
  • improve user feedback and adjust in CategoryModal to clean inputValue when its closed (036bc25)
  • remove justify center that's break Y scroll in modal (52bc68e)
  • remove previous category name when open Dialog and Modal (c5444dd)
  • remove price as optional property and pathname value of the useEffect (05a8466)
  • remove visualization of the trash icon in the BannerCard component (e132ab5)
  • small adjust (7da4ea6)
  • small adjusts (1b89470)
  • small adjusts in states (5bfd054)

Features

  • add Banners page (4b995fb)
  • add banners property and handleGetBanners function to UserContextProps (e25796b)
  • add Carousel and Product components (9e8f9ed)
  • add Categories page (It still isn't responsiveness) (99bc91b)
  • add categories to UserContext (7317282)
  • add categoryMapper to get categories (54246f4)
  • add CategoryModal component (58f1425)
  • add createdAt and removedAt properties to Highlight interface (28c78f4)
  • add Dialog component (1679a73)
  • add Dialog component to About page (34b137a)
  • add Dialog, CategoryModal and ProductModal components in Categories page (80e792f)
  • add DotButton component (a5cddd6)
  • add EventModal component (87523a6)
  • add GenericButton, Spinner and Text components (04929e4)
  • add handleCreateBanner function (b9ceee6)
  • add handleCreateCategory function (26b2d38)
  • add handleCreateHighlight function (a22f6dc)
  • add handleCreateProduct function (694544f)
  • add handleDeleteBanner function to UserContextProps (c969ffa)
  • add handleDeleteCategory function to UserContext (dda27f1)
  • add handleDeleteProduct to delete a product of the category (f57e579)
  • add handleGetAbout function to UserProvider (c0e5ae3)
  • add handleGetBanners function to UserProvider (eab84a5)
  • add handleGetHighlights function to UserProvider (2fe6879)
  • add handleOccultProduct function (6f196d0)
  • add handleOccultProduct to occult products in the category (5eafb09)
  • add handlePutBanner function (e22aaa6)
  • add handlePutCategory to update a category (84b559e)
  • add handlePutHighlight function (9b3c1e7)
  • add handlePutProduct function (3d9dbcc)
  • add handlePutProduct function (38064cb)
  • add highlights property and handleGetHighlights function to UserContextProps (86d258c)
  • add Icon component (829a078)
  • add ImageCard component (78a4e38)
  • add Input component (527f5d8)
  • add isLoading property to CategoryModal component ([9a...
Read more