• Joined on 2026-02-16
hugo closed issue hugo/RuDS#37 2026-07-20 11:37:56 +00:00
outdated versions of dependencies are used
hugo commented on issue hugo/RuDS#37 2026-07-20 11:37:48 +00:00
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…

hugo pushed to main at hugo/RuDS 2026-07-20 11:37:34 +00:00
1d190d33c5 Update dependencies and add dependency audit gates.
hugo closed issue hugo/RuDS#36 2026-07-20 11:22:04 +00:00
reduce default number of entries in post/media sidebar to 200 and add auto-loading
hugo commented on issue hugo/RuDS#36 2026-07-20 11:21:54 +00:00
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…

hugo pushed to main at hugo/RuDS 2026-07-20 11:21:29 +00:00
df71f1de95 Load sidebar entries automatically in 200-item batches.
hugo commented on issue hugo/RuDS#35 2026-07-20 11:02:55 +00:00
validate DOCUMENTATION.md against the actual RuDS application

done and implemented.

hugo closed issue hugo/RuDS#35 2026-07-20 11:02:55 +00:00
validate DOCUMENTATION.md against the actual RuDS application
hugo pushed to main at hugo/RuDS 2026-07-20 11:02:37 +00:00
7887d02e0b chore: documentation added and adapted to RuDS
hugo opened issue hugo/RuDS#47 2026-07-20 10:52:38 +00:00
open in browser and in-editor preview not working correctly
hugo opened issue hugo/RuDS#46 2026-07-20 10:50:23 +00:00
Implement drag-and-drop image import into the post editor
hugo pushed to main at hugo/RuDS 2026-07-20 10:41:17 +00:00
c82b790b82 chore: removed plan documents, we moved to issues now
hugo opened issue hugo/RuDS#43 2026-07-20 10:38:18 +00:00
Localize the TUI: replace hardcoded English strings with fluent translations
hugo opened issue hugo/RuDS#44 2026-07-20 10:38:18 +00:00
Remove ten orphaned Message variants from bds-ui
hugo opened issue hugo/RuDS#45 2026-07-20 10:38:18 +00:00
Implement the bds.sync Lua namespace for bDS2 script compatibility
hugo opened issue hugo/RuDS#41 2026-07-20 10:38:17 +00:00
Implement the GUI Style tab (Pico CSS theme editor)
hugo opened issue hugo/RuDS#42 2026-07-20 10:38:17 +00:00
Remove the TUI Style settings section and dead style.* settings keys
hugo pushed to main at hugo/RuDS 2026-07-20 10:18:36 +00:00
91d3ae475e chore: clippy issues
hugo closed issue hugo/RuDS#40 2026-07-20 10:14:13 +00:00
dropdown for models seems to reset and not persist
hugo commented on issue hugo/RuDS#40 2026-07-20 10:14:08 +00:00
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…