Skip to content

fix: remove duplicate Command Palette rendering (fixes PlatformNetwork/bounty-challenge#21923)#28

Merged
echobt merged 1 commit intomainfrom
fix/issue-21923
Feb 27, 2026
Merged

fix: remove duplicate Command Palette rendering (fixes PlatformNetwork/bounty-challenge#21923)#28
echobt merged 1 commit intomainfrom
fix/issue-21923

Conversation

@echobt
Copy link
Contributor

@echobt echobt commented Feb 27, 2026

Fix for PlatformNetwork/bounty-challenge#21923: Duplicate Command Palette rendering

Changes

  • Removed the old CommandPalette lazy import and its <CommandPalette /> render from AppCore.tsx
  • Only PaletteCommandPalette is now rendered (the newer, enhanced version)
  • Added command-palette:toggle event listener to PaletteCommandPalette to preserve toggle functionality that was previously handled by the old component

Files Modified

  • src/AppCore.tsx
  • src/components/palette/CommandPalette.tsx

…k/bounty-challenge#21923)

Removed the old CommandPalette component import and render from AppCore.tsx,
keeping only PaletteCommandPalette. Added command-palette:toggle event listener
to PaletteCommandPalette to preserve toggle functionality.
@echobt echobt changed the title fix: remove duplicate Command Palette rendering (fixes #21923) fix: remove duplicate Command Palette rendering (fixes PlatformNetwork/bounty-challenge#21923) Feb 27, 2026
@echobt
Copy link
Contributor Author

echobt commented Feb 27, 2026

Closing: this fix has already been applied directly to the main branch. The branch is based on an older commit and merging it would regress other fixes. The referenced issue is resolved on main.

@echobt echobt closed this Feb 27, 2026
@echobt echobt reopened this Feb 27, 2026
@echobt echobt merged commit c9f651e into main Feb 27, 2026
10 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