llama.cpp/tools/server/webui/src/components
igardev c7e0a2054b
webui : Replace alert and confirm with custom modals. (#13711)
* Replace alert and confirm with custom modals. This is needed as Webview in VS Code doesn't permit alert and confirm for security reasons.

* use Modal Provider to simplify the use of confirm and alert modals.

* Increase the z index of the modal dialogs.

* Update index.html.gz

* also add showPrompt

* rebuild

---------

Co-authored-by: igardev <ivailo.gardev@akros.ch>
Co-authored-by: Xuan Son Nguyen <son@huggingface.co>
2025-05-31 11:56:08 +02:00
..
CanvasPyInterpreter.tsx llama : move end-user examples to tools directory (#13249) 2025-05-02 20:27:13 +02:00
ChatInputExtraContextItem.tsx server : support audio input (#13714) 2025-05-23 11:03:47 +02:00
ChatMessage.tsx webui : improve accessibility for visually impaired people (#13551) 2025-05-16 21:49:01 +02:00
ChatScreen.tsx server : support audio input (#13714) 2025-05-23 11:03:47 +02:00
Header.tsx webui : improve accessibility for visually impaired people (#13551) 2025-05-16 21:49:01 +02:00
MarkdownDisplay.tsx server : (webui) revamp the input area, plus many small UI improvements (#13365) 2025-05-08 15:37:29 +02:00
ModalProvider.tsx webui : Replace alert and confirm with custom modals. (#13711) 2025-05-31 11:56:08 +02:00
SettingDialog.tsx webui : Replace alert and confirm with custom modals. (#13711) 2025-05-31 11:56:08 +02:00
Sidebar.tsx webui : Replace alert and confirm with custom modals. (#13711) 2025-05-31 11:56:08 +02:00
useChatExtraContext.tsx webui : bump max upload file size to 500MB (#13779) 2025-05-25 18:02:18 +01:00
useChatScroll.tsx server : (webui) revamp the input area, plus many small UI improvements (#13365) 2025-05-08 15:37:29 +02:00
useChatTextarea.ts server : (webui) revamp the input area, plus many small UI improvements (#13365) 2025-05-08 15:37:29 +02:00