Mitchell Marino mitchell
  • Joined on 2024-01-30
mitchell commented on issue MarinoDev/leptos_form_tool#16 2024-06-05 22:04:09 +00:00
Vanity Signals Should have a getter

Implemented

mitchell opened issue MarinoDev/leptos_form_tool#18 2024-06-05 21:35:46 +00:00
Implement a style
mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-05 21:32:34 +00:00
749ccc272b remove todos in favor of issues. Fmt
mitchell opened issue MarinoDev/leptos_form_tool#16 2024-06-05 21:30:24 +00:00
Vanity Signals Should have a getter
mitchell opened issue MarinoDev/leptos_form_tool#15 2024-06-05 21:29:20 +00:00
Add Button
mitchell opened issue MarinoDev/leptos_form_tool#14 2024-06-05 21:28:30 +00:00
Send the data through the action instead of relying on the FromFormData
mitchell opened issue MarinoDev/leptos_form_tool#13 2024-06-05 21:25:43 +00:00
When validation happens
mitchell closed issue MarinoDev/leptos_form_tool#3 2024-06-05 21:16:48 +00:00
Constant Values
mitchell commented on issue MarinoDev/leptos_form_tool#3 2024-06-05 21:16:45 +00:00
Constant Values

This is covered by the new hidden control

mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-05 21:16:35 +00:00
ead75f050a implemented some other controls
mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-05 17:41:19 +00:00
63153d76a0 organized
mitchell closed issue MarinoDev/leptos_form_tool#8 2024-06-05 17:41:07 +00:00
Organization
mitchell commented on issue MarinoDev/leptos_form_tool#8 2024-06-05 17:41:07 +00:00
Organization

Looks good now

mitchell closed issue MarinoDev/leptos_form_tool#9 2024-06-05 17:31:08 +00:00
Differ Rendering
mitchell commented on issue MarinoDev/leptos_form_tool#9 2024-06-05 17:31:03 +00:00
Differ Rendering

Rendering is differed, not through trait objects, but though rendering functions. This gets rid of the vanity builder variant.

mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-05 17:30:19 +00:00
a3311b2b63 remove vanity builder and add docs
3621e5fb7b differ rendering
Compare 2 commits »
mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-05 14:58:00 +00:00
f19d53830c helper functions and docs
mitchell opened issue MarinoDev/leptos_form_tool#12 2024-06-04 23:02:29 +00:00
Add support for Enum like rendering
mitchell opened issue MarinoDev/leptos_form_tool#11 2024-06-04 23:01:19 +00:00
Custom Components
mitchell opened issue MarinoDev/leptos_form_tool#10 2024-06-04 23:01:04 +00:00
Groups