mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
- Updated CompassSarList and DetailedCompassDialog to use marker.displayName instead of marker.type.displayName. - Enhanced DrawingLayer and DrawingMarkersLayer to support simple mode for drawing visibility and interaction. - Added toggle switches in DrawingToolbar for showing/hiding received drawings and SAR markers. - Modified MapMarkers to utilize custom emojis and display names for markers. - Introduced RecipientSelectorSheet for selecting message recipients with search functionality. - Refactored SarUpdateSheet to use SAR templates instead of marker types, allowing for emoji and name customization. - Created SarTemplateEditDialog for adding and editing SAR templates with color selection and preview.
30 lines
1.0 KiB
JSON
30 lines
1.0 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(flutter analyze lib)",
|
|
"Read(//Users/dz0ny/meshcore-sar/MeshCore/**)",
|
|
"Bash(flutter analyze lib/providers/connection_provider.dart)",
|
|
"Bash(flutter analyze lib/providers/connection_provider.dart --fatal-infos)",
|
|
"Bash(flutter analyze:*)",
|
|
"Bash(flutter gen-l10n:*)",
|
|
"WebSearch",
|
|
"WebFetch(domain:fmtc.jaffaketchup.dev)",
|
|
"WebFetch(domain:pub.dev)",
|
|
"Bash(for lang in de es fr it)",
|
|
"Bash(do echo \"=== app_$lang.arb ===\")",
|
|
"Bash(done)",
|
|
"Read(//Users/dz0ny/.pub-cache/hosted/pub.dev/flutter_map_tile_caching-10.1.1/lib/src/store/**)",
|
|
"Read(//Users/dz0ny/.pub-cache/hosted/pub.dev/flutter_map_tile_caching-10.1.1/lib/**)",
|
|
"Bash(cat:*)",
|
|
"Read(//Users/dz0ny/.pub-cache/hosted/pub.dev/**)",
|
|
"Bash(for lang in hr sl de es fr it)",
|
|
"Bash(do)",
|
|
"Bash(wc:*)",
|
|
"Bash(for lang in de es fr it hr sl)",
|
|
"Bash(do echo \"=== $lang ===\")"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|