Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
4f6059b
Create notification_reducer
fhlavac Jan 13, 2020
dd97a76
Make notifications top navbar button use reducer
fhlavac Jan 13, 2020
21a0311
Create NotificationDrawer component
fhlavac Jan 13, 2020
417b5c9
Add notification helpers.js
fhlavac Jan 13, 2020
3f84dfd
Replace drawer haml template with component
fhlavac Jan 13, 2020
db5c758
Add show all/show limit notifications to drawer
fhlavac Jan 16, 2020
815674c
Add getNotificationStatusIconName and viewDetail
fhlavac Jan 16, 2020
121c804
Add a ToastList component
fhlavac Jan 16, 2020
2bb1457
Delete notification drawer template
fhlavac Jan 16, 2020
e362600
Delete notification body template
fhlavac Jan 16, 2020
311e864
Delete toast list template
fhlavac Jan 16, 2020
ce8571f
Delete Angular notification drawer implementation
fhlavac Jan 16, 2020
6dad6fa
Delete toast list controller
fhlavac Jan 16, 2020
17577c4
Delete header controller
fhlavac Jan 16, 2020
5a87231
Add notification-drawer-common
fhlavac Jan 16, 2020
9502aed
Don't use action.payload in toggleDrawerVisibility
fhlavac Jan 16, 2020
577e147
Add notification-drawer tests
fhlavac Jan 20, 2020
a64fc7f
Update top-navbar tests to accept new drawer
fhlavac Jan 20, 2020
2f344b5
Sync local notifications state with API
fhlavac Jan 22, 2020
a0cf1eb
Create notification drawer tests
fhlavac Jan 22, 2020
8e5f9c8
Create notification reducer tests
fhlavac Jan 22, 2020
98e3108
Sync toast make notification read action with API
fhlavac Jan 22, 2020
dbc731e
Fix sync notification read on icon click with API
fhlavac Jan 22, 2020
60dd8d3
Fix tests after sync makeRead on icon click
fhlavac Jan 22, 2020
0ad1462
Add toast-list tests
fhlavac Jan 22, 2020
4b7f878
Add action creators for notifications
fhlavac Jan 30, 2020
cdb2adb
Update tests after adding action creators
fhlavac Jan 30, 2020
a016ac6
Add notifications-actions tests
fhlavac Jan 30, 2020
f592216
Fix snapshot time failure
fhlavac Jan 30, 2020
ab4b93b
Delete event_notification_service tests
fhlavac Jan 30, 2020
1b0c599
Use useSelector hook for multiple values
fhlavac Jan 30, 2020
f3fdd8c
Change patternfly version back to 3.59.1
fhlavac Jan 30, 2020
ec46c18
Clean the code after rewriting the notification drawer
fhlavac Jan 30, 2020
88664a3
Add "View details" link to the toast notification
fhlavac Feb 4, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 0 additions & 65 deletions app/assets/javascripts/controllers/header/header_controller.js

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading