• Joined on 2026-02-16
hugo commented on issue hugo/MetaCrate#70 2026-08-10 16:54:14 +00:00
Land: implement parcels, terrain, environment, and sound managers

Implemented in d537a37.

Summary:

  • Added client-owned native ParcelManager, TerrainManager, EnvironmentManager, and SoundManager services with lifecycle-safe subscriptions and generated API…
hugo pushed to main at hugo/MetaCrate 2026-08-10 16:53:48 +00:00
d537a37172 Implement land, terrain, environment, and sound managers (#70)
hugo closed issue hugo/IronStorage#67 2026-08-10 16:34:23 +00:00
Show every unlocked TUI value and a live clipboard cleanup countdown
hugo commented on issue hugo/IronStorage#67 2026-08-10 16:33:51 +00:00
Show every unlocked TUI value and a live clipboard cleanup countdown

Implemented and verified in commit 75d4ead.\n\nWhat changed:\n- Unlocked entries now render every stored field value directly, including passwords, OTP URIs, notes, unknown/repeated fields, empty…

hugo pushed to main at hugo/IronStorage 2026-08-10 16:33:08 +00:00
75d4ead3d8 Fix unlocked TUI visibility and clipboard feedback
hugo closed issue hugo/IronStorage#37 2026-08-10 16:10:49 +00:00
Add Help, Settings, and About screens
hugo commented on issue hugo/IronStorage#37 2026-08-10 16:10:44 +00:00
Add Help, Settings, and About screens

Implemented in commit 2eef49c and pushed to origin/main.

Delivered:

  • Help screen from the Help menu and F1, with shortcut labels generated from the shared action registry and platform-correct…
hugo pushed to main at hugo/IronStorage 2026-08-10 16:10:23 +00:00
2eef49c5c3 Implement desktop help settings and about
hugo opened issue hugo/IronStorage#67 2026-08-10 15:56:54 +00:00
Show every unlocked TUI value and a live clipboard cleanup countdown
hugo closed issue hugo/IronStorage#66 2026-08-10 15:52:15 +00:00
Fix unlocked TUI field values and selected-field contrast
hugo commented on issue hugo/IronStorage#66 2026-08-10 15:51:38 +00:00
Fix unlocked TUI field values and selected-field contrast

Implemented and verified in commit 7c64be3.\n\n- Storage now classifies autoType_enabled and icon as ordinary presentation metadata, so the unlocked TUI renders their real lossless values while…

hugo pushed to main at hugo/IronStorage 2026-08-10 15:51:15 +00:00
7c64be3a45 Fix TUI field visibility and contrast
hugo closed issue hugo/IronStorage#36 2026-08-10 15:39:58 +00:00
Implement the fuzzy command palette
hugo commented on issue hugo/IronStorage#36 2026-08-10 15:39:53 +00:00
Implement the fuzzy command palette

Implemented and pushed in commit 44e1b86. Added the persistent top-chrome command search, Cmd/Ctrl-K and native/in-window menu entry, deterministic typo/subsequence fuzzy matching over centralized…

hugo pushed to main at hugo/IronStorage 2026-08-10 15:39:40 +00:00
44e1b86f47 Implement the desktop command palette
hugo opened issue hugo/IronStorage#66 2026-08-10 15:24:01 +00:00
Fix unlocked TUI field values and selected-field contrast
hugo closed issue hugo/IronStorage#35 2026-08-10 15:22:17 +00:00
Open vault folders through the shared configuration
hugo commented on issue hugo/IronStorage#35 2026-08-10 15:22:13 +00:00
Open vault folders through the shared configuration

Implemented and pushed in commit 491d7b1. Added native macOS/Windows and XDG portal Linux folder selection with Cmd/Ctrl-O; storage-owned vault/config validation and atomic config.toml updates for…

hugo pushed to main at hugo/IronStorage 2026-08-10 15:21:46 +00:00
491d7b1557 Open configured vault folders
hugo closed issue hugo/IronStorage#34 2026-08-10 14:53:17 +00:00
Implement platform menus and desktop shortcuts