Release 0.14.0-alpha #42

Merged
uz1mani merged 109 commits from staging into main 2026-03-12 12:12:03 +00:00
12 changed files with 103 additions and 121 deletions
Showing only changes of commit 7ff5be7c4e - Show all commits

View File

@@ -83,12 +83,12 @@ const capabilities = [
description: 'Automatically parse UTM parameters. Built-in link builder for campaigns, sources, and mediums.', description: 'Automatically parse UTM parameters. Built-in link builder for campaigns, sources, and mediums.',
}, },
{ {
icon: Share2Icon, icon: <Share2Icon className="w-5 h-5" />,
title: 'Shared Dashboards', title: 'Shared Dashboards',
description: 'Generate a public link to share analytics with clients or teammates — no login required.', description: 'Generate a public link to share analytics with clients or teammates — no login required.',
}, },
{ {
icon: GlobeIcon, icon: <GlobeIcon className="w-5 h-5" />,
title: 'Geographic Insights', title: 'Geographic Insights',
description: 'Country, region, and city-level breakdowns. IPs are never stored — derived at request time only.', description: 'Country, region, and city-level breakdowns. IPs are never stored — derived at request time only.',
}, },
@@ -190,7 +190,7 @@ export default function FeaturesPage() {
className="flex gap-4" className="flex gap-4"
> >
<div className="w-10 h-10 rounded-lg bg-brand-orange/10 flex items-center justify-center shrink-0 text-brand-orange mt-0.5"> <div className="w-10 h-10 rounded-lg bg-brand-orange/10 flex items-center justify-center shrink-0 text-brand-orange mt-0.5">
{typeof cap.icon === 'object' ? cap.icon : <cap.icon className="w-5 h-5" />} {cap.icon}
</div> </div>
<div> <div>
<h3 className="font-bold text-neutral-900 dark:text-white mb-1"> <h3 className="font-bold text-neutral-900 dark:text-white mb-1">