000a24234c
- 3 screenshots at 1284x2778 (iPhone 6.5"): note list, note detail, settings - Docker WebDAV setup with 9 demo notes in Denote format for local screenshots - Fix theme not applying to NoteListView and NoteEditorView: move tint/preferredColorScheme from App.body (Scene) to RootView.body (View) so @Observable tracking works correctly - NoteEditorView (sheet) now also gets preferredColorScheme and tint directly - Add debug.password UserDefaults fallback in DEBUG builds for screenshot automation
10 lines
189 B
YAML
10 lines
189 B
YAML
services:
|
|
webdav:
|
|
image: hacdias/webdav:latest
|
|
ports:
|
|
- "8590:8590"
|
|
volumes:
|
|
- ./notes:/data
|
|
- ./webdav.yaml:/config.yaml
|
|
command: --config /config.yaml
|