Commit graph

8 commits

Author SHA1 Message Date
c919cc8c67 Move files around, formatter helper
Formatters for username belong to account, not to note
New helper for transforming a markdown text to html
2024-11-22 15:55:41 +01:00
46bfac7540 Add read-only mode to map and array editors 2024-11-19 15:05:12 +01:00
1fb924f59c Good progress on styling post-registration form 2024-10-29 13:23:04 +01:00
8b03454d6f More work on post registration form 2024-10-28 16:33:17 +01:00
467693d811 Getting work done. Registration form taking shape
Still needs styling and some more elements, but mostly usable now
2024-10-25 16:54:48 +02:00
f0638af99f More utility components
One for a "map" of sorts and one for selecting one element of a list
2024-10-25 16:54:11 +02:00
07614e9a6d Add checkbox based multiselect util component
Takes an array of objects (name, checked, description) and turns it into
a list of checkboxes, one for each element
2024-10-25 10:52:43 +02:00
e802027236 I FUCKING DID IT
Added a helper component for managing a list of strings.
This component could, in theory, also be turned into a generic one
for any type of data
2024-10-24 16:15:08 +02:00