• Joined on 2026-02-16
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
hugo pushed to main at hugo/bDS2 2026-07-18 08:33:20 +00:00
655069a28a fix: fix issue #23 broken css for link insert
hugo pushed to main at hugo/bDS2 2026-07-18 08:20:56 +00:00
593f1646a1 fix: made the macos app smaller
hugo pushed to main at hugo/RuDS 2026-07-18 08:16:33 +00:00
a594b99e90 chore: brought RuDS up to bDS2 alignment, as that is the new baseline we want to hit
hugo pushed to main at hugo/bDS2 2026-07-18 07:05:34 +00:00
c77450d497 fix: broken CSS in the bottom panel fixed
hugo closed issue hugo/bDS2#35 2026-07-17 20:12:41 +00:00
bug: website was set up new and rendered, now website validation shows URLs that don't go away on apply
hugo commented on issue hugo/bDS2#35 2026-07-17 20:12:36 +00:00
bug: website was set up new and rendered, now website validation shows URLs that don't go away on apply

Root cause: nothing was wrong in the caching database or the rendered files. Website validation built its expected-URL list from translation route variants (/yyyy/mm/dd/slug.lang) that no part of…

hugo pushed to main at hugo/bDS2 2026-07-17 20:12:25 +00:00
23f05b72f7 fix: issue #35 validation expected unrendered .lang translation variant routes; main-language lists now render main-language translations
hugo closed issue hugo/bDS2#20 2026-07-17 18:52:02 +00:00
bug: there is no output panel - only the tasks are show in the cmd-J panel
hugo pushed to main at hugo/bDS2 2026-07-17 18:51:52 +00:00
dd53ca3fbc fix: issue #20 cmd-J panel tab strip visibility and output panel parity
hugo commented on issue hugo/bDS2#20 2026-07-17 18:51:31 +00:00
bug: there is no output panel - only the tasks are show in the cmd-J panel

Fixed. The tab strip WAS rendered but invisible: a CSS regression from the 2026-05-04 Tailwind migration gave .panel-header both height: 35px and a later, winning padding: 16px 18px rule,…

hugo opened issue hugo/bDS2#35 2026-07-17 15:48:55 +00:00
bug: website was set up new and rendered, now website validation shows URLs that don't go away on apply
hugo closed issue hugo/bDS2#32 2026-07-17 14:44:10 +00:00
idea: markdown, liquid and lua code editor with syntax highlighting in the TUI
hugo pushed to main at hugo/bDS2 2026-07-17 14:44:01 +00:00
6c9dd9605b fix: updated current line indicator for issue #32
46c239df56 feat: issue #32 markdown editor for TUI
Compare 2 commits »
hugo closed issue hugo/bDS2#34 2026-07-17 12:51:21 +00:00
idea: implement the tags panels
hugo commented on issue hugo/bDS2#34 2026-07-17 12:51:13 +00:00
idea: implement the tags panels

Implemented in 2fd132e — the tags view (key 5) main area is now wired up, mirroring the GUI tags editor.

What was built

  • New renderer-agnostic core BDS.UI.TagsPanel carrying the same…
hugo pushed to main at hugo/bDS2 2026-07-17 12:50:29 +00:00
2fd132e827 feat: TUI tags panels (cloud, manage, merge) wired to the shared tags backend (issue #34)