fix(test): NotificationDropdown iframe navigation crash + Tailwind CI noise #548

Merged
marcel merged 7 commits from feat/issue-545-notification-dropdown-iframe-fix into main 2026-05-12 11:35:41 +02:00
Showing only changes of commit 7aa129977d - Show all commits

View File

@@ -12,6 +12,12 @@ type Props = {
};
let { notifications, onMarkRead, onMarkAllRead, onClose }: Props = $props();
function handleViewAll(e: MouseEvent) {
e.preventDefault();
onClose();
goto('/aktivitaeten');
}
</script>
<div
@@ -130,7 +136,7 @@ let { notifications, onMarkRead, onMarkAllRead, onClose }: Props = $props();
<div class="border-t border-line px-4 py-2">
<a
href="/aktivitaeten"
onclick={(e) => { e.preventDefault(); onClose(); goto('/aktivitaeten'); }}
onclick={handleViewAll}
class="text-xs font-medium text-ink-2 transition-colors hover:text-ink"
>
{m.chronik_view_all()}