mirror of
https://github.com/NeuralNomadsAI/CodeNomad.git
synced 2026-08-26 08:42:02 +00:00
fix(v2): preserve native pending message appearance
Remove the added queue delivery badge from pending prompt bubbles. Pending prompts keep CodeNomad's existing message presentation while their contextual queue, edit, and remove actions remain available. Validated with the UI typecheck and OpenCode data projection tests.
This commit is contained in:
parent
829768b9d3
commit
75b2259e44
1 changed files with 0 additions and 6 deletions
|
|
@ -604,12 +604,6 @@ export default function MessageItem(props: MessageItemProps) {
|
|||
|
||||
<div class="pt-0 whitespace-pre-wrap break-words leading-[1.1]" dir="auto">
|
||||
|
||||
<Show when={props.pendingPrompt} keyed>
|
||||
{(pending) => (
|
||||
<div class="message-queued-badge">{t(`promptQueue.delivery.${pending.delivery}`)}</div>
|
||||
)}
|
||||
</Show>
|
||||
|
||||
<Show when={errorMessage()}>
|
||||
<div class="message-error-block" dir="auto">⚠️ {errorMessage()}</div>
|
||||
</Show>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue