Preserve input focus across passive overlays

This commit is contained in:
2026-07-23 09:28:16 +02:00
parent a01c86e383
commit 08a5bd192c
3 changed files with 54 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
RuDS is a native Rust blogging desktop application and the successor to bDS2. It manages local projects from authoring through preview, static-site generation, integrity checks, and publishing while preserving the existing bDS filesystem and SQLite formats.
The desktop is a single-window application: closing its window persists UI state and exits RuDS.
The desktop is a single-window application: closing its window persists UI state and exits RuDS. Background notifications remain unobtrusive and preserve keyboard focus while editing.
The project is under active development. Core blogging workflows are broadly available; remaining core work and optional extensions are tracked separately.