open-webui/src/lib/components/workspace
silentoplayz ac6292b812 Fix: truncate long model tags with a character limit
Long model tags on the Models page in the workspace section were not truncated consistently, which could cause layout issues.

This change implements a hard character limit of 32 characters on the model tags. Tags longer than 32 characters are truncated with an ellipsis (...) directly in the code. The full tag name remains available in the tooltip.
2025-09-26 13:28:35 -04:00
..
common refac/fix: valves array type handling 2025-09-25 13:13:03 -05:00
Knowledge refac 2025-09-21 03:12:24 -04:00
Models refac 2025-09-21 03:12:24 -04:00
Prompts refac: styling 2025-09-15 15:54:35 -05:00
Tools refac 2025-09-24 17:16:07 -05:00
Knowledge.svelte refac: knowledge search fuse threshold 2025-08-14 03:52:11 +04:00
Models.svelte Fix: truncate long model tags with a character limit 2025-09-26 13:28:35 -04:00
Prompts.svelte feat: add shift-to-delete to prompts workspace 2025-08-22 16:09:21 -04:00
Tools.svelte refac: styling 2025-09-15 15:53:11 -05:00