Block a user
outdated versions of dependencies are used
outdated versions of dependencies are used
Implemented in 1d190d3. Updated every outdated direct dependency (syn 3.0.2 and wry 0.55.1), refreshed Cargo.lock to the latest compatible transitive releases, removed the unused bds-server clap…
reduce default number of entries in post/media sidebar to 200 and add auto-loading
reduce default number of entries in post/media sidebar to 200 and add auto-loading
Implemented in df71f1d. Post, page, and media sidebars now fetch 200 items initially and automatically request the next 200-item batch at 90% scroll depth. Append requests are single-flight to…
validate DOCUMENTATION.md against the actual RuDS application
open in browser and in-editor preview not working correctly
Implement drag-and-drop image import into the post editor
Localize the TUI: replace hardcoded English strings with fluent translations
Remove ten orphaned Message variants from bds-ui
Implement the bds.sync Lua namespace for bDS2 script compatibility
Implement the GUI Style tab (Pico CSS theme editor)
Remove the TUI Style settings section and dead style.* settings keys
dropdown for models seems to reset and not persist
dropdown for models seems to reset and not persist
Fixed in c80b5d6. Discovered models are now persisted in a new ai_endpoint_models table, keyed per endpoint (online/airplane). The settings and chat model dropdowns hydrate from the persisted list…