notifciations issues fixed final
This commit is contained in:
@@ -150,6 +150,29 @@ Routes defined in `/frontend/src/App.tsx`:
|
||||
|
||||
## ACCOUNT Routes
|
||||
|
||||
### Notifications
|
||||
|
||||
| Route | File | Description |
|
||||
|-------|------|-------------|
|
||||
| `/account/notifications` | `account/NotificationsPage.tsx` | Full notifications history with filters and bulk actions |
|
||||
|
||||
**Features:**
|
||||
- Filter by severity (info/success/warning/error)
|
||||
- Filter by notification type (AI operations, WordPress sync, credits, etc.)
|
||||
- Filter by read status (all/unread/read)
|
||||
- Filter by site
|
||||
- Filter by date range (from/to)
|
||||
- Mark individual notifications as read
|
||||
- Mark all as read (bulk action)
|
||||
- Delete individual notifications
|
||||
- Click notification to navigate to related page
|
||||
- Real-time unread count badge
|
||||
|
||||
**v1.2.2 Changes:**
|
||||
- NEW page created with full filtering capabilities
|
||||
- Linked from NotificationDropdown "View All Notifications" button
|
||||
- Added to sidebar under ACCOUNT section with unread badge
|
||||
|
||||
### Account Settings
|
||||
|
||||
| Route | File | Description |
|
||||
|
||||
Reference in New Issue
Block a user