-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented support for component parameters in class attribute for #44
- Loading branch information
Jaakko Heusala
committed
Nov 22, 2024
1 parent
8553035
commit 93109c9
Showing
6 changed files
with
352 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,71 @@ | ||
<View name="TakQuickstartAndroid2" path="quickstart/android2"></View> | ||
<View name="TakQuickstartAndroid2" path="quickstart/android2"> | ||
<div class="pb-20"> | ||
<Layout | ||
showNavbar="true" | ||
showFooter="false" | ||
navbarTitle="TakQuickstartAndroid2.navbarTitle" | ||
backUrl="/app/services/tak/quickstart" | ||
> | ||
<StatusBar | ||
title="TakQuickstartAndroid2.statusBarTitle" | ||
progressMax="5" | ||
progressNow="2" | ||
></StatusBar> | ||
<CardsContainer> | ||
<div class="flex flex-col items-center w-full gap-2 justify-center p-5"> | ||
<ServiceInfoCard | ||
title="ATAK" | ||
image="../../../assets/icons/tak-logo.png" | ||
details="TakQuickstartAndroid2.serviceInfoCard.details" | ||
></ServiceInfoCard> | ||
<UnfoldableCard | ||
title="TakQuickstartAndroid2.unfoldableCard1.title" | ||
class="bg-backgroundLight" | ||
> | ||
<Description>TakQuickstartAndroid2.unfoldableCard1.description1</Description> | ||
<Image class="m-3 w-[300px]" | ||
src="../../../assets/takguides/atak/02-DataPackage.png" | ||
></Image> | ||
<Description>TakQuickstartAndroid2.unfoldableCard1.description2</Description> | ||
</UnfoldableCard> | ||
<UnfoldableCard | ||
title="TakQuickstartAndroid2.unfoldableCard2.title" | ||
class="bg-backgroundLight" | ||
> | ||
<Image | ||
src="../../../assets/takguides/atak/03-EtsiKansio.png" | ||
class="m-3 w-[300px]" | ||
></Image> | ||
<Description>TakQuickstartAndroid2.unfoldableCard2.description2</Description> | ||
<Description>TakQuickstartAndroid2.unfoldableCard2.description3</Description> | ||
</UnfoldableCard> | ||
<UnfoldableCard | ||
title="TakQuickstartAndroid2.unfoldableCard3.title" | ||
class="bg-backgroundLight" | ||
> | ||
<Description>TakQuickstartAndroid2.unfoldableCard3.description1</Description> | ||
<Image | ||
src="../../../assets/takguides/atak/04-Done.png" | ||
class="m-3 w-[300px]" | ||
></Image> | ||
<Description>TakQuickstartAndroid2.unfoldableCard3.description2</Description> | ||
<Image | ||
src="../../../assets/takguides/atak/05-SaatIlmoituksen.png" | ||
class="m-3 w-[300px]" | ||
></Image> | ||
<Description>TakQuickstartAndroid2.unfoldableCard3.description3</Description> | ||
<Image | ||
src="../../../assets/takguides/atak/06-VarmistaYhteys.png" | ||
class="m-3 w-[300px]" | ||
></Image> | ||
<Description>TakQuickstartAndroid2.unfoldableCard3.description4</Description> | ||
</UnfoldableCard> | ||
</div> | ||
</CardsContainer> | ||
<NavigateButtons | ||
backUrl="/app/services/tak/quickstart/android1" | ||
forwardUrl="/app/services/tak/quickstart/android3" | ||
></NavigateButtons> | ||
</Layout> | ||
</div> | ||
</View> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.