Pujit Mehrotra
8251c6f2d3
fix: only toast unread notifications, not archived ones
2025-02-04 11:30:57 -05:00
Pujit Mehrotra
61ee689658
feat(ui): webgui-compatible web component library ( #1075 )
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Eli Bosley <ekbosley@gmail.com >
- **CI/CD**
- Updated GitHub Actions workflow to build Unraid UI Web Components.
- Adjusted artifact naming and download configurations.
- **Web Components**
- Added new web components and registration mechanism.
- Implemented toast notifications.
- Enhanced UI component library.
- **Notifications**
- Added real-time notification subscription.
- Created notification settings page.
- Implemented notification toast system.
- **API Improvements**
- Refactored GraphQL schema loading.
- Updated authentication and cookie handling.
- Improved error logging and server initialization.
- **Development Tools**
- Updated ESLint configuration.
- Enhanced import path management.
- Added new development dependencies.
2025-01-31 10:47:03 -05:00
Eli Bosley
8d386043ae
chore: comment to detail archived count
2025-01-14 18:14:42 -05:00
Eli Bosley
16f00a0d8c
feat: update based on review feedback
2025-01-14 18:14:42 -05:00
Eli Bosley
a4e2a77410
feat: sidebar notification count
2025-01-14 18:14:42 -05:00
Pujit Mehrotra
be7135efdd
feat(web): clear notifications indicator after opening sidebar
2025-01-08 10:48:06 -05:00
Eli Bosley
4e9ab645e6
fix: edit settings padding issue
2024-12-18 14:22:28 -05:00
Eli Bosley
961c343f5d
Update web/components/Notifications/Sidebar.vue
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-12-18 14:22:28 -05:00
Eli Bosley
cead97560c
feat: responsive notifications
2024-12-18 14:22:28 -05:00
Eli Bosley
00b8ffe87d
feat: move variable declarations to theme.ts
2024-12-17 11:48:45 -05:00
Eli Bosley
24435613f8
feat: begin fixing dark mode in the webcomponents
2024-12-17 11:48:45 -05:00
Pujit Mehrotra
a09f7c935d
refactor(api): delete only archived notifications in deleteAll ( #983 )
...
* refactor(api): delete only archived notifications in deleteAll
* refactor: rename deleteAllNotifications mutation to deleteArchivedNotifications
* fix: update mutation name for deleting archived notifications
* chore(web): update codegen dependencies to fix codegen issues
* chore(web): update vue-tsc to fix build typechecking
2024-12-13 14:50:33 -05:00
Pujit Mehrotra
a5cf63fe28
refactor(web): lift notifications overview query to Sidebar from Indicator
2024-12-10 13:01:35 -05:00
Pujit Mehrotra
78ec4663cc
feat(web): add count labels to notification tabs
2024-12-10 13:01:35 -05:00
Pujit Mehrotra
547b75a55e
fix(web): notification styles & alignment ( #968 )
...
* fix(web): notification icon & indicator colors
* fix(web): notification item text size & weights
* fix(web): notification button styles
* fix(web): notification filter styles
* fix(web): Tab List styles
* fix(web): link button styles
* fix(web): vertical spacing in notifications sidebar
* fix(web): notification sidebar link styles
* refactor(web): change default button border radius to rounded instead of rounded-md
* fix(web): Notification Item alignment with other elements
* refactor(web): add tw color palettes for unraid-green & unraid-red
2024-11-25 12:12:26 -05:00
Pujit Mehrotra
939d7a304d
feat(web): add an 'all' option to notification filter
...
allows users to "reset" after selecting a filter. ideally, we'd be able to
clear the filter if it was clicked again, but I couldn't find a way to listen
to a second/repeat click on a SelectItem, so I added a new filter item instead.
2024-11-19 14:22:08 -05:00
Pujit Mehrotra
4c663dc69c
feat(web): add confirmation before archiving or deleting all notifications
2024-11-18 14:44:20 -05:00
Pujit Mehrotra
89eb841b20
feat(web): add delete all notifications button to archive view in notifications sidebar
2024-11-18 14:44:20 -05:00
Pujit Mehrotra
7296195495
feat(web): add link to settings in notification sidebar
2024-11-18 14:44:20 -05:00
Pujit Mehrotra
ecfc797e7d
fix(web): stop opening notification sidebar to archive tab
2024-11-14 15:24:20 -05:00
Pujit Mehrotra
0b469f5b3f
feat(web): enhance notifications indicator in UPC ( #950 )
...
* feat(web): scaffold ui for notifications indicator
* refactor(web): poll for notification overview instead of subscription
* test: rm failing notifications.resolver test stub
* feat(web): pulse indicator when new notifications are received
2024-11-07 14:36:30 -05:00
Pujit Mehrotra
323a4a17cf
feat(web): add empty state to notifications list
2024-11-01 12:18:20 -04:00
Pujit Mehrotra
9968e0f7df
feat(web): implement notification filtering
2024-11-01 12:18:20 -04:00
Pujit Mehrotra
6234d61ae5
fix(web): dedupe incoming notifications during cache merge
2024-10-28 10:00:23 -04:00
Pujit Mehrotra
7ca3efe8b8
doc(web): possibly ambiguous css & confusing cache policies/types
2024-10-28 10:00:23 -04:00
Pujit Mehrotra
28f4952599
fix(web): replace manual height hack in notifications infinite scroll
2024-10-28 10:00:23 -04:00
Pujit Mehrotra
7e4022518d
feat(web): reconcile pagination with notifications apollo cache
2024-10-28 10:00:23 -04:00
Pujit Mehrotra
4d1656eaa8
feat(web): make notifications list scrollable inside the sheet & tabs
2024-10-28 10:00:23 -04:00
Pujit Mehrotra
0578b066f1
refactor(web): extract notifications list for cleaner state management
2024-10-23 16:19:33 -04:00
Pujit Mehrotra
ebd671e7b6
refactor(web): move archiveAll cache invalidation into apollo client config
2024-10-23 16:19:33 -04:00
Pujit Mehrotra
15a1a3ac15
feat(web): update cache & view when archiving notifications
2024-10-23 16:19:33 -04:00
Pujit Mehrotra
8fe1e80bbd
feat(web): add gql archival mutations to notifications sidebar & item
2024-10-18 11:42:38 -04:00
Pujit Mehrotra
1c4506cf50
refactor(web): shadcn styles for consistency
2024-10-18 11:42:38 -04:00
Pujit Mehrotra
6cac078e15
refactor(web): instantiate apollo client statically instead of dynamically
2024-10-18 11:42:38 -04:00
Pujit Mehrotra
3c50022ac3
fix(NotificationsSidebar): occupy full viewport on small screens
2024-10-18 11:42:38 -04:00
Pujit Mehrotra
ff52f75abf
refactor(NotificationsSidebar): de-emphasize archive-all & filter
2024-10-18 11:42:38 -04:00
Pujit Mehrotra
754d4560ea
feat: integrate cross-domain authentication to api
2024-10-18 11:42:38 -04:00
Pujit Mehrotra
f6d09f4ba2
refactor(web): use tabs instead of buttons in NotificationsSidebar header
2024-10-18 11:42:38 -04:00
Zack Spear
6a57924fbf
feat: WIP sidebar filter select
2024-10-18 11:42:38 -04:00
mdatelle
57802c2ea0
feat(web): wip query api for notifications
2024-10-18 11:42:38 -04:00
Zack Spear
d04001e052
feat: WIP create teleport composable
2024-10-18 11:42:38 -04:00
Zack Spear
6bfd221cd1
test: sidebar tabs
2024-10-18 11:42:38 -04:00
Zack Spear
ceb537ae91
refactor: Update NotificationItemProps interface
...
- Add 'event' and 'date' properties to the NotificationItemProps interface
- Add 'view' property to the NotificationItemProps interface
- Remove trailing newline at the end of the file
2024-10-18 11:42:38 -04:00
Zack Spear
54b4ad0df8
refactor: Remove extra whitespace in Notifications Sidebar and optimize Terser options in nuxt.config.ts
2024-10-18 11:42:38 -04:00
Zack Spear
e84c3ebe14
feat: WIP notifications w/ shadcn
...
Currently the build doesn't work in webgui
2024-10-18 11:42:38 -04:00
Zack Spear
81acf1d947
feat: wip Notification UI starter
2024-10-18 11:42:38 -04:00