mirror of
https://github.com/dedicatedcode/reitti.git
synced 2026-01-09 01:17:57 -05:00
add inline edit for places #26
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dgraf-gh on 7/1/2025
Problem: At the moment it is kinda hard to rename places you see on the map. You first have to got to
Settings > Placesand then find the place till you can rename it.Solution:
Let`s add a new functionality to rename places directly on the map. For this we want to switch the element in the timeline view to an input form where the user can change the name of the SignificantPlace like in the mockup.
For that we would need to add a way to get to that form. So let`s add a new icon after the name which should only be displayed if we hover over the element.