onyx-tasks/apps/flutter/windows
Tristan Michael 6ccc167239 Settings: add WebDAV sync UI and syncing backend
Add WebDAV configuration, credential storage/testing, and sync controls
across Flutter UI and Rust API. This implements a stateful Settings
screen with fields to enter server URL, username, and password, plus
Test and Save actions; persist/load credentials and workspace WebDAV URL
via the Rust API; add sync mode selection, a Sync Now action, and a sync
status indicator in Tasks screen; thread has_time through date/time
pickers, new task creation, task detail updates, and task DTOs;
implement async Rust functions for testing connections, storing/loading
credentials, setting workspace WebDAV config, and triggering workspace
sync with a SyncResult mapped back to Flutter; add tokio runtime
dependency. These changes were needed to enable full WebDAV-based
synchronization and provide users controls and feedback for configuring
and running syncs from the Flutter app.
2026-04-01 01:29:08 -07:00
..
flutter Settings: add WebDAV sync UI and syncing backend 2026-04-01 01:29:08 -07:00
runner rename Flutter app from bevy_tasks to onyx 2026-03-31 09:47:13 -07:00
.gitignore feat(flutter): add Windows platform support 2026-03-31 09:17:50 -07:00
CMakeLists.txt rename Flutter app from bevy_tasks to onyx 2026-03-31 09:47:13 -07:00