Timothy Jaeryang Baek
97cc94756e
chore: bump
2026-03-08 19:00:50 -05:00
Timothy Jaeryang Baek
3ceaa107ab
chore: format
2026-03-07 20:14:32 -06:00
Timothy Jaeryang Baek
e303c3da3b
refac: inline codespan rich text input
...
Co-Authored-By: Abdul Moiz <86627657+abdulmoizjawed@users.noreply.github.com >
2026-03-07 17:45:00 -06:00
Timothy Jaeryang Baek
a181b4a731
feat: add SQLite database browser in FileNav
...
- New SqliteView component with table tabs, paginated data view
(100 rows/page), SQL query editor (Cmd+Enter), NULL/BLOB formatting,
sticky column headers, and dark mode
- Supports .db, .sqlite, .sqlite3, .db3 extensions
- Uses sql.js WASM served locally from /sql.js/sql-wasm.wasm
- Also fixes display_file handling when another file is already open
2026-03-05 13:34:21 -06:00
Timothy Jaeryang Baek
627b063b88
refac
2026-03-04 16:01:24 -06:00
Timothy Jaeryang Baek
890949abe6
feat: add DOCX/XLSX/PPTX file preview
...
- DOCX: mammoth converts to semantic HTML (prose preview)
- XLSX: xlsx library extended to FileNav with sheet tabs at bottom
- PPTX: custom canvas renderer produces PNG images per slide
with panzoom zoom/pan and slide navigation
Changes:
- New: src/lib/utils/pptxToHtml.ts (canvas-based PPTX renderer)
- FileNav.svelte: office format detection, blob download, conversion
- FilePreview.svelte: office rendering branches, sheet tabs, slide viewer
- FileItemModal.svelte: DOCX/PPTX preview tabs
- package.json: added mammoth dependency
2026-03-04 15:50:37 -06:00
Timothy Jaeryang Baek
3de14a53c2
chore: format
2026-03-02 17:04:52 -06:00
Timothy Jaeryang Baek
4f6cb771f1
enh: open terminal
2026-03-02 14:49:02 -06:00
Timothy Jaeryang Baek
2751a0f0b6
refac
2026-03-01 19:09:10 -06:00
Timothy Jaeryang Baek
d415edcfcd
chore: bump
2026-03-01 13:14:20 -06:00
Timothy Jaeryang Baek
3761b3ac28
refac
2026-02-23 11:52:35 -06:00
Timothy Jaeryang Baek
ffcf97e3e1
chore: bump
2026-02-23 03:24:33 -06:00
Timothy Jaeryang Baek
9044abf3bb
chore: format
2026-02-23 01:40:53 -06:00
Timothy Jaeryang Baek
e0bdef85ab
chore: format
2026-02-17 01:11:48 -06:00
Timothy Jaeryang Baek
6d17de6c67
chore: bump
2026-02-16 00:53:36 -06:00
Timothy Jaeryang Baek
df6e38039f
refac
2026-02-13 13:29:22 -06:00
Timothy Jaeryang Baek
ba18d6250a
refac
2026-02-11 02:26:01 -06:00
Timothy Jaeryang Baek
d81a36310c
chore: bump
2026-01-11 00:58:57 +04:00
Timothy Jaeryang Baek
c4de5ea50c
chore: bump
2026-01-10 00:40:37 +04:00
Timothy Jaeryang Baek
924af3d908
chore: format
2026-01-09 02:45:50 +04:00
Classic298
f5455d48c4
Chore: dup bump for NPM and PIP ( #20386 )
...
* Update pyproject.toml
* Update aiohttp version to 3.13.3
* Update aiohttp version to 3.13.3
* Update pyproject.toml
* Update requirements.txt
* Update package.json
2026-01-05 22:34:25 +04:00
Timothy Jaeryang Baek
460ab07f39
chore: y-protocols dep
...
Co-Authored-By: G30 <50341825+silentoplayz@users.noreply.github.com >
Co-Authored-By: Classic298 <27028174+Classic298@users.noreply.github.com >
2026-01-05 19:26:27 +04:00
Timothy Jaeryang Baek
5088583721
chore: bump
2025-12-22 10:02:57 +04:00
Timothy Jaeryang Baek
01e88c6ac2
chore: format
2025-12-21 23:34:08 +04:00
Timothy Jaeryang Baek
6993b0b40b
enh: temp chat docx file support
2025-12-21 14:37:55 +04:00
G30
e61724d2b1
feat: Enhanced File Viewer Modal (Excel, CSV, Markdown & Code) ( #20035 )
...
* feat: Add Excel file viewer to FileItemModal
* feat: Add CSV file viewer to FileItemModal
* feat: Add Markdown and Code syntax highlighting to file viewer
* chore: add dependency
* fix: default to raw text view for Excel/Code/MD files
* fix: only show rows count in preview tab for excel files
2025-12-20 08:15:01 -05:00
Timothy Jaeryang Baek
9d87688ecc
chore: bump
2025-12-02 16:53:05 -05:00
Timothy Jaeryang Baek
33a52628e6
chore: bump
2025-11-25 05:48:12 -05:00
Timothy Jaeryang Baek
e6d8f89850
chore: version bump
2025-11-25 04:38:13 -05:00
Timothy Jaeryang Baek
b004a4a2c1
chore: bump
2025-11-24 06:13:21 -05:00
Timothy Jaeryang Baek
48d1e67e79
chore: format
2025-11-23 20:15:52 -05:00
Timothy Jaeryang Baek
9b3ecb703a
chore: bump
2025-11-06 16:37:41 -05:00
Timothy Jaeryang Baek
224e4c3a61
chore: format
2025-11-06 03:51:26 -05:00
Timothy Jaeryang Baek
20cd9e9461
chore: svelte5 bump
2025-10-26 21:06:32 -07:00
Timothy Jaeryang Baek
b48c790a76
chore: bump
2025-10-16 11:34:15 -05:00
Tim Jaeryang Baek
f65231becb
Merge pull request #18040 from rgaricano/dev-FEAT_Vega_Visualizer
...
FEAT: Add Vega-Lite Char Visualizer Renderer
2025-10-03 23:52:30 -05:00
_00_
039358e049
FEAT: Add Vega-Lite Char Visualizer Renderer
...
### FEAT: Add Vega Char Visualizer Renderer
Add suport for Vega-Lite Specifications.
Vega-Lite is a "compiled" version of Vega Char Visualizer.
For be rendered with Vega it have to be compiled.
This PR add the check and compile if necessary, is a complement of recent Vega Renderer Feature added.
2025-10-04 06:41:07 +02:00
Timothy Jaeryang Baek
9ff6baf7d9
chore
2025-10-03 18:06:05 -05:00
_00_
351ba167f5
FEAT: Add Vega Char Visualizer Renderer
...
### FEAT: Add Vega Char Visualizer Renderer
Feature required in https://github.com/open-webui/open-webui/discussions/18022
Added npm vega lib to package.json
Added function for visualization renderer to src/libs/utils/index.ts
Added logic to src/lib/components/chat/Messages/CodeBlock.svelte
The treatment is similar as for mermaid diagrams.
Reference: https://vega.github.io/vega/
2025-10-03 19:42:04 +02:00
Timothy Jaeryang Baek
88aca2e4d8
chore: format
2025-09-28 23:42:38 -05:00
Timothy Jaeryang Baek
393bdd7ead
chore: bump
2025-09-25 14:13:12 -05:00
Timothy Jaeryang Baek
1afa366dcb
refac
2025-09-22 14:46:47 -04:00
Timothy Jaeryang Baek
a89ffccd7e
refac
2025-09-19 00:10:39 -05:00
Timothy Jaeryang Baek
6c39dc764d
chore: bump
2025-09-17 12:19:18 -05:00
Timothy Jaeryang Baek
81cefd8541
chore: bump
2025-09-12 21:52:46 +04:00
Timothy Jaeryang Baek
6b69c4da0f
refac/enh: commands ui
2025-09-12 20:31:57 +04:00
Timothy Jaeryang Baek
958a76d448
chore: bump
2025-09-10 14:06:12 +04:00
Timothy Jaeryang Baek
cbb4684b16
chore
2025-09-09 18:16:24 +04:00
Timothy Jaeryang Baek
7fc3ac38ac
chore
2025-09-09 15:58:58 +04:00
Tim Jaeryang Baek
adbaaa65f9
Merge pull request #17097 from open-webui/dependabot/npm_and_yarn/dev/tiptap/extension-highlight-3.3.0
...
build(deps): bump @tiptap/extension-highlight from 3.0.7 to 3.3.0
2025-09-01 22:51:23 +04:00