monitor-dashboard/src
Konstantina Galouni 75982b1ede [Library & Monitor Dashboard | new-theme]: Sidebar & Navbar checks updated to use the same method | "activeMenuItem" in route data (optional) to set which menu item is active when url does not match | Bug fix in <my-tabs>.
1. layout.service.ts: Added "activeMenuItemSubject" to keep value of data['activeMenuItem'].
2. menu.ts: Removed "markAsActive" (not used) | Set RootMenuItem as deprecated (should use only MenuItem) | Added "isTheActiveMenuItem()" method to check if a MenuItem (root or not / sidebar or navbar) is active.
3. navigationBar.component.ts: Updated "isTheActiveMenu()" method to call MenuItem.isTheActiveMenu() | Removed method "isTheActiveMenuItem()".
4. navigationBar.component.html: Always call "isTheActiveMenu()" method.
5. sideBar.component.ts: Added "get currentRoute()" and updated method "isTheActiveMenuItem()".
6. tabs.component.ts: [Bug fix] Removed [class.uk-active] from <li> of tabs (since small-tabs are not currently used it is ok to remove this) - caused by version update of Uikit.
7. monitor-routing.module.ts: Set activeMenuItem: "dashboard" for any path under a stakeholder that has nothing or anything under a topic. | Set activeMenuItem: "search" in paths under search.
8. app-routing.module.ts: Set activeMenuItem: "manage" for paths under admin/:stakeholder.
9. app.component.ts: Updated menu in Admin Dashboard (all items visible and logo of monitor used) | Set value for MenuItem.routeActive when adding menu items of topics and users.
2022-03-28 11:40:22 +03:00
..
app [Library & Monitor Dashboard | new-theme]: Sidebar & Navbar checks updated to use the same method | "activeMenuItem" in route data (optional) to set which menu item is active when url does not match | Bug fix in <my-tabs>. 2022-03-28 11:40:22 +03:00
assets Remove padding from edit-stakeholder. Fix margins in monitor page. Update libraries 2022-03-28 01:36:58 +03:00
environments new login properties for prod 2021-12-21 11:21:11 +02:00
prod [Monitor Dashboard | Trunk]: Update to angular 11 2021-07-14 16:02:04 +00:00
index.html [Monitor Dashboard | Trunk]: Update to angular 11 2021-07-14 16:02:04 +00:00
karma.conf.js [Monitor Dashboard | Trunk]: Update to angular 11 2021-07-14 16:02:04 +00:00
main.server.ts [Monitor Dashboard | Trunk]: Update to angular 11 2021-07-14 16:02:04 +00:00
main.ts [Monitor Dashboard | Trunk]: Update to angular 11 2021-07-14 16:02:04 +00:00
material.scss [Monitor Dashboard | Trunk]: Organize new dashboard theme to files 2020-10-19 09:07:43 +00:00
polyfills.ts [Monitor Dashboard | Trunk]: Update to angular 11 2021-07-14 16:02:04 +00:00
robots.txt [Monitor_Dashboard|Trunk] 2019-10-24 07:44:29 +00:00
styles.css Add graph icon instead of file. Update all libraries 2022-03-04 17:36:38 +02:00
test.ts [Monitor Dashboard | Trunk]: Update to angular 11 2021-07-14 16:02:04 +00:00
tsconfig.app.json [Monitor Dashboard | Trunk]: Update to angular 11 2021-07-14 16:02:04 +00:00
tsconfig.server.json [Monitor Dashboard | Trunk]: Update to angular 11 2021-07-14 16:02:04 +00:00
tsconfig.spec.json [Monitor Dashboard | Trunk]: Update to angular 11 2021-07-14 16:02:04 +00:00