Files
open-webui-custom/src/lib
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
..
2025-09-27 04:05:12 -05:00
2025-02-04 21:02:11 -08:00
2024-08-26 15:38:42 +02:00
2025-09-24 11:36:17 -05:00
wip
2024-12-11 20:25:46 -08:00
2025-06-20 16:24:04 +08:00
2024-12-30 02:20:09 -08:00
2024-12-30 02:20:09 -08:00
2023-10-08 15:38:42 -07:00