ik_llama.cpp/examples/server/webui
firecoperana 2421a7e12b
Webui: improve scroll and bug fixes (#1082)
* Webui: fix message scroll back due to setPending

smooth scroll

remove throttle

increase scroll margin

# Conflicts:
#	examples/server/public/index.html.gz
#	examples/server/webui/dist/index.html
#	examples/server/webui/src/utils/app.context.tsx

* webui: don't scroll to bottom when conversation changes or edit message

# Conflicts:
#	examples/server/public/index.html.gz
#	examples/server/webui/dist/index.html

* Webui: fix save config error

# Conflicts:
#	examples/server/public/index.html.gz
#	examples/server/webui/dist/index.html

* Webui: add api key to request model name

# Conflicts:
#	examples/server/public/index.html.gz
#	examples/server/webui/dist/index.html

* Update

* webui: fix loading dots display issue

# Conflicts:
#	examples/server/public/index.html.gz
#	examples/server/webui/dist/index.html
#	examples/server/webui/src/components/ChatMessage.tsx

* Webui: cancel scroll when user moves up

---------

Co-authored-by: firecoperana <firecoperana>
2025-12-24 12:30:26 +01:00
..
dist Webui: improve scroll and bug fixes (#1082) 2025-12-24 12:30:26 +01:00
public webui update (#1003) 2025-11-24 07:03:45 +01:00
src Webui: improve scroll and bug fixes (#1082) 2025-12-24 12:30:26 +01:00
.prettierignore Webui improvement (#481) 2025-06-08 14:38:47 +03:00
eslint.config.js Webui improvement (#481) 2025-06-08 14:38:47 +03:00
index.html webui update (#1003) 2025-11-24 07:03:45 +01:00
package-lock.json webui update (#1003) 2025-11-24 07:03:45 +01:00
package.json webui update (#1003) 2025-11-24 07:03:45 +01:00
postcss.config.js Webui improvement (#481) 2025-06-08 14:38:47 +03:00
tailwind.config.js Webui improvement (#481) 2025-06-08 14:38:47 +03:00
tsconfig.app.json webui update (#1003) 2025-11-24 07:03:45 +01:00
tsconfig.json webui update (#1003) 2025-11-24 07:03:45 +01:00
tsconfig.node.json webui update (#1003) 2025-11-24 07:03:45 +01:00
vite.config.ts webui update (#1003) 2025-11-24 07:03:45 +01:00