Wolfsblvt
c6c8f91c99
forceEnum:false as default & enum icon changes
...
- Set forceEnum to false, for now
- Switch some icons around
2024-06-22 01:04:03 +02:00
Cohee
473e11c773
New OpenRouter providers
2024-06-22 02:03:39 +03:00
Cohee
a00560d2b3
Ensure format supported before captioning
2024-06-22 00:36:29 +03:00
Cohee
791ce3da86
Add stopgaps to fill the second row
2024-06-22 00:11:08 +03:00
Cohee
6380e0a062
Add fallback source for attachments. Fix typo
2024-06-21 23:48:11 +03:00
Cohee
62bc550d3a
Open enums with Alt+Space (also non-breaking)
2024-06-21 23:32:17 +03:00
Wolfsblvt
da6d77cffd
Enum provider for /model
2024-06-21 21:24:37 +02:00
Wolfsblvt
824d0a9b63
Small fix to boolean automatic enums
2024-06-21 20:40:58 +02:00
Cohee
1ede346cbc
Merge branch 'staging' into timed-wi
2024-06-21 21:18:12 +03:00
Wolfsblvt
3ab5cc1766
Merge branch 'staging' into slash-command-enums
2024-06-21 20:07:19 +02:00
Wolfsblvt
48077d200b
More slash command enums (nearly done)
2024-06-21 20:04:55 +02:00
Cohee
30765550c8
Place sticky + cooldown entry on cooldown when unstuck
2024-06-21 20:50:18 +03:00
Cohee
56710fee39
Apply fix for group chats
2024-06-21 13:09:41 +00:00
Cohee
9c3cad2df2
Fix sticky/cooldown interaction. Add icons
2024-06-21 02:42:15 +03:00
Cohee
ab7b07ba28
Add sticky and cooldown for timed WI entries
2024-06-21 00:53:00 +03:00
Wolfsblvt
a5baa3605f
Fix closing popup sometimes being stuck via Escape
2024-06-20 21:43:13 +02:00
Wolfsblvt
ffc84f5118
Merge branch 'staging' into slash-command-enums
2024-06-20 20:38:55 +02:00
Wolfsblvt
461b1a9d87
Even more enum refactorings (not done yet)
...
- Add common enum icons
- enum def for existing enum types, with color description
2024-06-20 20:33:45 +02:00
Conor Nash
c684bfbf52
Claude Sonnet 3.5
2024-06-20 16:31:55 +01:00
Cohee
8d5876c2c8
Rename endpoints for websearch
2024-06-19 22:37:51 +03:00
Cohee
8e8b6b353a
Fix deleting first message with /del
2024-06-19 21:28:07 +03:00
Cohee
e5c8a920ee
Remove debug toast(?)
2024-06-19 13:13:34 +03:00
Wolfsblvt
dca81aef3d
Small fixes to /popup, /buttons and QR popup
...
- FIx /popup and /buttons commands to use the new popups
- Change /buttons to utilize data results
- Fix "hide while executing" option from QR editor
- Fix QR editor throwing an error on execution
2024-06-19 01:40:22 +02:00
Cohee
e7772f04a4
Don't require a primary WI to use additionals
2024-06-18 12:09:28 +03:00
Cohee
7249294ffd
Fix startup on old firefox
2024-06-18 11:32:50 +03:00
Cohee
e861a406a3
Don't auto-switch to a new theme on import
2024-06-18 02:14:22 +03:00
Cohee
c3cbf33ba0
Merge pull request #2330 from Wolfsblvt/smol-tag-improvements
...
Smol tag improvements & Huuuuuge popup/dialog rework (heh)
2024-06-18 01:58:52 +03:00
Wolfsblvt
dadef92fdf
Switch focus styles to :focus-visible
...
- Switched dynamic styles to :focus-visible to let the browser decide when to display
- Changed most existing :focus CSS selectors to also use :focus-visible
-Made style variables for focus outlines (main and a faint one)
- Remove focus outline from chat bar buttons
- Fix focus of chat bar highlight, moved to outer border
- Fix buttons in chat backgrounds with keyboard navigation
2024-06-18 00:14:15 +02:00
Cohee
88b6331aed
Add swap SD dimensions button
2024-06-18 01:10:23 +03:00
Cohee
a9c4422c87
Redesign SD settings
2024-06-18 00:49:42 +03:00
Cohee
08a0b1e828
Merge branch 'staging' into smol-tag-improvements
2024-06-17 21:52:36 +03:00
Cohee
b09e86fb53
TTS code clean-up
2024-06-17 21:21:41 +03:00
Cohee
feb7675d2f
Auto-set language on exported translate function.
2024-06-17 21:18:30 +03:00
Casey Haralson
4d25856b4f
periodically calls the tts module when a paragraph has been generated ( #2381 )
...
* periodically calls the tts module when a paragraph has been generated
* adding option for periodic auto generation
* updating find end paragraph logic and config label
---------
Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2024-06-17 21:17:31 +03:00
Cohee
fe5289c495
Fix TTS audio preview
2024-06-17 20:28:19 +03:00
Cohee
1d3914324f
Fix data-i18n removing options
2024-06-17 11:25:13 +03:00
Cohee
be9f34ab8a
Fix data-i18n removing options
2024-06-17 11:23:59 +03:00
Wolfsblvt
7f7ecdcca8
Merge branch 'staging' into slash-command-enums
2024-06-17 07:06:26 +02:00
Wolfsblvt
66d609c35f
Several million refactoring of existing slash commands with enums (really)
2024-06-17 07:04:10 +02:00
Wolfsblvt
6f7ef25369
Rework slash command enum values pt.2
...
- Fix jsconfig module resolution for imports in frontend scripts
- Add file with common slash command enum values
2024-06-17 03:30:52 +02:00
Wolfsblvt
fca626d246
Add style on hover over focused popup button
...
- Add CSS styling rule to still highlight a button on hover when it is being focused already (Otherwise you won't get any effect on hovering and clicking on the default button if a popup has just opened)
- Dynamic styles extended to ignore rules where both hover and focus is used
2024-06-16 23:33:07 +02:00
Wolfsblvt
f67ed6d22a
Fix tabbing with hotswap multiple rows
...
- Add scroll-reset-container CSS class and handling
- Fix tabbing through hotswap favs by resetting position
2024-06-16 23:13:36 +02:00
Cohee
1a061c6ae5
Skip connect on max context unlock via preset
2024-06-16 22:16:47 +03:00
steve green
1467c4539e
Update zh-cn.json ( #2385 )
...
* Update zh-cn.json
* other fixes
* typo fix
2024-06-16 22:06:34 +03:00
Cohee
e3a46df010
Merge branch 'staging' into smol-tag-improvements
2024-06-16 16:04:37 +03:00
Cohee
a9143e8ea2
???
2024-06-16 15:57:16 +03:00
Cohee
c7dc63200a
Merge branch 'staging' into ruRuNew
2024-06-16 15:56:07 +03:00
Cohee
d75b30d51a
Don't auto-adjust scroll height if not in viewport
2024-06-16 14:56:08 +03:00
steve green
5e44403346
fixup translates ( #2382 )
...
* Update i18n.js
* fixup
* update i18n CI
* fix trigger?
* i18n changes
* Update zh-cn.json
* add missing keys
* Revert "i18n changes"
This reverts commit ebe0ede6e18edb2e144d3bbf78eb31f1798e198f.
* Revert "update i18n CI"
This reverts commit ac923c8bd682650797785f30a16edadee9572fbf.
* Revert "Update i18n.js"
This reverts commit 14a845836ba8805e80b9c8e4ab03444a60bbc7fc.
* typo fix
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Touch-Night <1762918301@qq.com>
2024-06-16 14:39:46 +03:00
Cohee
861decd5c9
Refactor prompt entry callback
2024-06-16 13:56:43 +03:00