From 7982148a3e21b50abc836c0af4c10c13f19bde6b Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Thu, 21 Oct 2021 15:47:00 +0100 Subject: [PATCH] Change icons --- src/app/pages/agenda/agenda.page.html | 13 +++++++++---- src/app/pages/agenda/agenda.page.ts | 4 +++- src/app/pages/login/login.page.html | 5 ++++- src/app/pages/login/login.page.ts | 7 ++++--- .../pages/publications/publications.page.html | 3 ++- src/app/pages/publications/publications.page.ts | 4 +++- .../view-publications.page.html | 3 ++- src/app/shared/header/header.page.html | 8 ++++++-- .../view-publications.page.html | 3 ++- .../images/theme/gov/gabinetedigital_logo.png | Bin 0 -> 12054 bytes src/assets/images/theme/gov/governoangola_A.png | Bin 0 -> 75852 bytes src/assets/images/theme/gov/icons-add.svg | 7 +++++++ .../gov/icons-arrow-circle-arrow-right.svg | 4 ++-- .../images/theme/gov/icons-collaps-down.svg | 3 +++ .../images/theme/gov/icons-collaps-up.svg | 3 +++ .../images/theme/gov/icons-received-event.svg | 10 ++++++++++ src/theme/variables.scss | 2 +- 17 files changed, 61 insertions(+), 18 deletions(-) create mode 100644 src/assets/images/theme/gov/gabinetedigital_logo.png create mode 100644 src/assets/images/theme/gov/governoangola_A.png create mode 100644 src/assets/images/theme/gov/icons-add.svg create mode 100644 src/assets/images/theme/gov/icons-collaps-down.svg create mode 100644 src/assets/images/theme/gov/icons-collaps-up.svg create mode 100644 src/assets/images/theme/gov/icons-received-event.svg diff --git a/src/app/pages/agenda/agenda.page.html b/src/app/pages/agenda/agenda.page.html index a0360274e..7be7347da 100644 --- a/src/app/pages/agenda/agenda.page.html +++ b/src/app/pages/agenda/agenda.page.html @@ -114,11 +114,13 @@ @@ -180,10 +182,13 @@ diff --git a/src/app/pages/agenda/agenda.page.ts b/src/app/pages/agenda/agenda.page.ts index edaca3579..f1d47b0f3 100644 --- a/src/app/pages/agenda/agenda.page.ts +++ b/src/app/pages/agenda/agenda.page.ts @@ -31,6 +31,7 @@ import { ChangeProfileService } from 'src/app/services/change-profile.service'; import { SqliteService } from 'src/app/services/sqlite.service'; import { BackgroundService } from 'src/app/services/background.service'; +import { ThemeService } from 'src/app/services/theme.service' @Component({ @@ -176,7 +177,8 @@ export class AgendaPage implements OnInit { private changeProfileService: ChangeProfileService, private sqliteservice: SqliteService, private platform: Platform, - private backgroundservice: BackgroundService + private backgroundservice: BackgroundService, + public ThemeService: ThemeService ) { this.dateAdapter.setLocale('es'); diff --git a/src/app/pages/login/login.page.html b/src/app/pages/login/login.page.html index f802c4aed..a3b734557 100644 --- a/src/app/pages/login/login.page.html +++ b/src/app/pages/login/login.page.html @@ -8,7 +8,10 @@
diff --git a/src/app/pages/login/login.page.ts b/src/app/pages/login/login.page.ts index e83bae32f..3f0acc240 100644 --- a/src/app/pages/login/login.page.ts +++ b/src/app/pages/login/login.page.ts @@ -9,6 +9,7 @@ import { NotificationsService } from 'src/app/services/notifications.service'; import { SessionStore } from 'src/app/store/session.service'; import { ClearStoreService } from 'src/app/services/clear-store.service'; import { ChangeProfileService } from 'src/app/services/change-profile.service'; +import { ThemeService } from 'src/app/services/theme.service' @Component({ selector: 'app-login', @@ -35,9 +36,9 @@ export class LoginPage implements OnInit { private toastService: ToastService, public alertController: AlertController, private clearStoreService: ClearStoreService, - private changeProfileService: ChangeProfileService - ) { - } + private changeProfileService: ChangeProfileService, + public ThemeService: ThemeService + ) {} ngOnInit() { diff --git a/src/app/pages/publications/publications.page.html b/src/app/pages/publications/publications.page.html index d1ae5d28b..866dfbbcf 100644 --- a/src/app/pages/publications/publications.page.html +++ b/src/app/pages/publications/publications.page.html @@ -26,7 +26,8 @@
- + +
diff --git a/src/app/shared/header/header.page.html b/src/app/shared/header/header.page.html index b45c00feb..f056a7689 100644 --- a/src/app/shared/header/header.page.html +++ b/src/app/shared/header/header.page.html @@ -9,7 +9,8 @@
{{this.notificationLength}}
@@ -21,7 +22,10 @@
diff --git a/src/app/shared/publication/view-publications/view-publications.page.html b/src/app/shared/publication/view-publications/view-publications.page.html index b8b4f2aa0..b11435853 100644 --- a/src/app/shared/publication/view-publications/view-publications.page.html +++ b/src/app/shared/publication/view-publications/view-publications.page.html @@ -14,7 +14,8 @@