Skip to main content
February 19, 20261.0.30v1.0.30RSS

v1.0.30 — [UI/UX] Settings Notifications tab is a dead-end redirect, not actual settings

Release Notes

In the Settings page (/dashboard/settings), the 'Notifications' tab renders a card explaining that notifications are configured per-project, with a link back to the dashboard. This is a dead-end that sends users on a multi-step hunt to find notification settings. It would require a user to: open Settings → click Notifications → read the message → go back to Dashboard → click a product → find the Settings section → find Notifications sub-tab.

Category: usability File: src/components/settings/settings-page-client.tsx Recommendation: Replace the redirect message with an inline list of all products, each showing their current notification channel count with a direct link to that product's notification settings. E.g., a table with columns: Product Name | Channels | [Configure →]. This transforms a dead-end into a useful at-a-glance overview. Alternatively, elevate notification settings to be truly global at the account level, with per-project overrides.