• Joined on 2026-02-16
hugo closed issue hugo/RuDS#121 2026-08-01 17:50:59 +00:00
insert link inserts the link not at the cursor position but at the front
hugo commented on issue hugo/RuDS#121 2026-08-01 17:50:54 +00:00
insert link inserts the link not at the cursor position but at the front

Implemented in a74165f.

The post editor now captures its cursor and selection before opening the link or media picker, carries that insertion point through picker searches and tab changes, and…

hugo pushed to main at hugo/RuDS 2026-08-01 17:50:11 +00:00
a74165fae5 Preserve cursor position for modal insertions
hugo closed issue hugo/RuDS#120 2026-08-01 17:21:51 +00:00
auto-translation gets an error
hugo commented on issue hugo/RuDS#120 2026-08-01 17:18:30 +00:00
auto-translation gets an error

Implemented in 932b73c.\n\n- Added shared post/media one-shot translation request builders used by both automatic translation and editor Quick Actions.\n- Normalized absent excerpt/title/alt/captio…

hugo pushed to main at hugo/RuDS 2026-08-01 17:18:17 +00:00
932b73cd97 Fix automatic translation request handling
hugo closed issue hugo/RuDS#119 2026-08-01 17:01:53 +00:00
Editor often blocks, especially on marking text
hugo commented on issue hugo/RuDS#119 2026-08-01 17:01:47 +00:00
Editor often blocks, especially on marking text

Implemented in bda3c40. Post autosaves now schedule SQLite and filesystem persistence on Tokio's blocking pool instead of running it inside the 500 ms UI tick. In-flight saves are deduplicated,…

hugo pushed to main at hugo/RuDS 2026-08-01 16:56:33 +00:00
bda3c400ef Fix post autosave blocking editor interactions
hugo closed issue hugo/Gotcha#48 2026-08-01 13:48:59 +00:00
Close and reopen issues on the iPhone
hugo commented on issue hugo/Gotcha#48 2026-08-01 13:48:52 +00:00
Close and reopen issues on the iPhone

Implemented in 5a48456.

  • Added issue open/closed state to the typed Gitea draft for both create and edit, with view-ready Rust state for the iOS editor.
  • Added a native, accessible Closed
hugo pushed to main at hugo/Gotcha 2026-08-01 13:48:24 +00:00
5a48456333 Close, reopen, and delete issues on iPhone
hugo reopened issue hugo/Gotcha#48 2026-08-01 13:45:50 +00:00
Close and reopen issues on the iPhone
hugo closed issue hugo/Gotcha#48 2026-08-01 13:45:48 +00:00
Close and reopen issues on the iPhone
hugo closed issue hugo/Gotcha#50 2026-08-01 13:25:43 +00:00
Markdown rendering of comment text
hugo commented on issue hugo/Gotcha#50 2026-08-01 13:24:45 +00:00
Markdown rendering of comment text

Implemented in d0ec533.

The broken renderer was Foundation AttributedString(markdown:): it retained block structure only as presentation metadata, so conversion to NSAttributedString

hugo pushed to main at hugo/Gotcha 2026-08-01 13:24:14 +00:00
d0ec533da6 Render descriptions with shared Markdown preview
hugo closed issue hugo/Gotcha#47 2026-08-01 13:00:31 +00:00
Close open milestones from the iPhone app
hugo commented on issue hugo/Gotcha#47 2026-08-01 13:00:24 +00:00
Close open milestones from the iPhone app

Implemented in 047f0ab.

  • Added typed Gitea milestone state handling with explicit open/closed validation and serialization.
  • Added a native, accessible Closed switch to the milestone…
hugo pushed to main at hugo/Gotcha 2026-08-01 13:00:01 +00:00
047f0ab0dc Allow milestones to be closed and reopened