widgets/add_place_form library

Form widget for adding a new place to the user's Solid Pod.

Copyright (C) 2025, Software Innovation Institute, ANU.

Licensed under the GNU General Public License, Version 3 (the "License").

License: https://opensource.org/license/gpl-3-0.

Authors: Graham Williams, Miduo

Classes

AddPlaceForm
A form widget that allows users to add a new place with coordinates and a note. Returns immediately with optimistic data for instant UI updates.
AddPlaceResult
Result returned from AddPlaceForm containing the place data. Used for optimistic updates - the Place is returned immediately before the save completes.