18368: Notification banner first implementation 18368-notification-banner
authorDaniel Kutyła <daniel.kutyla@contractors.roche.com>
Tue, 20 Dec 2022 13:47:34 +0000 (14:47 +0100)
committerDaniel Kutyła <daniel.kutyla@contractors.roche.com>
Tue, 20 Dec 2022 13:47:34 +0000 (14:47 +0100)
commit2cec626e679d593d5b208a0807b391ab978e0e9d
tree7322dc7bc6872f1fc2d89c084ccad359a4398944
parent297ccba9513f02ebfa6e13ab8831eb0b195b6dc3
18368: Notification banner first implementation

Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
src/common/config.ts
src/store/banner/banner-action.ts [new file with mode: 0644]
src/store/banner/banner-reducer.ts [new file with mode: 0644]
src/store/store.ts
src/views-components/baner/banner.test.tsx [new file with mode: 0644]
src/views-components/baner/banner.tsx [new file with mode: 0644]
src/views-components/main-app-bar/notifications-menu.tsx
src/views/workbench/workbench.test.tsx
src/views/workbench/workbench.tsx