From bc59a23df5fef0a85982d760a3322d3d80f8c9be Mon Sep 17 00:00:00 2001 From: masum-ulu Date: Mon, 4 Nov 2024 14:20:39 +0300 Subject: [PATCH 1/2] add padding child feature inputs --- .../feature-management/feature-management.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/npm/ng-packs/packages/feature-management/src/lib/components/feature-management/feature-management.component.html b/npm/ng-packs/packages/feature-management/src/lib/components/feature-management/feature-management.component.html index a74255a73c1..984584fbff2 100644 --- a/npm/ng-packs/packages/feature-management/src/lib/components/feature-management/feature-management.component.html +++ b/npm/ng-packs/packages/feature-management/src/lib/components/feature-management/feature-management.component.html @@ -26,7 +26,7 @@

{{ selectedGroupDisplayName }}

@switch (feature.valueType?.name) { @case (valueTypes.ToggleStringValueType) { -
+
{{ selectedGroupDisplayName }}
} @case (valueTypes.FreeTextStringValueType) { -
+
@@ -69,7 +69,7 @@

{{ selectedGroupDisplayName }}

} @case (valueTypes.SelectionStringValueType) { @if (feature.valueType.itemSource?.items?.length) { -
+
From 81d6b0c2231b9108c0b471d725766a14deae84d8 Mon Sep 17 00:00:00 2001 From: sumeyyeKurtulus Date: Tue, 5 Nov 2024 08:46:56 +0300 Subject: [PATCH 2/2] fix: broken app template --- .../angular/src/app/home/home.component.html | 407 +++++++++++++----- 1 file changed, 298 insertions(+), 109 deletions(-) diff --git a/templates/app/angular/src/app/home/home.component.html b/templates/app/angular/src/app/home/home.component.html index c4149e69051..e3e73e48ae6 100644 --- a/templates/app/angular/src/app/home/home.component.html +++ b/templates/app/angular/src/app/home/home.component.html @@ -1,120 +1,309 @@ -
-

Let's improve your application!

-

Here are some links to help you get started:

-
-
-
-
- +
+
+
+
+
+ @if(!hasLoggedIn){ +

Welcome

+

+ {{ '::LongWelcomeMessage' | abpLocalization }} +

+ {{ 'AbpAccount::Login' | abpLocalization }} + } - + " + > - + +

Customize Lepton Theme

+

Learn how to customize LeptonX Theme as you wish.

+ Customize Lepton +
+ + +
+
+
+
+
+ + +
+
+
+
+
+ +

+ A unique community platform for + ABP Lovers! +

+

+ Explore all ABP users' experiences with the ABP Framework, discover articles and videos on + how to use ABP, and join raffles for a chance to win surprise gifts! +

+ Join ABP Community +
+ +
+
+
+
+ +
+
+
+
+
+

THE OFFICIAL GUIDE

+

Mastering ABP Framework

+

+ Written by the creator of the ABP Framework, this book will help you gain a complete + understanding of the framework and modern web application development techniques. +

+ +
+
+ +
+
+
+
+
+ + ] + } + } + " + > +
+ + +

+ {{ context.label }} +
+ + +
+
+ +
+
+
+ + +
+
+
+
{{ context.title }}
-
- +
+ + + @for(item of context.items; track $index; let last = $last){ + + + + } - } - " - > - - -

- - - - -

-
+ +
+ @if(item.icon){ +
+ @if(item.iconType === 'image'){ + + }@else if(item.iconType === 'icon'){ + + }@else{ +
+ } +
} - ] +
{{ item.title }}
+
+ + + +
+
+