diff --git a/CHANGELOG.md b/CHANGELOG.md index f33943ff9..536453dbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Upgraded `stripe` from version `20.4.1` to `21.0.1` + +## 3.1.0 - 2026-04-29 + ### Added +- Added the _EuroAlternative_ logo to the logo carousel on the landing page - Integrated a theme switcher into _Storybook_ to support toggling between the light and dark mode ### Changed - Modernized the layout of the overview tab in the admin control panel -- Upgraded `stripe` from version `20.4.1` to `21.0.1` +- Improved the styling of the paginator across various table components +- Improved the language localization for German (`de`) ### Fixed diff --git a/apps/client/src/app/components/access-table/access-table.component.html b/apps/client/src/app/components/access-table/access-table.component.html index 4283d7860..8ba906e0f 100644 --- a/apps/client/src/app/components/access-table/access-table.component.html +++ b/apps/client/src/app/components/access-table/access-table.component.html @@ -53,9 +53,9 @@ - + - + - - - - - }
Housekeeping
@@ -228,4 +139,135 @@
+ + @if (hasPermissionForSubscription) { +
+
+ + + Coupons + + +
+ + + + + + + + + + + + + + + + + + +
+ Code + + + + Duration + + {{ formatStringValue(element.duration) }} + + + + + +
+
+
+ +
+ + + {{ + formatStringValue('7 days') + }} + {{ + formatStringValue('14 days') + }} + {{ + formatStringValue('30 days') + }} + {{ + formatStringValue('90 days') + }} + {{ + formatStringValue('180 days') + }} + {{ + formatStringValue('1 year') + }} + + + +
+
+
+
+
+ } diff --git a/apps/client/src/app/components/admin-users/admin-users.html b/apps/client/src/app/components/admin-users/admin-users.html index 0f9789feb..3d07eb852 100644 --- a/apps/client/src/app/components/admin-users/admin-users.html +++ b/apps/client/src/app/components/admin-users/admin-users.html @@ -198,12 +198,12 @@