Polish settings UI, add tooltips, replace timeAgo with date-fns

Clean up settings section design: consolidate backup cards, add
hover-reveal actions with tooltips, improve icon sizing across
components, and replace custom timeAgo helper with date-fns
formatDistanceToNow in webhook card.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-03 20:23:52 -05:00
co-authored by Claude Opus 4.6
parent b90129a981
commit 7d69262d0e
28 changed files with 128 additions and 143 deletions
@@ -21,7 +21,7 @@ export async function LibrarySection({ userId }: { userId: string }) {
return (
<FeedSection
title="In Your Library"
icon={<IconSparkles size={20} className="text-primary" />}
icon={<IconSparkles className="size-5 text-primary" />}
>
<TitleGrid items={items} />
</FeedSection>