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 10:54:01 -06:00
committed by GitHub
parent 9f866be110
commit e836523bc3
7 changed files with 175 additions and 72 deletions
@@ -118,7 +118,7 @@ export default function SearchThumbnailFooter({
<TimeAgo time={searchResult.start_time * 1000} dense />
) : (
<div>
<ActivityIndicator size={24} />
<ActivityIndicator size={14} />
</div>
)}
{formattedDate}