mirror of
https://github.com/plankanban/planka.git
synced 2025-07-22 14:49:43 +02:00
feat: Enhance notifications popup appearance
This commit is contained in:
parent
d5fd2fd33b
commit
c05dcf45f2
33 changed files with 112 additions and 72 deletions
|
@ -16,6 +16,9 @@ export const transformNotification = (notification) => ({
|
|||
activityId: notification.actionId,
|
||||
}
|
||||
: notification),
|
||||
...(notification.createdAt && {
|
||||
createdAt: new Date(notification.createdAt),
|
||||
}),
|
||||
});
|
||||
|
||||
/* Actions */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue