Commit Graph

116 Commits

Author SHA1 Message Date
github-actions[bot] 003494838b Version Packages (next) 2024-08-13 13:59:06 +00:00
Heikki Hellgren 80b84f77e5 fix: notification reload on navigation
this fixes issue when notifications are always reloaded when navigating
in the portal.

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-08-08 14:41:15 +03:00
Andre Wanlin 1604a92aee Merge pull request #25413 from mareklibra/docs.notifications
User documentation for the Notifications and Signals
2024-08-07 09:56:17 -05:00
Fredrik Adelöw c718c157c4 Merge pull request #24557 from drodil/notification_mark_read2
feat: allow setting notification read also from web notifications
2024-08-07 13:31:17 +02:00
Marek Libra f4612847a2 Add install instructions for older nevironments
Signed-off-by: Marek Libra <marek.libra@gmail.com>
2024-08-07 11:45:41 +02:00
github-actions[bot] 4a8774820c Version Packages (next) 2024-07-23 14:02:37 +00:00
github-actions[bot] 8d2fe707cb Version Packages 2024-07-16 12:06:55 +00:00
Camila Belo b82aff92aa refactor(test-utils): deprecate the isDockerDisabledForTests function
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2024-07-10 17:06:00 +02:00
Camila Belo 95a3a0b91c refactor(test-utils): rename setupRequestMockHandlers to setupMswHandler
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2024-07-10 15:45:49 +02:00
github-actions[bot] e583b47687 Version Packages (next) 2024-07-09 12:58:58 +00:00
Marek Libra e2d34cfcdc Prioritize user documentation over README (notifications, signals)
Selected content of notifications and signals README files has been
moved upwards to the user documentation.

Signed-off-by: Marek Libra <marek.libra@gmail.com>
2024-07-08 13:22:13 +02:00
github-actions[bot] 08c63d46ac Version Packages (next) 2024-07-02 09:03:14 +00:00
Fredrik Adelöw c780320418 Merge pull request #25337 from mareklibra/hideToolbarForNoRecords
Hide NotificationsPage toolbar for empty list
2024-06-29 14:16:21 +02:00
github-actions[bot] f03d12aff2 Version Packages (next) 2024-06-25 13:05:56 +00:00
Marek Libra 3bf0697eb8 Hide NotificationsPage toolbar for empty list
Signed-off-by: Marek Libra <marek.libra@gmail.com>
2024-06-20 10:23:18 +02:00
github-actions[bot] 18a40424cb Version Packages 2024-06-18 12:37:38 +00:00
github-actions[bot] e83ead9b1a Version Packages (next) 2024-06-11 15:25:17 +00:00
Patrik Oldsberg d44a20a5cd add plugin metadata to all plugin packages
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-06-11 11:24:29 +02:00
github-actions[bot] 09f502208f Version Packages (next) 2024-06-04 15:34:15 +00:00
Heikki Hellgren aa2d3e302a feat: make default functionality to mark notification read when opening link
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-05-30 21:15:15 +03:00
Heikki Hellgren a880e941aa fix: change notification hooks to internal
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-05-30 15:45:42 +03:00
Heikki Hellgren 0410fc9ce6 feat: allow setting notification read from web/snackbar
when opening link from snackbar or web notification, the notification
can be automatically set as read like in the notifications page

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-05-30 15:45:42 +03:00
github-actions[bot] 77da22e67f Version Packages (next) 2024-05-28 13:43:01 +00:00
Marek Libra 6d196b4506 fix: Avoid infinite loop in the NotificationsSidebarItem title counter
Signed-off-by: Marek Libra <marek.libra@gmail.com>
2024-05-23 11:26:40 +02:00
github-actions[bot] cce04957e9 Version Packages (next) 2024-05-21 14:41:46 +00:00
Heikki Hellgren 7f0268486a fix: do not show scrollbars in notification description if not needed
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-05-15 08:47:57 +03:00
github-actions[bot] 0972164fbc Version Packages 2024-05-14 12:02:01 +00:00
Heikki Hellgren e49a8106ad fix: show all notifications by default in notifications page
to prevent confusion with sidebar item showing that you have new
notifications but the table not showing any because the default filter
is for last week only

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-05-14 09:55:14 +03:00
github-actions[bot] d85dd88b3c Version Packages (next) 2024-05-07 13:27:02 +00:00
Heikki Hellgren 42eaf63a75 feat: increase default and allow changing snackbar auto hide duration
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-05-03 12:49:24 +03:00
github-actions[bot] 0478509ee2 Version Packages (next) 2024-04-30 11:22:01 +00:00
Heikki Hellgren f6633ca8d2 feat: allow setting notification as read automatically when opening link
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-04-26 08:06:15 +03:00
Fredrik Adelöw e00bbc2d0d Merge pull request #24418 from drodil/notifications_faker
feat: generate random notifications in local development
2024-04-25 16:23:28 +02:00
Heikki Hellgren cba628ae6f feat: generate random notifications in local development
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-04-24 15:10:06 +03:00
Marek Libra 23b461f0f0 Add material-ui-confirm dependency
Signed-off-by: Marek Libra <marek.libra@gmail.com>
2024-04-24 12:20:02 +02:00
Marek Libra f730c0b54f feat(notifications): added Mark All Read bulk action
The user can newly mark all unread messages as read at one click.

