disable TTS via feature flag, move floating button up 121px, add bug tickets
TTS disabled by default for all users (tickets #002 freeze, #003 truncation). Embedders re-enable with window.UNCLOSEAI_ENABLE_TTS = true. Floating button bottom 20px to 141px to avoid overlapping page buttons. Added docs/tickets/ with 5 issues from cthegray. Bundle extension script and biome config updates.
This commit is contained in:
parent
5687fa1c22
commit
12e9e79f25
16 changed files with 662 additions and 3702 deletions
|
|
@ -8,7 +8,10 @@
|
|||
"test:simple": "node simple_tests.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jsdom": "^22.0.0"
|
||||
"esbuild": "^0.27.3",
|
||||
"highlight.js": "^11.11.1",
|
||||
"jsdom": "^22.0.0",
|
||||
"marked": "^17.0.3"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue