Timothy Jaeryang Baek
90eca2ac25
refac
2026-07-01 03:37:35 -05:00
Timothy Jaeryang Baek
54f31c630a
refac
2026-07-01 03:32:12 -05:00
Timothy Jaeryang Baek
52ee5cb1b3
refac
2026-07-01 03:29:44 -05:00
Timothy Jaeryang Baek
c98d8ecacc
refac
2026-07-01 03:16:54 -05:00
Timothy Jaeryang Baek
092b5857bb
refac
2026-07-01 03:09:26 -05:00
Algorithm5838
0e5540c2b2
fix: derive content from output for search ( #26405 )
2026-07-01 03:05:47 -05:00
Timothy Jaeryang Baek
4b08d65597
refac
2026-07-01 02:53:22 -05:00
Timothy Jaeryang Baek
0016266c06
refac
2026-07-01 02:49:33 -05:00
Timothy Jaeryang Baek
b6d4baeb7e
refac
2026-07-01 02:28:22 -05:00
Timothy Jaeryang Baek
989c6c13f5
refac
2026-07-01 02:26:47 -05:00
Timothy Jaeryang Baek
8fe480250f
refac
2026-07-01 02:25:20 -05:00
Aleix Dorca
9ed7af823c
Update and fix Catalan translation.json ( #26409 )
2026-07-01 02:11:24 -05:00
JuanMa Diaz
980786f574
i18n: fix Spanish relative time labels ( #26463 )
2026-07-01 02:10:37 -05:00
Algorithm5838
a78f0c0302
fix: use absolute indexURL for pyodide sandbox ( #26625 )
2026-07-01 02:09:19 -05:00
Classic298
2d7fc04bfb
fix: use updated_at for sidebar chat timestamp ( #26454 )
...
The sidebar time-ago indicator rendered `created_at`, so the relative time stayed pinned to the chat's creation age and never reflected new activity. After sending a message the chat would jump to the top of the list (which sorts by `updated_at`) while still showing a stale label such as "3w", which is confusing.
The indicator was originally added using `updated_at` and was inadvertently switched to `created_at` during a later refactor. Restore `updated_at` (falling back to `created_at` when absent) so the timestamp matches the list ordering and updates whenever a chat is modified.
Fixes #26451
2026-07-01 02:08:56 -05:00
Timothy Jaeryang Baek
2ed8934f5b
refac
2026-07-01 02:05:14 -05:00
Timothy Jaeryang Baek
56ee875e21
refac
2026-07-01 01:46:36 -05:00
Timothy Jaeryang Baek
58ef80d8f7
refac
2026-07-01 00:10:23 -05:00
Timothy Jaeryang Baek
af1c0eee89
refac
2026-06-30 20:20:15 -05:00
Timothy Jaeryang Baek
139206f0fe
refac
2026-06-30 16:59:02 -05:00
Timothy Jaeryang Baek
6ed56b07c4
refac
2026-06-30 16:55:25 -05:00
Sicknine
1014c212a4
i18n(th-TH): translate missing Thai keys/fix typo ( #26406 )
2026-06-30 15:18:18 -05:00
Timothy Jaeryang Baek
4067e357b2
refac
2026-06-29 21:31:49 -05:00
joaoback
651a02ed2f
i18n: add pt-BR translations for newly added UI items and consistency pass ( #26391 )
...
New **pt-BR** translations for items introduced in the latest releases, plus a consistency/quality pass across existing strings (grammar, tone, capitalization, pluralization). Placeholders and hotkeys preserved. No logic changes.
2026-06-29 21:14:01 -05:00
Timothy Jaeryang Baek
f6baa1bb77
refac
2026-06-29 14:34:22 -05:00
Timothy Jaeryang Baek
5134e5ecfc
refac
2026-06-29 14:03:11 -05:00
Timothy Jaeryang Baek
06c169f73f
chore: format
2026-06-29 13:42:24 -05:00
Timothy Jaeryang Baek
29d0113b37
refac
2026-06-29 13:41:57 -05:00
Classic298
6e3020b942
Update translation.json ( #26386 )
2026-06-29 13:40:25 -05:00
Timothy Jaeryang Baek
89709f5f80
refac
2026-06-29 13:39:08 -05:00
Timothy Jaeryang Baek
403392b41b
chore: format
2026-06-29 13:35:39 -05:00
Timothy Jaeryang Baek
c33fadc266
refac
2026-06-29 13:30:32 -05:00
Timothy Jaeryang Baek
0443ab3a61
refac
2026-06-29 13:30:28 -05:00
Timothy Jaeryang Baek
24b8619f64
refac
2026-06-29 13:15:11 -05:00
Timothy Jaeryang Baek
3319b6410e
refac
2026-06-29 13:14:42 -05:00
Timothy Jaeryang Baek
55cb98ff56
refac
2026-06-29 13:03:30 -05:00
Timothy Jaeryang Baek
517cd8d102
refac
2026-06-29 13:03:14 -05:00
Timothy Jaeryang Baek
7ea7680f56
refac
2026-06-29 12:59:05 -05:00
Timothy Jaeryang Baek
2c804b0ac4
refac
2026-06-29 12:55:10 -05:00
Timothy Jaeryang Baek
589b62b529
refac
2026-06-29 12:52:51 -05:00
Timothy Jaeryang Baek
21ac7e95a3
refac
2026-06-29 12:51:20 -05:00
Timothy Jaeryang Baek
fb27716186
refac
2026-06-29 12:46:37 -05:00
Timothy Jaeryang Baek
37a9da50df
refac
2026-06-29 12:46:32 -05:00
Timothy Jaeryang Baek
db9977926c
refac
2026-06-29 12:43:32 -05:00
Timothy Jaeryang Baek
ae5d23f226
refac
2026-06-29 12:38:04 -05:00
G30
c584a4270c
perf(ui): non-blocking model and tool server loading for unreachable connections ( #26289 )
...
- Move setModels() and setToolServers() out of the loaded gate in
+layout.svelte so the page renders immediately instead of blocking
behind slow/unreachable connection timeouts
- Track failed Ollama backend URLs from /api/tags and skip them in the
subsequent /api/ps fan-out, eliminating a redundant second timeout
- Silence the autocomplete toast that fires during the transient empty
model state
2026-06-29 12:34:00 -05:00
Timothy Jaeryang Baek
bb6b2db88b
refac
2026-06-29 12:26:23 -05:00
Timothy Jaeryang Baek
c89fd237b8
refac
2026-06-29 12:16:05 -05:00
G30
6fd8c599c1
fix(ui): workspace models bulk actions and search pagination ( #26274 )
2026-06-29 12:14:15 -05:00
Timothy Jaeryang Baek
2856def6c0
refac
2026-06-29 12:12:23 -05:00