Signed-off-by: Marek Libra <marek.libra@gmail.com>
2024-04-24 12:20:02 +02:00
Marek Libra bd900b7e0e Merge pull request #24412 from drodil/notifications_snackbar
feat: allow showing notifications as snackbars in the UI
2024-04-24 10:24:32 +02:00
github-actions[bot] 46046059b4 Version Packages (next) 2024-04-23 14:53:09 +00:00
Marek Libra 137cee2198 Merge pull request #24477 from mareklibra/skipEmptyDescription
patch(notifications): skip rendering empty descriptions
2024-04-23 14:59:29 +02:00
Marek Libra a42a19b087 patch(notifications): skip rendering empty descriptions
Signed-off-by: Marek Libra <marek.libra@gmail.com>
2024-04-23 14:45:40 +02:00
Heikki Hellgren 64e089e5b3 fix: review comments on snackbar handling
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-04-23 15:42:33 +03:00
Heikki Hellgren bfcb2f1281 feat: allow showing notifications as snackbars in the UI
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-04-23 15:41:51 +03:00
Marek Libra 41d5c56e18 Merge pull request #24414 from drodil/fix_notification_title
fix: infinite loop in notification title counter
2024-04-23 14:34:54 +02:00
Heikki Hellgren e1c7d6e4b7 fix: infinite loop in notification title counter
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-04-23 14:51:08 +03:00
Heikki Hellgren 1bc3b86858 fix: web notifications to show in foreground + duplicates prevented
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-04-23 14:48:34 +03:00
Marek Libra 4bfb02ed70 Merge pull request #24450 from drodil/notifications_page_props
feat: allow overriding notifications page properties
2024-04-23 13:39:38 +02:00
Marek Libra 0f2d377de6 Merge pull request #24381 from mareklibra/fix.long.descriptions
fix(notifications): limit size of notfcation on NotificationsPage
2024-04-23 13:39:01 +02:00
Heikki Hellgren e6bf85f0cf feat: allow overriding notifications page properties
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-04-22 18:23:36 +03:00
Marek Libra fcda449a9c fix(notifications): limit size of notfcation on NotificationsPage
The grid item size is limited so notifications with very long
descriptions do not occupy all the space.

Signed-off-by: Marek Libra <marek.libra@gmail.com>
2024-04-19 12:18:48 +02:00
drodil 42171594db Update plugins/notifications/src/components/NotificationsSideBarItem/NotificationsSideBarItem.tsx
Co-authored-by: Marek Libra <marek.libra@gmail.com>
Signed-off-by: drodil <heiccih@gmail.com>
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-04-18 14:38:10 +03:00