• Joined on 2026-02-16
hugo closed issue hugo/RuDS#103 2026-07-23 07:39:16 +00:00
git repository URL should not be in the git sidepanel
hugo commented on issue hugo/RuDS#103 2026-07-23 07:39:13 +00:00
git repository URL should not be in the git sidepanel

Implemented in 632822f. Removed the remote URL fields from both uninitialized and active Git sidebar states, removed the UI messages/state/handlers that could mutate origin, and removed the…

hugo pushed to main at hugo/RuDS 2026-07-23 07:38:55 +00:00
632822fe1b Remove remote editing from the Git sidebar
hugo closed issue hugo/RuDS#102 2026-07-23 07:28:45 +00:00
toasts and background tasks seem to sometimes steal focus from entry fields
hugo commented on issue hugo/RuDS#102 2026-07-23 07:28:38 +00:00
toasts and background tasks seem to sometimes steal focus from entry fields

Implemented in 08a5bd1. The workspace now always has a stable Stack root, so adding or removing toasts/background overlays no longer replaces the root widget tree and discards focused text-input…

hugo pushed to main at hugo/RuDS 2026-07-23 07:28:26 +00:00
08a5bd192c Preserve input focus across passive overlays
hugo closed issue hugo/RuDS#101 2026-07-23 07:22:38 +00:00
when closing the last window, close the app.
hugo commented on issue hugo/RuDS#101 2026-07-23 07:22:33 +00:00
when closing the last window, close the app.

Correction after stress testing: commit a01c86e replaces fa0a510. Closing during an active embedding reindex exposed a Tokio shutdown wait on native model inference. The final implementation now…

hugo pushed to main at hugo/RuDS 2026-07-23 07:22:02 +00:00
a01c86e383 Exit when the desktop window closes
hugo reopened issue hugo/RuDS#101 2026-07-23 07:15:48 +00:00
when closing the last window, close the app.
hugo closed issue hugo/RuDS#101 2026-07-23 07:03:47 +00:00
when closing the last window, close the app.
hugo commented on issue hugo/RuDS#101 2026-07-23 07:03:36 +00:00
when closing the last window, close the app.

Implemented in fa0a510. RuDS now owns the native close request, persists the current project UI session, exits the Iced runtime explicitly, and flushes the embedding index through the existing…

hugo pushed to main at hugo/RuDS 2026-07-23 07:03:09 +00:00
fa0a510b8b Exit when the desktop window closes
hugo pushed to main at hugo/RuDS 2026-07-23 06:54:09 +00:00
4de0b6b0d1 fix: website validation
hugo opened issue hugo/RuDS#106 2026-07-23 06:42:35 +00:00
RuDS is missing the forced re-render of bDS2
hugo opened issue hugo/RuDS#105 2026-07-23 06:41:50 +00:00
Make site validation match bDS2 incremental performance
hugo opened issue hugo/RuDS#104 2026-07-23 06:36:00 +00:00
git commits that are not uploaded should be color coded
hugo opened issue hugo/RuDS#103 2026-07-23 06:34:49 +00:00
git repository URL should not be in the git sidepanel
hugo opened issue hugo/RuDS#102 2026-07-23 06:33:08 +00:00
toasts and background tasks seem to sometimes steal focus from entry fields
hugo opened issue hugo/RuDS#101 2026-07-22 18:32:32 +00:00
when closing the last window, close the app.