Commit Graph

8 Commits

Author SHA1 Message Date
Janez T
581521ff2e feat: Enhance artifact downloading and uploading process in CI workflow 2025-10-22 17:33:48 +02:00
Janez T
049199fdfb feat: Enhance artifact handling in CI workflow with verification and manifest generation 2025-10-22 17:18:50 +02:00
Janez T
0d12ca0ae7 feat: Add download page details and structure for build artifacts in R2 setup documentation 2025-10-22 16:52:17 +02:00
Janez T
2e8f4ed6e0 fix: Correctly set BASE_URL for unstable build artifacts in GitHub Actions workflow 2025-10-22 12:21:11 +02:00
Janez T
5b6b606b0e feat: Add Fastlane TestFlight setup documentation for CI/CD pipeline 2025-10-22 12:20:56 +02:00
Janez T
01c7169a33 feat: Add Cloudflare R2 setup documentation and update CI/CD workflow for artifact uploads 2025-10-22 12:11:26 +02:00
Janez T
53ed690f51 Refactor code for improved readability and consistency across multiple files
- Updated formatting in `drawing_toolbar.dart` for better readability, including breaking long lines and ensuring consistent indentation.
- Enhanced the `recipient_selector_sheet.dart` by adjusting line breaks and improving the layout of text styles.
- Refactored `sar_update_sheet.dart` to improve readability, including restructuring widget layouts and ensuring consistent formatting.
- Cleaned up imports and removed unnecessary lines in `widget_test.dart`.
2025-10-22 09:49:41 +02:00
Janez T
021ce21cbe Refactor SAR marker handling and add template management
- 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.
2025-10-21 23:44:49 +02:00