mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-13 17:30:28 +00:00
feat: Enhance message handling for drawings
- Added properties to the Message model to track drawing status and associated drawing ID. - Updated AppProvider to mark messages as drawings and link them to their respective drawing IDs. - Enhanced DrawingProvider to manage received drawings and their visibility. - Implemented navigation to drawings in MapProvider, including dynamic zoom levels based on drawing size. - Updated MessagesProvider to parse drawing messages and manage linked drawings. - Enhanced MessagesTab to support drawing message interactions, including navigation and coordinate copying. - Created DrawingMinimapPreview widget for visual representation of drawings in message bubbles. - Improved DrawingToolbar to handle sharing of drawings, ensuring only unshared drawings are sent. - Added utility functions in DrawingMessageParser for extracting drawing metadata.
This commit is contained in:
@@ -918,5 +918,19 @@
|
||||
"sampleEchoSupport": "Podrška",
|
||||
"sampleBaseCommand": "Zapovjedništvo Baze",
|
||||
"sampleFieldCoordinator": "Terenski Koordinator",
|
||||
"sampleMedicalTeam": "Medicinski Tim"
|
||||
"sampleMedicalTeam": "Medicinski Tim",
|
||||
|
||||
"mapDrawing": "Crtež karte",
|
||||
"navigateToDrawing": "Navigiraj do crteža",
|
||||
"copyCoordinates": "Kopiraj koordinate",
|
||||
"hideFromMap": "Sakrij s karte",
|
||||
"lineDrawing": "Linijski crtež",
|
||||
"rectangleDrawing": "Pravokutni crtež",
|
||||
"coordinatesCopiedToClipboard": "Koordinate kopirane u međuspremnik",
|
||||
|
||||
"drawingShared": "Crtež karte",
|
||||
"drawingHidden": "Crtež sakriven s karte",
|
||||
"alreadyShared": "{count, plural, =1{1 već podijeljeno} other{{count} već podijeljeno}}",
|
||||
"newDrawingsShared": "Podijeljeno {count} novi{plural} crtež{plural}",
|
||||
"drawingTools": "Alati za crtanje"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user