feat: improve FilterModal mobile responsiveness and handle social auth errors via URL parameters
This commit is contained in:
@@ -103,16 +103,16 @@ export function FilterModal({ isOpen, onClose, filters, filterFields, onToggleFi
|
||||
</div>
|
||||
|
||||
{/* Footer */}
|
||||
<div className="shrink-0 bg-white px-8 py-5 border-t border-[#d9d9d9] flex items-center justify-between">
|
||||
<div className="shrink-0 bg-white px-4 sm:px-8 py-4 sm:py-5 border-t border-[#d9d9d9] flex items-center gap-3">
|
||||
<button
|
||||
onClick={onClearAll}
|
||||
className="px-6 py-3 rounded-[15px] border border-[#00293d] font-fractul font-bold text-[14px] text-[#00293d] hover:bg-[#00293d]/5 transition-colors"
|
||||
className="flex-1 sm:flex-initial px-4 sm:px-6 py-3 rounded-[15px] border border-[#00293d] font-fractul font-bold text-[14px] text-[#00293d] hover:bg-[#00293d]/5 transition-colors whitespace-nowrap"
|
||||
>
|
||||
Clear all Filters
|
||||
</button>
|
||||
<button
|
||||
onClick={onApply}
|
||||
className="px-8 py-3 rounded-[15px] bg-[#e58625] hover:bg-[#d47720] font-fractul font-bold text-[14px] text-[#00293d] transition-colors"
|
||||
className="flex-1 sm:flex-initial px-4 sm:px-8 py-3 rounded-[15px] bg-[#e58625] hover:bg-[#d47720] font-fractul font-bold text-[14px] text-[#00293d] transition-colors whitespace-nowrap sm:ml-auto"
|
||||
>
|
||||
Apply Filters
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user