open-webui/src/lib/components/playground
silentoplayz 27cd87e9ad fix: i81n.t and correct button layout issue
1.  **i18n Regression:** A latent bug in `src/routes/(app)/workspace/models/create/+page.svelte` was causing an `i18n.t is not a function` error. This was due to an incorrect call to the `i18n` Svelte store. The fix corrects the call to use the proper auto-subscription syntax (`$i18n.t()`).

2.  **Vertical Button Text:** In `src/lib/components/playground/Chat.svelte`, the "Assistant"/"User" role button's text was displaying vertically. This was caused by a `flex-1` class on its container, which has been removed.
2025-09-27 15:45:25 -04:00
..
Chat fix: Hidden delete button for playground chat messages 2025-06-08 04:16:41 -04:00
Chat.svelte fix: i81n.t and correct button layout issue 2025-09-27 15:45:25 -04:00
Completions.svelte refac: styling 2025-08-07 03:35:12 +04:00