-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RHCLOUD-33811] Move notification drawer to its own module (#2988)
* working drawer with websocket; needs toggle and ref fix * Made toggleDrawer() function and passed it notifications drawer * Moved notifications drawer test to notif-frontend * WIP module nonsense * Get unreadnotifications * Moving stuff out of panelcontent * Working with scope (and context from module) * Type on notificationsDrawerContext * Adding notif scope earlier and removing the context * Passing Spinner in place of DrawerContent on error * Removing unnecessary notificationProps from DOM element * Moving bell to notifications * Moving hooks to hooks dir and cleaning * Fixing tools test with scalprum context * Declaring props differently --------- Co-authored-by: Blake Holifield <[email protected]> Co-authored-by: Justin Orringer <[email protected]> Co-authored-by: Martin Maroši <[email protected]>
- Loading branch information
1 parent
4254d8b
commit 8316ad7
Showing
14 changed files
with
158 additions
and
622 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
164 changes: 0 additions & 164 deletions
164
cypress/component/NotificationDrawer/NotificationDrawer.cy.tsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,4 +46,4 @@ const ConsumerComponent = () => { | |
} | ||
|
||
|
||
``` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.