From 96cc4610dda41312d2bb4929af502a17a25990d7 Mon Sep 17 00:00:00 2001 From: Peter <42907716+MrShack@users.noreply.github.com> Date: Fri, 18 Apr 2025 21:54:36 +0200 Subject: [PATCH] Add pagination display and update button styling Introduce a page number display to the pagination controls for better navigation transparency. Update button styles to use CSS variables for improved theme consistency and maintainability. --- frontend/public/img/random/search.svg | 4 +++ frontend/src/app/bans/bans.component.html | 13 ++++++-- frontend/src/app/bans/bans.component.scss | 31 ++++++++++++++----- frontend/src/app/bans/bans.component.ts | 13 +++++++- .../app/bans/history/history.component.html | 2 +- .../app/bans/history/history.component.scss | 4 +++ frontend/src/styles.scss | 2 ++ 7 files changed, 58 insertions(+), 11 deletions(-) create mode 100644 frontend/public/img/random/search.svg diff --git a/frontend/public/img/random/search.svg b/frontend/public/img/random/search.svg new file mode 100644 index 0000000..74421d1 --- /dev/null +++ b/frontend/public/img/random/search.svg @@ -0,0 +1,4 @@ + + diff --git a/frontend/src/app/bans/bans.component.html b/frontend/src/app/bans/bans.component.html index f07a54f..3cceb89 100644 --- a/frontend/src/app/bans/bans.component.html +++ b/frontend/src/app/bans/bans.component.html @@ -27,6 +27,15 @@ +
+