Commit graph

303 commits

Author SHA1 Message Date
oobabooga
4a369e070a Add buttons for easily deleting past chats 2025-06-08 18:47:48 -07:00
oobabooga
06dfb7e772 Improve the style of the hover menu 2025-06-08 18:03:07 -07:00
oobabooga
b5e021fc49 Make the dark theme darker 2025-06-08 17:44:04 -07:00
oobabooga
f81b1540ca Small style improvements 2025-06-08 15:19:25 -07:00
oobabooga
fe955cac1f Small UI changes 2025-06-07 22:15:19 -07:00
oobabooga
3650a6fd1f Small UI changes 2025-06-07 22:02:34 -07:00
oobabooga
977ec801b7 Improve table colors in instruct mode 2025-06-05 06:33:45 -07:00
oobabooga
bf42b2c3a1 Fix thinking blocks sometimes showing a white outline 2025-06-01 11:02:04 -07:00
oobabooga
83849336d8 Improve how Show controls looks in the hover menu 2025-06-01 10:58:49 -07:00
oobabooga
3e3746283c Improve the typing dots position 2025-06-01 10:55:31 -07:00
oobabooga
88ff3e6ad8 CSS fixes after 98a7508a99 2025-06-01 08:04:35 -07:00
oobabooga
98a7508a99 UI: Move 'Show controls' inside the hover menu 2025-05-31 22:22:13 -07:00
oobabooga
85f2f01a3a UI: Fix extra gaps on the right sidebar 2025-05-31 21:29:57 -07:00
oobabooga
298d4719c6 Multiple small style improvements 2025-05-30 11:32:24 -07:00
oobabooga
d1bfb08e8d Improve the style of message editing 2025-05-29 14:27:47 -07:00
oobabooga
c970c5f166 Make scrollbars darker in dark theme 2025-05-29 08:15:13 -07:00
oobabooga
81794692ab UI: Make the dark theme darker 2025-05-29 08:07:14 -07:00
oobabooga
685cfe2540 Lint 2025-05-29 04:26:43 -07:00
oobabooga
0aedb89921 UI: Small style improvement to attachments 2025-05-28 00:35:20 -07:00
oobabooga
1b0e2d8750 UI: Add a token counter to the chat tab (counts input + history) 2025-05-27 22:36:24 -07:00
oobabooga
2db36da979 UI: Make scrollbars more discrete in dark mode 2025-05-27 21:00:11 -07:00
Underscore
5028480eba
UI: Add footer buttons for editing messages (#7019)
---------

Co-authored-by: oobabooga <112222186+oobabooga@users.noreply.github.com>
2025-05-28 00:55:27 -03:00
Underscore
355b5f6c8b
UI: Add message version navigation (#6947)
---------

Co-authored-by: oobabooga <112222186+oobabooga@users.noreply.github.com>
2025-05-27 22:54:18 -03:00
oobabooga
7f6579ab20 Minor style change 2025-05-20 21:49:44 -07:00
oobabooga
0d3f854778 Improve the style of thinking blocks 2025-05-20 21:40:42 -07:00
oobabooga
409a48d6bd
Add attachments support (text files, PDF documents) (#7005) 2025-05-21 00:36:20 -03:00
Daniel Dengler
c25a381540
Add a "Branch here" footer button to chat messages (#6967) 2025-05-20 11:07:40 -03:00
oobabooga
8e10f9894a
Add a metadata field to the chat history & add date/time to chat messages (#7003) 2025-05-20 10:48:46 -03:00
oobabooga
bd13a8f255 UI: Light theme improvement 2025-05-17 22:31:55 -07:00
oobabooga
366de4b561 UI: Fix the chat area height when "Show controls" is unchecked 2025-05-17 17:11:38 -07:00
oobabooga
4bf763e1d9 Multiple small CSS fixes 2025-05-16 18:22:43 -07:00
oobabooga
e3bba510d4 UI: Only add a blank space to streaming messages in instruct mode 2025-05-16 17:49:17 -07:00
oobabooga
5534d01da0
Estimate the VRAM for GGUF models + autoset gpu-layers (#6980) 2025-05-16 00:07:37 -03:00
oobabooga
e4fb2475d2 UI: Multiple small style improvements (light/dark themes) 2025-05-06 14:02:15 -07:00
oobabooga
cbef35054c UI: CSS fix 2025-05-05 17:46:09 -07:00
oobabooga
530223bf0b UI: Fix the hover menu colors 2025-05-05 16:03:43 -07:00
oobabooga
76f947e3cf UI: Minor style change 2025-05-05 15:58:29 -07:00
oobabooga
bf5290bc0f Fix the hover menu in light theme 2025-05-05 08:04:12 -07:00
oobabooga
967b70327e Light theme improvement 2025-05-05 07:59:02 -07:00
oobabooga
6001d279c6 Light theme improvement 2025-05-05 07:42:13 -07:00
oobabooga
475e012ee8 UI: Improve the light theme colors 2025-05-05 06:16:29 -07:00
oobabooga
690d693913 UI: Add padding to only show the last message/reply after sending a message
To avoid scrolling
2025-05-04 18:13:29 -07:00
oobabooga
d9da16edba UI: Remove the chat input textarea border 2025-05-04 16:53:52 -07:00
oobabooga
84ab1f95be UI: Increase the chat area a bit 2025-05-04 15:21:52 -07:00
oobabooga
d186621926 UI: Fixes after previous commit 2025-05-04 15:19:46 -07:00
oobabooga
7853fb1c8d
Optimize the Chat tab (#6948) 2025-05-04 18:58:37 -03:00
oobabooga
b71ef50e9d UI: Add a min-height to prevent constant scrolling during chat streaming 2025-05-02 23:45:58 -07:00
oobabooga
b21bd8bb1e UI: Invert user/assistant message colors in instruct mode
The goal is to make assistant messages more readable.
2025-05-02 22:43:33 -07:00
oobabooga
765fea5e36 UI: minor style change 2025-04-26 19:33:46 -07:00
oobabooga
363b632a0d Lint 2025-04-26 19:22:36 -07:00