From 48ff4265c65f1bea7d2616b124ca42fa36c7616b Mon Sep 17 00:00:00 2001 From: vhhoang-axonivy Date: Mon, 11 Nov 2024 14:26:30 +0700 Subject: [PATCH] Feature/MARP-1317 Add back to top button (#228) Co-authored-by: Hoang Vu Huy --- marketplace-ui/src/app/app.component.html | 1 + marketplace-ui/src/app/app.component.ts | 3 +- .../back-to-top/back-to-top.component.html | 3 + .../back-to-top/back-to-top.component.scss | 21 +++++ .../back-to-top/back-to-top.component.spec.ts | 79 +++++++++++++++++++ .../back-to-top/back-to-top.component.ts | 32 ++++++++ 6 files changed, 138 insertions(+), 1 deletion(-) create mode 100644 marketplace-ui/src/app/shared/components/back-to-top/back-to-top.component.html create mode 100644 marketplace-ui/src/app/shared/components/back-to-top/back-to-top.component.scss create mode 100644 marketplace-ui/src/app/shared/components/back-to-top/back-to-top.component.spec.ts create mode 100644 marketplace-ui/src/app/shared/components/back-to-top/back-to-top.component.ts diff --git a/marketplace-ui/src/app/app.component.html b/marketplace-ui/src/app/app.component.html index 3a65033de..ce18d841b 100644 --- a/marketplace-ui/src/app/app.component.html +++ b/marketplace-ui/src/app/app.component.html @@ -15,6 +15,7 @@
+ @if (!routingQueryParamService.isDesignerEnv()) {