Explore UI changes (#14393)

* Add time ago to explore summary view on desktop

* add search settings for columns and default view selection

* add descriptions

* clarify wording

* padding tweak

* padding tweaks for mobile

* fix size of activity indicator

* smaller
This commit is contained in:
Josh Hawkins
2024-10-16 11:54:01 -05:00
committed by GitHub
parent 9f866be110
commit e836523bc3
7 changed files with 175 additions and 72 deletions

View File

@@ -1,4 +1,4 @@
import { FaArrowRight, FaCog } from "react-icons/fa";
import { FaArrowRight, FaFilter } from "react-icons/fa";
import { useEffect, useMemo, useState } from "react";
import { PlatformAwareSheet } from "./PlatformAwareDialog";
@@ -66,7 +66,7 @@ export default function SearchFilterDialog({
size="sm"
variant={moreFiltersSelected ? "select" : "default"}
>
<FaCog
<FaFilter
className={cn(
moreFiltersSelected ? "text-white" : "text-secondary-foreground",
)}