Skip to content

Feat/extmgr ux hardening#23

Merged
ayagmar merged 68 commits into
masterfrom
feat/extmgr-ux-hardening
Jul 21, 2026
Merged

Feat/extmgr ux hardening#23
ayagmar merged 68 commits into
masterfrom
feat/extmgr-ux-hardening

Conversation

@ayagmar

@ayagmar ayagmar commented Jul 21, 2026

Copy link
Copy Markdown
Owner

No description provided.

ayagmar added 30 commits July 16, 2026 17:04
ayagmar added 28 commits July 16, 2026 18:40
Installed, Discover, Profiles, and Health are now dedicated workspace
screens cycled with Tab/Shift+Tab. Installed gains a responsive
master/detail layout; Discover adds weekly-download hydration and
popularity sorting; Profiles get inline current-vs-target diffs gated
behind a review screen; Health consolidates conflicts, compatibility,
reload state, and recoverable trash with a safe fix-all action.
Replace the old manager screenshot with the current Installed
workspace (tabs + master/detail), add workspace-aware hero copy and
terminal preview, expand the feature grid to six cards covering all
four workspaces plus scheduled updates and safety, and update the
quick-reference key table.
@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 126 files, which is 26 over the limit of 100.

To get a review, narrow the scope:
• coderabbit review --committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

Upgrade to a paid plan to raise the limit.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: a6323209-1531-4856-bb5d-7469cc95ed2a

📥 Commits

Reviewing files that changed from the base of the PR and between 3666b23 and cc92038.

⛔ Files ignored due to path filters (2)
  • docs/assets/extension-manager.png is excluded by !**/*.png
  • docs/assets/installed-workspace.png is excluded by !**/*.png
📒 Files selected for processing (126)
  • CHANGELOG.md
  • README.md
  • docs/assets/tailwind.css
  • docs/index.html
  • package.json
  • src/commands/auto-update.ts
  • src/commands/completion.ts
  • src/commands/history.ts
  • src/commands/profile.ts
  • src/commands/registry.ts
  • src/commands/trash.ts
  • src/commands/types.ts
  • src/commands/update.ts
  • src/constants.ts
  • src/doctor/compatibility.ts
  • src/doctor/conflicts.ts
  • src/doctor/runtime.ts
  • src/extensions/discovery.ts
  • src/extensions/trash.ts
  • src/index.ts
  • src/packages/badges.ts
  • src/packages/catalog.ts
  • src/packages/discovery.ts
  • src/packages/extension-resolution.ts
  • src/packages/extensions.ts
  • src/packages/inspection.ts
  • src/packages/install.ts
  • src/packages/management.ts
  • src/packages/scopes.ts
  • src/packages/sorting.ts
  • src/packages/update-preview.ts
  • src/profiles/apply.ts
  • src/profiles/checksum.ts
  • src/profiles/compare.ts
  • src/profiles/schema.ts
  • src/profiles/source.ts
  • src/profiles/store.ts
  • src/types/index.ts
  • src/ui/async-task.ts
  • src/ui/discover/browser.ts
  • src/ui/discover/formatting.ts
  • src/ui/discover/metadata.ts
  • src/ui/discover/query.ts
  • src/ui/footer.ts
  • src/ui/health.ts
  • src/ui/help.ts
  • src/ui/installed/actions.ts
  • src/ui/installed/browser.ts
  • src/ui/installed/filters.ts
  • src/ui/installed/formatting.ts
  • src/ui/installed/items.ts
  • src/ui/installed/state.ts
  • src/ui/installed/summary.ts
  • src/ui/layout.ts
  • src/ui/list-navigation.ts
  • src/ui/package-config.ts
  • src/ui/profile-review.ts
  • src/ui/profiles.ts
  • src/ui/remote.ts
  • src/ui/theme.ts
  • src/ui/unified.ts
  • src/ui/workspace/navigation.ts
  • src/ui/workspace/router.ts
  • src/utils/abort.ts
  • src/utils/auto-update.ts
  • src/utils/cache.ts
  • src/utils/format.ts
  • src/utils/history.ts
  • src/utils/key-hints.ts
  • src/utils/mode.ts
  • src/utils/network.ts
  • src/utils/npm-exec.ts
  • src/utils/package-source.ts
  • src/utils/pi-paths.ts
  • src/utils/progress.ts
  • src/utils/reload-state.ts
  • src/utils/settings-errors.ts
  • src/utils/settings.ts
  • src/utils/status.ts
  • src/utils/ui-helpers.ts
  • src/utils/views.ts
  • test/async-task.test.ts
  • test/cache-history.test.ts
  • test/command-orchestration.test.ts
  • test/discovery-parser.test.ts
  • test/doctor-compatibility.test.ts
  • test/doctor-conflicts.test.ts
  • test/doctor-runtime.test.ts
  • test/extension-trash.test.ts
  • test/format.test.ts
  • test/health-conflicts.test.ts
  • test/health-remediation.test.ts
  • test/helpers/custom-component.ts
  • test/helpers/hermetic-environment.mjs
  • test/helpers/mocks.ts
  • test/hermetic-environment.test.ts
  • test/install-remove.test.ts
  • test/list-navigation.test.ts
  • test/metadata-cache.test.ts
  • test/network.test.ts
  • test/npm-search.test.ts
  • test/package-badges.test.ts
  • test/package-config.test.ts
  • test/package-extensions.test.ts
  • test/package-inspection.test.ts
  • test/package-scopes.test.ts
  • test/package-sorting.test.ts
  • test/package-source.test.ts
  • test/profile-apply-gate.test.ts
  • test/profile-command.test.ts
  • test/profile-diff.test.ts
  • test/profile-hardening-extra.test.ts
  • test/profiles.test.ts
  • test/reload-state.test.ts
  • test/remote-hydration.test.ts
  • test/remote-ui.test.ts
  • test/trust-paths.test.ts
  • test/ui-helpers.test.ts
  • test/unified-items.test.ts
  • test/unified-ui.test.ts
  • test/update-command.test.ts
  • test/update-preview.test.ts
  • test/views.test.ts
  • test/workspace-navigation.test.ts
  • test/workspace-routing.test.ts
  • test/workspace-ui.test.ts

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • Review on demand using usage pricing
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/extmgr-ux-hardening

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@ayagmar
ayagmar merged commit 3fca27d into master Jul 21, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant