Tim Jaeryang Baek
85077d198b
Merge pull request #16537 from PeterDaveHello/i18n
...
Fix missing translation for system prompt placeholder
2025-08-12 23:54:47 +04:00
Timothy Jaeryang Baek
7f17b31c12
fix: temp chat indicator styling
2025-08-12 21:43:10 +04:00
Tim Jaeryang Baek
47cde38369
Merge pull request #16509 from ShirasawaSama/patch-2
...
i18n: Improve zh-CN translation
2025-08-12 21:33:12 +04:00
Tim Jaeryang Baek
4616997e6a
Merge pull request #16502 from joaoback/patch-1
...
Update translation.json (pt-BR)
2025-08-12 21:32:50 +04:00
Peter Dave Hello
32753326fa
i18n: Fix missing translation for system prompt placeholder
2025-08-12 22:33:50 +08:00
ButterflyOfFire
0c5950fb60
Using prettier with tabs
2025-08-12 14:47:11 +01:00
ButterflyOfFire
1d3c656286
i18n: update kabyle translations
...
Hi, Here is a 58% translation progress.
2025-08-12 14:32:14 +01:00
Shirasawa
4c30f22444
Update translation.json
2025-08-12 15:28:55 +08:00
Shirasawa
6af94ae8f3
Update translation.json
2025-08-12 14:16:26 +08:00
Shirasawa
2625cd8719
Update translation.json
2025-08-12 12:10:09 +08:00
Timothy Jaeryang Baek
f91da291d9
refac: reactive user settings
2025-08-12 03:48:04 +04:00
joaoback
06666cb148
Update translation.json
...
Several improvements were made and new translations were included for those items that had not yet been translated.
2025-08-11 18:49:40 -03:00
Timothy Jaeryang Baek
62506b1955
fix: duckduckgo isn't duckduckgo anymore
2025-08-11 22:43:29 +04:00
Timothy Jaeryang Baek
2df4e7207b
refac
2025-08-11 17:38:00 +04:00
Timothy Jaeryang Baek
17cc3b7d72
fix: chat item generate title button
2025-08-11 17:13:22 +04:00
Timothy Jaeryang Baek
d89c5b6c30
chore: format
2025-08-11 17:01:56 +04:00
Timothy Jaeryang Baek
8fd5006b6f
refac
2025-08-11 17:01:18 +04:00
Timothy Jaeryang Baek
97448e25ec
fix: openai error handling
2025-08-11 17:00:06 +04:00
Timothy Jaeryang Baek
8916a284bd
chore: format
2025-08-11 16:43:17 +04:00
Tim Jaeryang Baek
9aea18f90c
Merge pull request #16479 from EventHorizon-AI/fix/landing-page-mode
...
fix: Correctly determine the Landing Page Mode
2025-08-11 16:18:55 +04:00
Timothy Jaeryang Baek
6202e09348
refac
2025-08-11 14:09:35 +04:00
EntropyYue
29ba56757d
fix: Correctly determine the Landing Page Mode
2025-08-11 17:59:01 +08:00
Shirasawa
8424acef4b
Update translation.json
2025-08-11 07:35:46 +00:00
Timothy Jaeryang Baek
1623396086
refac: styling
2025-08-11 00:57:37 +04:00
Timothy Jaeryang Baek
29447366d1
refac: styling
2025-08-11 00:54:08 +04:00
Tim Jaeryang Baek
5941713b0c
Merge pull request #16448 from BoFFire/dev
...
i18n add kabyle language
2025-08-11 00:49:08 +04:00
Timothy Jaeryang Baek
497471d16b
enh: regenerate menu toggle setting
2025-08-11 00:43:41 +04:00
ButterflyOfFire
4df4091899
Update languages.json
...
Adding kabyle language to the list
2025-08-10 17:40:27 +01:00
ButterflyOfFire
c7753f2d9b
i18n add kabyle translation
...
Adding 34% translation.
2025-08-10 17:39:09 +01:00
Timothy Jaeryang Baek
77dcfb5062
chore: format
2025-08-10 16:54:49 +04:00
Tim Jaeryang Baek
b82324b7b7
Merge pull request #16443 from rgaricano/dev_es-ES
...
UPD: Update es-ES Translation adapted to v0.6.20
2025-08-10 16:52:14 +04:00
Tim Jaeryang Baek
e33fb2c751
Merge pull request #16442 from andrewbbaek/dev
...
update ko-KR translation.json
2025-08-10 16:52:00 +04:00
_00_
1416387af1
UPD: Update es-ES Translation adapted to v0.6.20
...
Updated Spanish Translation adapted to v0.6.20
- Added translation for new strings
2025-08-10 14:43:24 +02:00
Andrew Baek
f436f2c106
Update ko-KR translation.json
2025-08-10 16:20:29 +04:00
Andrew Baek
5229459c02
update ko-KR translation.json
2025-08-10 16:15:49 +04:00
Timothy Jaeryang Baek
662f3cd1b3
refac
2025-08-10 16:13:13 +04:00
Tim Jaeryang Baek
ee60c3e92a
Merge pull request #16441 from athoik/user_groups
...
feat: Display assigned user groups in Admin Panel
2025-08-10 16:08:29 +04:00
Timothy Jaeryang Baek
58a6f5df98
fix: sink list icon missing
2025-08-10 16:07:52 +04:00
Athanasios Oikonomou
dc453efa5c
feat: Display assigned user groups in Admin Panel
...
Description:
This PR adds the ability to view a user’s assigned groups in the Admin Panel when editing a user.
Backend Changes:
Added a new endpoint:
GET /api/v1/users/{user_id}/groups
Returns the list of groups assigned to a specific user.
Requires admin privileges.
Frontend Changes:
Implemented getUserGroupsById API function to call the new backend endpoint, in lib/apis/users.
Updated EditUserModal.svelte to:
Load user groups asynchronously when the modal is opened.
Display the groups inline in the form before the Save button.
Show a loading state while fetching, and a “No groups assigned” message if none exist.
Result:
Admins can now see which groups a user belongs to directly from the edit user modal,
improving visibility and reducing the need to navigate away for group membership checks.
2025-08-10 14:49:01 +03:00
Tim Jaeryang Baek
397c1e7684
Merge pull request #16440 from aindriu80/update-ga-string-10-august
...
(i18n) Updated Irish translations
2025-08-10 15:22:54 +04:00
Timothy Jaeryang Baek
c3ca241e57
fix: quick actions input
2025-08-10 15:10:50 +04:00
Aindriú Mac Giolla Eoin
f9d829c1cd
Updating Irish translations
2025-08-10 12:01:53 +01:00
Aleix Dorca
e2572dca43
Update catalan translation.json
2025-08-10 09:23:33 +02:00
Timothy Jaeryang Baek
86e0898920
fix: quick actions add issue
2025-08-10 02:52:40 +04:00
Timothy Jaeryang Baek
bfd8c6b87e
refac
2025-08-10 02:37:27 +04:00
Timothy Jaeryang Baek
0af66558ae
refac
2025-08-10 02:35:41 +04:00
Timothy Jaeryang Baek
d7e9b0828b
refac
2025-08-10 02:17:54 +04:00
Timothy Jaeryang Baek
e9c93d082e
chore: format
2025-08-10 02:15:53 +04:00
Timothy Jaeryang Baek
3f7d3def02
enh: folder filter
2025-08-10 02:10:18 +04:00
Timothy Jaeryang Baek
50181ee99e
refac
2025-08-10 01:03:02 +04:00