open-webui/src/lib
G30 0eeda79048
fix: user group pagination reset and model image caching (#19959)
- Changed default sort order in 'Edit Group' modal to 'created_at' (newest first).
  Previously it sorted by group membership, causing toggled users to invisible jump
  to the top of the list (often changing pages). using a stable sort fixes this UX issue.
- Removed unnecessary `page = 1` reset in toggleMember function so admins
  don't lose their place when selecting multiple users.

Bug 2 - Model Image Display Bug:
- Added `Cache-Control: no-cache, must-revalidate` headers to the model profile
  image endpoint. This ensures that when a model avatar is updated, the browser
  fetches the new image instead of serving a stale cached version (favicon).

Fixes #19885
2025-12-21 05:04:45 -05:00
..
apis enh/refac: kb pagination 2025-12-10 23:19:19 -05:00
components fix: user group pagination reset and model image caching (#19959) 2025-12-21 05:04:45 -05:00
i18n improve Korean translation (#20021) 2025-12-20 05:34:30 -05:00
pyodide wip: pyodide kernel 2025-02-04 21:02:11 -08:00
stores feat: resizable sidebar 2025-12-10 23:54:36 -05:00
types chore: format 2024-08-26 15:38:42 +02:00
utils fix(utils): add safety check for attributes.result in processDetails (#19923) 2025-12-21 04:59:21 -05:00
workers fix(frontend): Attempt to resolve TypeError in RichTextInput.svelte 2025-08-03 22:36:08 -04:00
constants.ts wip 2024-12-11 20:25:46 -08:00
dayjs.js chore: format 2025-11-23 20:15:52 -05:00
emoji-groups.json feat: emoji picker 2024-12-30 02:20:09 -08:00
emoji-shortcodes.json feat: emoji picker 2024-12-30 02:20:09 -08:00
index.ts chat feature added 2023-10-08 15:38:42 -07:00
shortcuts.ts refac 2025-11-06 13:31:55 -05:00