feat: add 'Gentle Nudges' feature with customizable reminders in FeaturesSection

This commit is contained in:
Mo Tarbin
2025-10-05 14:16:25 -04:00
parent e31a5f705c
commit d1dcdc2f50

View File

@@ -7,6 +7,7 @@ import {
EmojiEvents,
Groups,
Notifications,
NotificationsActive,
Psychology,
Schedule,
Security,
@@ -61,6 +62,12 @@ const FeaturesSection = () => {
description:
'Track work sessions with a timer, review detailed logs, and analyze productivity patterns for every task.',
},
{
icon: <NotificationsActive />,
title: 'Gentle Nudges',
description:
'Manually send friendly reminders to assignees about pending tasks. Customize messages and choose who gets notified.',
},
{
icon: <AutoAwesome />,
title: 'Advanced Organization',
@@ -85,6 +92,7 @@ const FeaturesSection = () => {
description:
'Get timely reminders via Donetick app or other way like Telegram, push, or webhooks.',
},
{
icon: <Api />,
title: 'Seamless Integrations',