From 0e81ad9c61f9adf09cf19b5446b426ef1f4d117e Mon Sep 17 00:00:00 2001 From: Donkoko Date: Wed, 3 Apr 2024 18:17:19 +0300 Subject: [PATCH] implementing more fixes - Added tags to asset form dont clear on view revalidation - fixed headers in add-assets modals for booking and location - completely fixed add-assets modals' design to be consistent and cleaner - fixed button inside button on asset actions-dropdown --- app/components/assets/actions-dropdown.tsx | 1 + app/components/layout/header/index.tsx | 54 +++++++++---------- app/components/tag/tags-autocomplete.tsx | 3 +- .../bookings.$bookingId.add-assets.tsx | 35 +++++++----- .../locations.$locationId.add-assets.tsx | 33 +++++++----- 5 files changed, 71 insertions(+), 55 deletions(-) diff --git a/app/components/assets/actions-dropdown.tsx b/app/components/assets/actions-dropdown.tsx index a0178bac2..dbf0a5c75 100644 --- a/app/components/assets/actions-dropdown.tsx +++ b/app/components/assets/actions-dropdown.tsx @@ -57,6 +57,7 @@ const ConditionalActionsDropdown = () => { setOpen(!open)} + asChild >