Segments phase 2: /segments/ browse page, /segments/new/ creation flow, activity detail shortcut
This commit is contained in:
@@ -329,6 +329,16 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Create segment shortcut -->
|
||||
{#if trackUrl}
|
||||
<div class="mt-3 flex justify-end">
|
||||
<a
|
||||
href="{base}segments/new/?activity={activity.id}"
|
||||
class="text-xs px-3 py-1.5 rounded-lg border border-zinc-700 text-zinc-400 hover:border-zinc-500 hover:text-white transition-colors"
|
||||
>+ Create segment from this activity</a>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<!-- Charts -->
|
||||
{#if error}
|
||||
<p class="text-red-400 text-sm mt-4">{error}</p>
|
||||
|
||||
Reference in New Issue
Block a user