feat: Briefwechsel hero redesign — discovery framing + padding #186

Merged
marcel merged 21 commits from feat/issue-179-briefwechsel-hero into main 2026-04-07 09:07:23 +02:00
Showing only changes of commit fe51936d17 - Show all commits

View File

@@ -152,35 +152,9 @@ function handleSuggestionSelect(id: string) {
class="flex items-center gap-2 border border-line bg-muted px-4 py-2.5 text-sm font-bold tracking-wide text-ink-2 uppercase transition hover:bg-muted hover:text-ink"
>
{#if sortDir === 'ASC'}
<svg
xmlns="http://www.w3.org/2000/svg"
width="14"
height="14"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2.5"
stroke-linecap="round"
stroke-linejoin="round"
aria-hidden="true"
class="h-4 w-4"><polyline points="18 15 12 9 6 15" /></svg
>
{m.conv_strip_sort_oldest()}
{m.conv_strip_sort_oldest()}
{:else}
<svg
xmlns="http://www.w3.org/2000/svg"
width="14"
height="14"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2.5"
stroke-linecap="round"
stroke-linejoin="round"
aria-hidden="true"
class="h-4 w-4"><polyline points="6 9 12 15 18 9" /></svg
>
{m.conv_strip_sort_newest()}
{m.conv_strip_sort_newest()}
{/if}
</button>