20-calendar-system #37

Merged
Ajdj100 merged 25 commits from 20-calendar-system into main 2025-11-28 00:06:10 -06:00
Showing only changes of commit 521dc70f86 - Show all commits

View File

@@ -189,7 +189,9 @@ function getColorName(hex: string) {
<FormControl>
<Input type="text" v-bind="componentField" />
</FormControl>
<FormMessage />
<div class="h-3">
<FormMessage />
</div>
</FormItem>
</FormField>
</div>
@@ -226,7 +228,9 @@ function getColorName(hex: string) {
</Select>
</FormControl>
<FormMessage />
<div class="h-3">
<FormMessage />
</div>
</FormItem>
</FormField>
</div>
@@ -242,7 +246,9 @@ function getColorName(hex: string) {
<FormControl>
<Input type="date" v-bind="componentField" />
</FormControl>
<FormMessage />
<div class="h-3">
<FormMessage />
</div>
</FormItem>
</FormField>
@@ -253,7 +259,9 @@ function getColorName(hex: string) {
<Input type="text" v-bind="componentField" />
<!-- If you ever want native picker: type="time" -->
</FormControl>
<FormMessage />
<div class="h-3">
<FormMessage />
</div>
</FormItem>
</FormField>
</div>
@@ -266,7 +274,9 @@ function getColorName(hex: string) {
<FormControl>
<Input type="date" v-bind="componentField" />
</FormControl>
<FormMessage />
<div class="h-3">
<FormMessage />
</div>
</FormItem>
</FormField>
@@ -276,7 +286,9 @@ function getColorName(hex: string) {
<FormControl>
<Input type="text" v-bind="componentField" />
</FormControl>
<FormMessage />
<div class="h-3">
<FormMessage />
</div>
</FormItem>
</FormField>
</div>
@@ -288,7 +300,9 @@ function getColorName(hex: string) {
<FormControl>
<Input type="text" v-bind="componentField" />
</FormControl>
<FormMessage />
<div class="h-3">
<FormMessage />
</div>
</FormItem>
</FormField>
@@ -300,7 +314,9 @@ function getColorName(hex: string) {
<FormControl>
<Textarea class="resize-none h-32" v-bind="componentField" />
</FormControl>
<FormMessage />
<div class="h-3">
<FormMessage />
</div>
</FormItem>
</FormField>