camper/pkg/form
jordi fita mas 674cdff87b Add a new Cursor form type
To hold the common logic of detecting pagination, forming the key, and
splitting its values later on.

I can take advantage that a form with action="get" already adds its
fields to the query string to have a common template for pagination. The
only problem is that i have different column spans for different tables,
therefore had to add a colspan to the struct.
2024-05-03 19:00:02 +02:00
..
checkbox.go Add the Active field to the campsite type’s edit form and function 2023-08-14 11:43:58 +02:00
cursor.go Add a new Cursor form type 2024-05-03 19:00:02 +02:00
file.go Add cover media to campsite types 2023-09-10 03:04:18 +02:00
handle.go Add the edit form for services 2023-09-25 20:10:33 +02:00
input.go Add check-in form 2024-04-26 17:09:36 +02:00
media.go Manage all media uploads in a single place 2023-09-21 01:56:44 +02:00
month.go Replace admin’s campsite map with a booking grid 2024-04-19 11:29:52 +02:00
select.go Add customer and invoices sections 2024-04-28 20:28:45 +02:00
validator.go Handle the booking cart entirely with HTMx 2024-02-10 03:49:44 +01:00