From f794babdb4518cd4173fe5aaed79c8194e128f35 Mon Sep 17 00:00:00 2001 From: "aditya.chandel" <8075870+adityachandelgit@users.noreply.github.com> Date: Sat, 9 Aug 2025 09:40:55 -0600 Subject: [PATCH] Improve support component --- .../booklore/exception/APIException.java | 2 - .../src/app/dialog-launcher.service.ts | 4 +- .../layout-topbar/app.topbar.component.html | 4 +- .../github-support-dialog.html | 73 +++++++++++++++---- 4 files changed, 64 insertions(+), 19 deletions(-) diff --git a/booklore-api/src/main/java/com/adityachandel/booklore/exception/APIException.java b/booklore-api/src/main/java/com/adityachandel/booklore/exception/APIException.java index 8146f519b..769e32916 100644 --- a/booklore-api/src/main/java/com/adityachandel/booklore/exception/APIException.java +++ b/booklore-api/src/main/java/com/adityachandel/booklore/exception/APIException.java @@ -14,5 +14,3 @@ public class APIException extends RuntimeException { this.message = formattedMessage; } } - - diff --git a/booklore-ui/src/app/dialog-launcher.service.ts b/booklore-ui/src/app/dialog-launcher.service.ts index fbf0f3890..6eb0e1934 100644 --- a/booklore-ui/src/app/dialog-launcher.service.ts +++ b/booklore-ui/src/app/dialog-launcher.service.ts @@ -42,8 +42,8 @@ export class DialogLauncherService { openGithubSupportDialog(): void { this.open({ component: GithubSupportDialog, - header: 'Support BookLore on GitHub', - top: '25%' + header: 'Support Booklore', + top: '15%' }); } diff --git a/booklore-ui/src/app/layout/component/layout-topbar/app.topbar.component.html b/booklore-ui/src/app/layout/component/layout-topbar/app.topbar.component.html index a89e38cad..72d035429 100644 --- a/booklore-ui/src/app/layout/component/layout-topbar/app.topbar.component.html +++ b/booklore-ui/src/app/layout/component/layout-topbar/app.topbar.component.html @@ -83,13 +83,13 @@ -