feat: add 'Gentle Nudges' feature with customizable reminders in FeaturesSection
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user