open-webui/src
Classic298 597883a179
perf: use structuredClone and fast-path comparison in UserMessage (#22098)
Same optimization as the merged ResponseMessage PR: replace JSON.parse(JSON.stringify()) with structuredClone and add an O(1) fast-path check on content before falling back to full JSON.stringify comparison.
2026-03-01 14:46:05 -05:00
..
lib perf: use structuredClone and fast-path comparison in UserMessage (#22098) 2026-03-01 14:46:05 -05:00
routes perf: replace JSON.parse(JSON.stringify()) with structuredClone in layout (#22104) 2026-03-01 13:36:16 -05:00
app.css refac 2026-02-25 20:17:39 -06:00
app.d.ts chat feature added 2023-10-08 15:38:42 -07:00
app.html refac 2026-02-22 18:58:47 -06:00
tailwind.css chore: format 2026-02-28 21:28:59 -06:00