• Joined on 2026-02-16
hugo commented on issue hugo/IronStorage#34 2026-08-10 14:53:14 +00:00
Implement platform menus and desktop shortcuts

Implemented and pushed in c301d9a.

  • Added one typed desktop action registry shared by Iced menus, toolbar/field controls, keyboard shortcuts, and future command-palette dispatch.
  • Added a safe…
hugo pushed to main at hugo/IronStorage 2026-08-10 14:52:59 +00:00
c301d9a3df Implement desktop menus and shortcuts
hugo closed issue hugo/MetaCrate#69 2026-08-10 14:33:29 +00:00
Object manager: implement update decoding, collections, properties, and actions
hugo commented on issue hugo/MetaCrate#69 2026-08-10 14:33:22 +00:00
Object manager: implement update decoding, collections, properties, and actions

Implemented and pushed in commit 13f85bf. Added bounded full, compressed, and terse object decoding; primitive/avatar ownership collections and recursive kill cleanup; property, pay-price,…

hugo pushed to main at hugo/MetaCrate 2026-08-10 14:32:57 +00:00
13f85bfa34 Implement object manager vertical slice (#69)
hugo closed issue hugo/IronStorage#33 2026-08-10 14:28:22 +00:00
Implement the structured entry viewer
hugo commented on issue hugo/IronStorage#33 2026-08-10 14:28:11 +00:00
Implement the structured entry viewer

Implemented in f6e74cb. Added an authenticated structured viewer with an explicit view/edit split, masked-by-default sensitive fields, field-specific reveal/copy controls, keyboard selection and…

hugo pushed to main at hugo/IronStorage 2026-08-10 14:27:58 +00:00
f6e74cbb1d Implement structured desktop entry viewer
hugo closed issue hugo/IronStorage#32 2026-08-10 14:16:26 +00:00
Build the Iced desktop application shell
hugo commented on issue hugo/IronStorage#32 2026-08-10 14:16:17 +00:00
Build the Iced desktop application shell

Implemented in f363081. Added a storage-owned DesktopStorage boundary for configuration, authentication bootstrap, repository tree reads, document open/save, Git commits, and clipboard policy; the…

hugo pushed to main at hugo/IronStorage 2026-08-10 14:16:06 +00:00
f363081fa2 Build Iced desktop application shell
hugo closed issue hugo/IronStorage#31 2026-08-10 14:04:00 +00:00
Implement the two-pane layout and navigation tree
hugo commented on issue hugo/IronStorage#31 2026-08-10 14:03:54 +00:00
Implement the two-pane layout and navigation tree

Implemented and pushed in commit 08f74bf (Add desktop navigation tree).

  • Added a resizable Iced pane grid with minimum window/pane sizes, a scrollable navigation sidebar, and a focused content…
hugo pushed to main at hugo/IronStorage 2026-08-10 14:03:39 +00:00
08f74bfa72 Add desktop navigation tree
hugo closed issue hugo/IronStorage#30 2026-08-10 13:46:14 +00:00
Implement structured editing and dirty-document protection
hugo commented on issue hugo/IronStorage#30 2026-08-10 13:46:02 +00:00
Implement structured editing and dirty-document protection

Implemented and pushed in commit 49451bc (Implement structured desktop editing).

  • Added a storage-backed Iced editor for dynamic pass fields and multiline note lines, with add/remove/reorder,…
hugo pushed to main at hugo/IronStorage 2026-08-10 13:45:35 +00:00
49451bc988 Implement structured desktop editing
hugo closed issue hugo/MetaCrate#68 2026-08-10 13:32:59 +00:00
Objects: implement primitives, texture entries, materials, media, and particles
hugo commented on issue hugo/MetaCrate#68 2026-08-10 13:32:49 +00:00
Objects: implement primitives, texture entries, materials, media, and particles

Implemented and verified in commit 43820f6.

Implementation:

  • Replaced failure-only Primitive, ConstructionData, FlexibleData, LightData, LightImage, SculptData, ObjectProperties, TextureAnimation…
hugo pushed to main at hugo/MetaCrate 2026-08-10 13:32:18 +00:00
43820f6bd1 Implement native object models (#68)