mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-21 00:21:19 +00:00
Every action button on a response message gates its visibility on
'isLastMessage || ($settings?.highContrastMode ?? false)' so that buttons
stay visible (not hover-only) when High Contrast mode is on. The two
Regenerate buttons — the one inside RegenerateMenu and the fallback in the
{:else} branch — were missed and still gated on isLastMessage alone, so on
any non-last message the Regenerate icon was invisible until mouse-over even
with High Contrast enabled (#27638).
Add the same highContrastMode clause to both buttons, matching the other
action buttons in this file.
|
||
|---|---|---|
| .. | ||
| Citations | ||
| Markdown | ||
| ResponseMessage | ||
| Citations.svelte | ||
| CodeBlock.svelte | ||
| CodeExecutionModal.svelte | ||
| CodeExecutions.svelte | ||
| ContentRenderer.svelte | ||
| Error.svelte | ||
| Markdown.svelte | ||
| Message.svelte | ||
| MultiResponseMessages.svelte | ||
| Name.svelte | ||
| OutputEditView.svelte | ||
| ProfileImage.svelte | ||
| RateComment.svelte | ||
| ResponseMessage.svelte | ||
| Skeleton.svelte | ||
| structuredOutput.ts | ||
| StructuredOutputRenderer.svelte | ||
| SubagentResultRow.svelte | ||
| UserMessage.svelte | ||