fix(notifications): drop per-category descriptions, capitalise "Mobil Bildirim" #107
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The two rows under Settings → Bildirimler were carrying a sentence each
that read like AI-generated filler ("Mobil uygulama push bildirimleri.
Mobil uygulama yayınlandığında bu tercih kullanılır.") — the row title is
enough; the auth/payment caveat lives in the static footer below.
• Drop
descriptionfrom NOTIFICATION_CATEGORIES + the GET response shape.• Drop the
<p className="text-muted-foreground">{description}</p>line from NotificationsCard so each row is now a single bold title
line + the toggle button.
• Tighten the row to
items-centersince the second-line descriptionis gone and
items-startlooked off with only one line of content.• Rename
FALLBACK_CATEGORY_COPY→FALLBACK_CATEGORY_LABELto matchthe slimmer shape.
• Capitalise the Mobile row to "Mobil Bildirim" (was "Mobil bildirim").
Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com
The two rows under Settings → Bildirimler were carrying a sentence each that read like AI-generated filler ("Mobil uygulama push bildirimleri. Mobil uygulama yayınlandığında bu tercih kullanılır.") — the row title is enough; the auth/payment caveat lives in the static footer below. • Drop `description` from NOTIFICATION_CATEGORIES + the GET response shape. • Drop the `<p className="text-muted-foreground">{description}</p>` line from NotificationsCard so each row is now a single bold title line + the toggle button. • Tighten the row to `items-center` since the second-line description is gone and `items-start` looked off with only one line of content. • Rename `FALLBACK_CATEGORY_COPY` → `FALLBACK_CATEGORY_LABEL` to match the slimmer shape. • Capitalise the Mobile row to "Mobil Bildirim" (was "Mobil bildirim"). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>