From bd8719654c0d0a03e80af30221f73a5d4b878ecc Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Sat, 26 Aug 2023 05:48:08 -0300 Subject: [PATCH 1/3] Initial Implementation of Help and My Profile Popup --- .../header-dropdown.component.html | 4 +- .../header-dropdown.component.ts | 22 ++- .../header-popup/help/help.component.css | 7 + .../header-popup/help/help.component.html | 28 +++ .../header-popup/help/help.component.spec.ts | 23 +++ .../header-popup/help/help.component.ts | 24 +++ .../my-profile/my-profile.component.css | 98 +++++++++++ .../my-profile/my-profile.component.html | 42 +++++ .../my-profile/my-profile.component.spec.ts | 23 +++ .../my-profile/my-profile.component.ts | 162 ++++++++++++++++++ .../nav-slider/nav-slider.component.ts | 1 - .../user-slider/user-slider.component.ts | 37 ++-- src/app/header/header.component.html | 8 +- src/app/header/header.component.ts | 89 +++++++--- src/app/header/header.module.ts | 4 + src/app/shared/auth/auth.service.ts | 24 +-- .../components/popup/popup.component.ts | 2 +- src/index.html | 3 +- 18 files changed, 550 insertions(+), 51 deletions(-) create mode 100644 src/app/header/header-popup/help/help.component.css create mode 100644 src/app/header/header-popup/help/help.component.html create mode 100644 src/app/header/header-popup/help/help.component.spec.ts create mode 100644 src/app/header/header-popup/help/help.component.ts create mode 100644 src/app/header/header-popup/my-profile/my-profile.component.css create mode 100644 src/app/header/header-popup/my-profile/my-profile.component.html create mode 100644 src/app/header/header-popup/my-profile/my-profile.component.spec.ts create mode 100644 src/app/header/header-popup/my-profile/my-profile.component.ts diff --git a/src/app/header/header-dropdown/header-dropdown.component.html b/src/app/header/header-dropdown/header-dropdown.component.html index 83a5e37..978dbf5 100644 --- a/src/app/header/header-dropdown/header-dropdown.component.html +++ b/src/app/header/header-dropdown/header-dropdown.component.html @@ -26,13 +26,13 @@