[codex] Batch NATS live message rendering - #6349
Closed
onenewcode wants to merge 7 commits into
Closed
Conversation
Restructure NATS into the shared MQ admin toolbar/tabs/content interaction, split subject/publish/message/JetStream panels, label the sidebar as NATS Console instead of Topics, and route user-facing copy through nats/mqAdmin locale keys.
Split Core NATS into dedicated publish and multi-subscription tabs, collapse JetStream into a single list-to-detail workspace (overview/messages/consumers) aligned with NUI, restore Kafka send-first messages layout, and clean up i18n.
Contributor
Author
|
Superseded by #6357, which is rebased onto the current |
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.
What changed
Why
The subscribe view copied and reformatted its entire 1,000-message buffer for every native message event.
Impact
Busy NATS subjects keep the newest-message-wins behaviour and accurate counters while limiting reactive list updates to the browser frame rate.
Validation
pnpm testpnpm typecheckpnpm buildpnpm exec vitest run apps/desktop/src/components/mq/__tests__/NatsMessagesPanel.spec.ts apps/desktop/src/components/mq/__tests__/NatsMessageDetail.spec.ts apps/desktop/src/components/mq/__tests__/NatsJetStreamPanel.spec.ts apps/desktop/src/lib/nats/__tests__/messagePresentation.spec.tspnpm exec oxlint --vue-plugin ...