Commit a775e0e
committed
refactor: Make location pin user-editable via QuickChat
Remove hardcoded location action. Users can now create their own
QuickChat action with %GPS variable which will be replaced with
actual coordinates.
Example: Create QuickChat action with message 'https://maps.google.com/?q=%GPS'
and it expands to 'https://maps.google.com/?q=25.7987898,-80.3939333'
This allows users to:
- Edit the action name (emoji)
- Change between Append/Instant mode
- Modify the URL or message format
- Reorder actions
- Delete if not needed1 parent d28de35 commit a775e0e
File tree
1 file changed
+1
-17
lines changed- feature/messaging/src/main/kotlin/org/meshtastic/feature/messaging
1 file changed
+1
-17
lines changedLines changed: 1 addition & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
725 | | - | |
726 | | - | |
727 | | - | |
728 | | - | |
729 | | - | |
730 | | - | |
731 | | - | |
732 | | - | |
733 | | - | |
734 | | - | |
735 | | - | |
736 | | - | |
737 | | - | |
738 | | - | |
739 | | - | |
740 | | - | |
741 | | - | |
| 725 | + | |
742 | 726 | | |
743 | 727 | | |
744 | 728 | | |
| |||
0 commit comments