]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
webui: use date in more human readable exported filename (#19939)
authorWoof Dog <redacted>
Mon, 16 Mar 2026 10:18:13 +0000 (10:18 +0000)
committerGitHub <redacted>
Mon, 16 Mar 2026 10:18:13 +0000 (11:18 +0100)
commitd8c331c0afb1730a17c4440a924d0f57884245c0
tree7ecb45ad05d2512fbacd374997ea843133f66dd2
parent46dba9fce860d41ac545224623f27ac71f9d264a
webui: use date in more human readable exported filename (#19939)

* webui: use date in exported filename

Move conversation naming and export to utils

update index.html.gz

* webui: move literals to message export constants file

* webui: move export naming and download back to the conversation store

* chore: update webui build output

* webui: add comments to some constants

* chore: update webui build output
tools/server/public/index.html.gz
tools/server/webui/src/lib/components/app/chat/ChatSettings/ChatSettingsImportExportTab.svelte
tools/server/webui/src/lib/constants/index.ts
tools/server/webui/src/lib/constants/message-export.ts [new file with mode: 0644]
tools/server/webui/src/lib/stores/conversations.svelte.ts
tools/server/webui/src/lib/utils/conversation-utils.ts