Timothy Jaeryang Baek
ecd74f220c
refac
2026-04-14 17:22:54 -05:00
Timothy Jaeryang Baek
cf4218e688
refac
2026-04-13 21:29:03 -05:00
Timothy Jaeryang Baek
253f416de3
refac
2026-04-02 22:54:17 -05:00
Timothy Jaeryang Baek
ae0316a30e
refac
2026-04-02 17:53:11 -05:00
Timothy Jaeryang Baek
07262fa62c
refac
2026-04-01 07:14:18 -05:00
Shirasawa
2734fcad63
fix(sidebar): ChatItem document listener teardown and shared drag image ( #23209 )
2026-04-01 06:40:02 -05:00
Timothy Jaeryang Baek
61558d59c3
refac
2026-04-01 05:41:26 -05:00
Timothy Jaeryang Baek
c8ef5a4f38
chore: format
2026-04-01 04:36:02 -05:00
Timothy Jaeryang Baek
0638b9f56c
refac
2026-04-01 04:00:18 -05:00
Timothy Jaeryang Baek
5a2ff8b2e5
refac
2026-04-01 01:21:21 -05:00
Timothy Jaeryang Baek
e6f38f52c8
feat: automation
2026-03-31 23:36:01 -05:00
Timothy Jaeryang Baek
08ff3bd30f
refac
2026-03-25 02:20:33 -05:00
Timothy Jaeryang Baek
139e764b2f
refac
2026-03-23 23:39:52 -05:00
Timothy Jaeryang Baek
ee901fcd2c
refac
2026-03-22 05:48:05 -05:00
Timothy Jaeryang Baek
7ffcd3908e
refac
2026-03-22 05:44:13 -05:00
Timothy Jaeryang Baek
78dbad5e1e
refac
2026-03-21 18:11:08 -05:00
Timothy Jaeryang Baek
5b026b2a3e
refac
2026-03-21 18:10:01 -05:00
Timothy Jaeryang Baek
b44eacbc5a
refac
2026-03-21 17:35:41 -05:00
G30
6769b1967c
fix(ui): show model avatars in chat search preview modal ( #22782 )
2026-03-21 16:53:50 -05:00
Timothy Jaeryang Baek
58e78e8946
refac
2026-03-17 18:52:02 -05:00
Timothy Jaeryang Baek
68973f9b39
refac
2026-03-15 23:48:44 -05:00
Timothy Jaeryang Baek
a361df840e
refac
2026-03-15 23:37:45 -05:00
Timothy Jaeryang Baek
38cc6e4762
refac
2026-03-15 22:25:22 -05:00
Timothy Jaeryang Baek
e53152123f
refac
2026-03-15 21:54:35 -05:00
Timothy Jaeryang Baek
07e650c787
refac
2026-03-15 21:29:56 -05:00
G30
bef5ec2cea
fix: add profile image fallback handlers for model and user avatars in remaining areas ( #22486 )
...
* fix(ui): add profile image fallback handlers for models and users
* Update UserList.svelte
* fix(ui): add profile image fallback handlers for models on New Chat page
2026-03-15 20:04:56 -05:00
Timothy Jaeryang Baek
3e952044bd
refac
2026-03-08 17:09:41 -05:00
Timothy Jaeryang Baek
3ceaa107ab
chore: format
2026-03-07 20:14:32 -06:00
Timothy Jaeryang Baek
8913f37c3d
enh: create subfolder
...
Co-Authored-By: Colin Chen <1207878+silenceroom@users.noreply.github.com>
2026-03-07 19:45:43 -06:00
Timothy Jaeryang Baek
885c94bda8
refac
2026-03-07 18:51:20 -06:00
Timothy Jaeryang Baek
af4500e504
refac
2026-03-06 15:29:38 -06:00
Shirasawa
5af24b3ebe
fix: Implement archive chat handler in Chat page navbar ( #22229 )
2026-03-04 13:54:21 -06:00
Timothy Jaeryang Baek
1db36b5eda
refac
...
Co-Authored-By: Shirasawa <kaguyashirasawa@gmail.com>
2026-03-01 12:38:59 -06:00
Shirasawa
6d7f21b57b
fix: fix memory leaking of SIdebar ( #22082 )
2026-03-01 13:35:09 -05:00
Timothy Jaeryang Baek
ae28e7d245
refac
2026-03-01 00:17:34 -06:00
Timothy Jaeryang Baek
1357dc6737
chore: format
2026-02-28 21:28:59 -06:00
Shirasawa
144c0f3d76
fix: fix missing i18n keys ( #21932 )
2026-02-28 13:56:12 -05:00
Timothy Jaeryang Baek
b1f292965c
refac
2026-02-25 19:00:40 -06:00
Timothy Jaeryang Baek
cb0165827f
refac
2026-02-25 17:30:28 -06:00
Timothy Jaeryang Baek
3271a5277c
refac
2026-02-25 16:56:32 -06:00
Timothy Jaeryang Baek
fd91fa433a
refac
2026-02-25 14:06:06 -06:00
G30
39e3f8fb81
fix(sidebar): lock user menu position when sidebar is resized ( #21853 )
...
Use align="start" (left-anchor) instead of align="end" (right-anchor) on
the user menu DropdownMenu.Content, combined with avoidCollisions={false}
to prevent Floating UI from auto-flipping back to end-alignment when the
menu's left edge is near the viewport boundary.
Previously, the right edge of the full-width trigger row tracked the
right edge of the sidebar, so resizing the sidebar wider caused the menu
to drift rightward. With start alignment the menu is anchored to the
left edge of the trigger, which is stable regardless of sidebar width.
2026-02-25 13:13:52 -06:00
Timothy Jaeryang Baek
9044abf3bb
chore: format
2026-02-23 01:40:53 -06:00
G30
8c127a4814
fix(ui): make folder menu text non-highlightable ( #21753 )
2026-02-22 18:04:22 -06:00
G30
c0096b2a53
fix: explicitly disable dragging and text selection inside dropdown menus ( #21713 )
...
* fix(ui): remove select-none from move and pdf menu items to allow highlighting
* fix(ui): explicitly disable dragging and text selection inside dropdown menus globally
2026-02-22 15:30:43 -06:00
G30
f95cff0895
fix(ui): replace static dropdown backgrounds with transparent mapping ( #21728 )
2026-02-22 14:23:34 -06:00
G30
5522b91c32
fix(ui): align profile dropdown items and prevent phantom synthetic drag clicks ( #21699 )
2026-02-21 14:31:35 -06:00
Timothy Jaeryang Baek
f376d4f378
chore: format
2026-02-11 16:24:11 -06:00
Tim Baek
48a0abb40f
Merge pull request #21277 from open-webui/acl
...
refac: acl
2026-02-09 13:34:36 -06:00
Timothy Jaeryang Baek
3c7f9aa6a4
refac
2026-02-09 13:28:21 -06:00