1. monitor.component.html: Filters icon changed | Print button added.
2. monitor.module.ts: Added "filters" in iconsService.registerIcons and removed "print".
3. notification-sidebar.component.css: #notifications-switcher position top changed.
4. notifications-sidebar.component.ts: In read notifications added class "uk-text-light-grey".
5. icons.ts: [NEW] svg icon "filters" added.
6. offcanvas.css: Added variable --offcanvas-button-shadow and use it for offcanvas-switcher.
7. text.css: Added variable --text-light-grey-color: var(--light-grey-color); and class "uk-text-light-grey".
8. variables.css: Added variable --light-grey-color: #6E6E6E;
9. monitor-dashboard-custom.css: Added rules ".stakeholderPage #filters_icon .start" and ".stakeholderPage #filters_icon .end" for filters svg gradient | Added rule for #print_toggle to set top position.
1. shadow.css: Added variable --shadow-main-dark.
2. offcanvas.css:
a. Set --offcanvas-shadow: var(--shadow-main-dark);
b. In class .offcanvas-switcher remove transition (will not be visible when offcanvas is open)
c. [Bug fix] In class .offcanvas-count increased font size and make background always round, added line-height: 20px.
d. In rule ".offcanvas .uk-offcanvas-bar" set border-radius to 4px.
3. notification-utils.ts: Full stop added in messages.
4. notification-sidebar.component.css: In rule "#notifications .notification-list ul" set height: calc(100% - 77px).
5. notifications-sidebar.component.ts:
a. Removed anything related to offcavnas events
b. Removed commented code
c. Added in icons visuallyHidden.
6. monitor.component.html:
a. Removed "open" class when offcanvas is open.
b. Added in icons visuallyHidden
c. Added sign in link in filters when user is not logged in
d. Added uk-text-small class in "Clear".
7. monitor.component.ts:
a. Removed anything related to offcavnas events
b. Added method "logIn()".
1. offcanvas.css: [NEW] Custom css for custom 'offcanvas' classes.
2. import.css: Import new file offcanvas.css
3. structure.css: Removed custom css for notifications offcanvas.
4. monitor.component.ts: Added property "offcanvasOpen" which is set on UIkit.util.on events for offcavnas "#style_switcher" (filters).
5. monitor.component.html: Added "offcanvas-switcher", "offcanvas", "offcanvas-close" classes | Small changes in close button, switcher button and message.
6. monitor-dashboard-custom.css: For #filters_switcher_toggle only top is defined here. Now css will be imported by offcanvas.css file.
7. notification-user.component.ts: Updated default value for property 'colorClass' from 'portal-color' to 'uk-text-primary'.
8. notifications-sidebar.component.ts:
a. Added property "offcanvasOpen" which is set on UIkit.util.on events for offcavnas "#notifications".
b. Added "offcanvas-switcher", "offcanvas", "offcanvas-close" classes
c. Small changes in close button, switcher button and font sizes.
9. notifications-sidebar.module.ts: Removed iconsService.registerIcons from constructor.
10. notification-sidebar.component.css: Unnecessary css removed | css updated and moved to new file offcanvas.css.