Rename "Folders" to "Memory" in UI#32
Merged
Merged
Conversation
Mirrors squadron#102, which renamed the HCL block names (shared_folder → shared_memory, folder → memory, etc.) while keeping the old spellings as aliases. Internal TS types and the wire protocol still use "folder" — only user-facing strings change: - Sidebar nav label - File browser page heading and empty-state copy (now references the new shared_memory / memory HCL blocks) - Plugins page info banner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Mirrors squadron#102, which renamed the HCL block names (
shared_folder→shared_memory,folder→memory,run_folder→run_memory,folders =→memories =) while keeping the old spellings as backward-compatible aliases.This PR flips the user-facing terminology in the command center to match. Scope is intentionally narrow — only displayed strings change.
Changes
Folders→MemoryFolders→Memoryshared_memory/memoryblocks (the new HCL spellings)What didn't change (and why)
Matching squadron#102's "Go types stay" approach:
SharedFolderInfo,sharedFolders,foldersin the wire payload) — the squadron-wire protocol (v0.0.41) still uses these. They become candidates for a follow-up once squadron-wire renames them./files,?browser=) — squadron kept doc URLs stable; same reasoning here.Test plan
npm run buildpassesshared_memory/memory