From 07ed7ffdac346c000298dc564890698cd644aabf Mon Sep 17 00:00:00 2001 From: Tiago Kayaya Date: Thu, 3 Dec 2020 11:01:16 +0100 Subject: [PATCH 1/8] merge to feature/publications --- src/app/pages/publications/gallery/gallery.page.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/pages/publications/gallery/gallery.page.ts b/src/app/pages/publications/gallery/gallery.page.ts index c825ac2aa..bdcead0fa 100644 --- a/src/app/pages/publications/gallery/gallery.page.ts +++ b/src/app/pages/publications/gallery/gallery.page.ts @@ -20,5 +20,4 @@ export class GalleryPage implements OnInit { } - } From 42898fcb0e725124c3f221c089363adc2c06344d Mon Sep 17 00:00:00 2001 From: "tiago.kayaya" Date: Thu, 17 Dec 2020 10:59:11 +0100 Subject: [PATCH 2/8] Module Actions stable version. --- src/app/home/home.page.html | 2 +- src/app/models/publication.ts | 2 +- .../approve-event-modal.page.html | 2 +- .../new-action/new-action.page.html | 4 ++-- .../new-publication/new-publication.page.ts | 14 ++++++++++---- .../pages/publications/publications.page.html | 2 +- .../pages/publications/publications.page.ts | 2 +- .../publication-detail.page.ts | 19 +++++++++++++++---- .../view-publications.page.ts | 6 ++++-- 9 files changed, 36 insertions(+), 17 deletions(-) diff --git a/src/app/home/home.page.html b/src/app/home/home.page.html index dc266711b..269073e67 100644 --- a/src/app/home/home.page.html +++ b/src/app/home/home.page.html @@ -20,7 +20,7 @@ - Ações + Acções - Presidente da República - - - - - - - - - - - Combinada - - - Oficial - - - Pessoal - - - + - + + -

{{customDate}}

+

{{customDate}}

+
+ +

5 eventtos agendados para hoje

- - - -
- - - - - - - -
- - -
-
-

{{event.StartDate | date: 'hh:mm'}}

-

{{event.EndDate | date: 'hh:mm'}}

-
-
-

{{event.Location}}

-

{{event.Subject}}

-
-
-
-
-
-
- - - -
- - -
-
-

{{event.StartDate | date: 'hh:mm'}}

-

{{event.EndDate | date: 'hh:mm'}}

-
-
-

{{event.Location}}

-

{{event.Subject}}

-
-
-
-
-
-
- - - -
- - -
-
-

{{event.StartDate | date: 'hh:mm'}}

-

{{event.EndDate | date: 'hh:mm'}}

-
-
-

{{event.Location}}

-

{{event.Subject}}

-
-
-
-
-
-
-
-
+
+
08:30
+
Reunião de Conselho de Ministros no Palácio Presidencial
+
+ +
\ No newline at end of file diff --git a/src/app/pages/events/events.page.scss b/src/app/pages/events/events.page.scss index cae4ec29a..07435b4d8 100644 --- a/src/app/pages/events/events.page.scss +++ b/src/app/pages/events/events.page.scss @@ -266,4 +266,11 @@ ion-toolbar{ bottom: 15px; right: 14px; color: #e16817; - } \ No newline at end of file + } + + +.next-meeting{ + display: flex; + justify-content: center; + margin: 0px auto; +} \ No newline at end of file