feat(15): start form, save state, decode steps

This commit is contained in:
efim
2023-07-14 20:49:00 +00:00
parent febc77032b
commit 6ed489835f
4 changed files with 67 additions and 24 deletions

View File

@@ -166,6 +166,7 @@
<input
class="mr-2 w-9 h-5 ml-2 rounded-full appearance-none mt-[0.3rem] bg-marine-blue after:absolute after:h-3 after:w-3 after:rounded-full after:border-none after:bg-neutral-100 after:transition-[background-color_0.2s,transform_0.2s] checked:after:ml-[1.2rem] after:ml-[0.25rem] after:mt-[0.25rem] hover:cursor-pointer col-start-2 row-start-1 peer"
type="checkbox"
name="isPackageYearly"
role="switch"
id="packageDuration"
/>

View File

@@ -114,6 +114,7 @@
<input
id="multiplayer-games"
type="checkbox"
value="OnlineService"
name="addon-services"
class="my-7 w-6 h-6 peer"
/>
@@ -137,6 +138,7 @@
id="larger-storage"
type="checkbox"
name="addon-services"
value="LargerStorage"
class="my-7 w-6 h-6 peer"
/>
<div
@@ -159,6 +161,7 @@
id="custom-profile"
type="checkbox"
name="addon-services"
value="CustomProfile"
class="my-7 w-6 h-6 peer"
/>
<div