invoiceninja / ui

Invoice Ninja: Web admin portal built with React
https://app.invoicing.co
Other
52 stars 46 forks source link

[Feature] Implementing Task Assigned Toggle | Notifications | User Details #1867

Closed Civolilah closed 6 days ago

Civolilah commented 1 week ago

@beganovich @turbo124 The PR includes the implementation of the task_assigned toggle on the "Notification" tab for the "User Details" page. If the toggle is turned on, task_assigned will be added to the notification property array of strings. If it is turned off, the notification will be removed from the array. Screenshot:

Screenshot 2024-06-27 at 15 11 59

Note: We are missing the task_assigned and task_assigned_help translation keywords from the files. If you agree, please add them.

Let me know your thoughts.

turbo124 commented 1 week ago

@Civolilah looks good, please replace translations with keys:

task_assigned_notification task_assigned_notification_help

Civolilah commented 1 week ago

@Civolilah looks good, please replace translations with keys:

task_assigned_notification task_assigned_notification_help

@turbo124 Sure, the translations have been changed. Screenshot:

Screenshot 2024-06-28 at 10 50 54

Let me know your thoughts.