• Joined on 2026-02-16
hugo commented on issue hugo/RuDS#3 2026-07-18 17:06:06 +00:00
loading the media sidebar is slow compared to bDS/bDS2

this is just based on the fact that iced builds up the actual image widgets. if it is an actual issue later, just reduce it to 100, but for now leave it be.

hugo closed issue hugo/RuDS#6 2026-07-18 16:55:27 +00:00
layout / theme / style look really old-fashioned and half-baked
hugo commented on issue hugo/RuDS#6 2026-07-18 16:55:18 +00:00
layout / theme / style look really old-fashioned and half-baked

Implemented in f96e6f1: modernized the app-wide Iced theme and shared controls, aligned post/media/script/template/Settings/Tags editors and both sidebars, moved language discovery out of metadata…

hugo pushed to main at hugo/RuDS 2026-07-18 16:54:50 +00:00
f96e6f1df4 Modernize the UI and isolate fixture tests.
hugo pushed to main at hugo/RuDS 2026-07-18 16:12:46 +00:00
897e116db7 added packaging / bundling
hugo opened issue hugo/RuDS#6 2026-07-18 15:45:08 +00:00
layout / theme / style look really old-fashioned and half-baked
hugo closed issue hugo/RuDS#5 2026-07-18 15:39:48 +00:00
drafts can not be discarded
hugo commented on issue hugo/RuDS#5 2026-07-18 15:39:39 +00:00
drafts can not be discarded

Fixed in commit 2890921.

The app now detects the previously deployed two-column FTS schema at startup, replaces only the derived FTS tables with the current schema, records that a rebuild is…

hugo pushed to main at hugo/RuDS 2026-07-18 15:39:02 +00:00
2890921f3a Repair incompatible search indexes safely
hugo closed issue hugo/RuDS#1 2026-07-18 15:01:22 +00:00
sql should never be literal strings but instead use a proper abstraction
hugo commented on issue hugo/RuDS#1 2026-07-18 15:01:12 +00:00
sql should never be literal strings but instead use a proper abstraction

Implemented in ca5eb4e. Replaced application-level literal SQL and rusqlite/refinery with Diesel typed queries, generated schema, and embedded Diesel migrations. Raw SQL is limited to SQLite-specif…

hugo pushed to main at hugo/RuDS 2026-07-18 15:00:58 +00:00
ca5eb4e1ac Replace literal SQL with Diesel abstractions
hugo pushed to main at hugo/RuDS 2026-07-18 13:33:49 +00:00
a727c9073d Enforce i18n completeness.
hugo closed issue hugo/RuDS#4 2026-07-18 12:35:01 +00:00
i18n is hand-rolled but must use a standard implementation
hugo pushed to main at hugo/RuDS 2026-07-18 12:34:53 +00:00
2e35afc731 Replace hand-rolled i18n with Fluent.
hugo pushed to main at hugo/RuDS 2026-07-18 12:20:26 +00:00
16a210c0ad chore: source formatting and spec allignment
hugo opened issue hugo/RuDS#5 2026-07-18 12:09:56 +00:00
drafts can not be discarded
hugo commented on issue hugo/RuDS#2 2026-07-18 11:54:52 +00:00
now there is bDS2 as another reference, so look into that

was done, documents and specs updated

hugo closed issue hugo/RuDS#2 2026-07-18 11:54:52 +00:00
now there is bDS2 as another reference, so look into that
hugo closed issue hugo/bDS2#23 2026-07-18 08:33:24 +00:00
bug: styling of insert-link dialog is broken