camper/pkg
jordi fita mas 44526b1efb Add the edit form for services
This one has an input to select the icon.  It makes no sense to choose
an icon only by name, thus a <select> is not appropriate, and had to
use a hidden input with a row of button to choose the icon from.  This
works now only because there are very few icons; we’ll need to choose
a different approach when there are many more icons.

Since now the icons have to be defined in CSS for both the public and
admin sections, i had to split it into a separate file that both sites
can use.  I considered the option to “include” that CSS with m4, like
i do for images in demo.sql, but it made everything too complicated
(e.g., having to call make for each change in the CSS), and decided to
load that CSS in a separate <link>.
2023-09-25 20:10:33 +02:00
..
app Manage all media uploads in a single place 2023-09-21 01:56:44 +02:00
auth Add the form to update company’s tax details 2023-08-15 22:35:21 +02:00
campsite Fix campground and campsite nomenclature for SVG map 2023-09-25 12:34:05 +02:00
carousel Add http.MethodDelete to the list of allowed methods for carousel 2023-09-25 20:03:38 +02:00
company Add the form to update company’s tax details 2023-08-15 22:35:21 +02:00
database Copy RecordArray from pgtype to database 2023-09-12 21:58:30 +02:00
form Add the edit form for services 2023-09-25 20:10:33 +02:00
hex Add cover media to campsite types 2023-09-10 03:04:18 +02:00
home Manage all media uploads in a single place 2023-09-21 01:56:44 +02:00
http Add the language switched to the public layout 2023-08-06 05:53:52 +02:00
locale Add the edit form for services 2023-09-25 20:10:33 +02:00
media Add the upload form to the media picker 2023-09-22 01:40:22 +02:00
season Add seasons’ relation, functions, and admin section 2023-08-16 20:15:57 +02:00
services Add the edit form for services 2023-09-25 20:10:33 +02:00
template Add campsite map in SVG 2023-09-24 03:17:13 +02:00
uuid Add cover media to campsite types 2023-09-10 03:04:18 +02:00