Skip to content

Commit

Permalink
chore: add docs to service fields
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVolland committed Jan 16, 2025
1 parent db09875 commit 21f2674
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/components/Form/service/ServiceForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

<div class="service-form">
<Paper>
<!-- serviceType [57] -->
<SelectInput
label="Typ"
key="type"
Expand All @@ -56,6 +57,7 @@
/>
</Paper>
<Paper>
<!-- title [58] -->
<TextInput
label="Titel"
key="title"
Expand All @@ -64,6 +66,7 @@
onchange={(e: Event) => setByEvent("title", e)}
/>
</Paper>
<!-- shortDescription [59] -->
<TextAreaInput
label="Kurzbeschreibung"
key="shortDescription"
Expand All @@ -72,6 +75,7 @@
onchange={(e: Event) => setByEvent("shortDescription", e)}
/>
{#if isDisplayService}
<!-- legendImage [53] -->
<fieldset class="legend-fieldset">
<legend>Gesamtlegende</legend>
<div class="legend-text-fields">
Expand Down
1 change: 1 addition & 0 deletions src/lib/components/Form/service/ServicesSection.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
<style lang="scss">
.tabs {
display: flex;
align-items: center;
gap: 0.5rem;
padding: 0.5rem;
}
Expand Down

0 comments on commit 21f2674

Please sign in to comment.