Conversation
Contributor
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
metacord-dev | bfe2b78 | Feb 05 2026, 12:43 AM |
…fensive guards - Fix bulk favorite/unfavorite to save localStorage once instead of N times - Add null guard in renderSection for dynamic section lookup - Improve SectionKey type safety with template literal types - Add duplicate name and max length checks for categories - Fix Escape key exiting selection mode when modal is open - Fix role badge semantics (listitem wraps button, not on button) - Add animate attribute to dynamic category sections - Update card role/label for selection mode (checkbox vs button) - Add packageManager field for CI pnpm version detection - Remove dead code (unregisterDynamicSection) - Clean up double type cast in importUserData
…luding test files
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
P2 feature enhancements: power tools for organizing servers, plus deployment fixes and code review hardening.
Bulk Selection Mode
role="checkbox"witharia-checked, keyboard Space/Enter, Escape exits modeCustom Server Categories
Role Information in Details Modal
role="list"container withrole="listitem"wrappersDeployment Fixes
wrangler.toml: dev config is now top-level, only[env.production]overrides--envflagnew_sqlite_classes(required for free plan)packageManagerfield for CI pnpm version detectionCode Review Hardening
renderSectionnull guard for dynamic section lookupSectionKeytemplate literal type for real type safetyrole="checkbox"+aria-checkedin selection modeunregisterDynamicSection)8 commits, build + 181 tests passing ✅