Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
193a130
feat: Started adding i18n support to the UI.
Apr 3, 2026
95066ad
chore: The translation file.json has been migrated and renamed to en.…
HackZers7 Apr 6, 2026
ad5adac
chore: Moved dialogs to components.
HackZers7 Apr 6, 2026
fc70aa6
refactor: Some translation lines have been moved.
HackZers7 Apr 6, 2026
52e42ca
chore: Added support for all extended components.
HackZers7 Apr 6, 2026
aec8753
chore: Added i18n support for the remaining UI components, except tab…
HackZers7 Apr 6, 2026
6d6a9a6
chore: Add others table components
HackZers7 Apr 7, 2026
7ad386c
refactor: Standardized keys for UI components.
HackZers7 Apr 7, 2026
da33f6b
chore: Added support for accounts.
HackZers7 Apr 7, 2026
dc9dff3
chore: Added support for agentExecution.
HackZers7 Apr 7, 2026
70158bc
chore: Added support for agentFlows V1 (index).
HackZers7 Apr 7, 2026
07c6921
chore: Added a lost key.
HackZers7 Apr 7, 2026
0fdbccb
chore: i18n coverage for UI labels in account, input and doc store
HackZers7 Apr 8, 2026
16b8467
chore: Fixed a broken build after adding new dependencies.
HackZers7 Apr 8, 2026
e934ea9
chore: Add support for agentflows v2, API keys.
HackZers7 Apr 8, 2026
ab12581
chore: Add support for agents.
HackZers7 Apr 9, 2026
48afce2
chore: Add support for auth.
HackZers7 Apr 10, 2026
660b94d
chore: Add support for canvas.
HackZers7 Apr 10, 2026
ca75a9f
chore: Add support for chatbot and chatflows.
HackZers7 Apr 10, 2026
c112f46
chore: Partially add support for chat messages.
HackZers7 Apr 10, 2026
fd1377f
chore: Add full support for chat messages.
HackZers7 Apr 13, 2026
5fa127e
chore: Add support for credentials.
HackZers7 Apr 13, 2026
e60569d
chore: Add support for dataset view.
HackZers7 Apr 13, 2026
057bda2
chore: Add support for doc store.
HackZers7 Apr 13, 2026
056d2c6
chore: Cleanup doc store.
HackZers7 Apr 13, 2026
c301ecc
chore: Add support for evaluations.
HackZers7 Apr 14, 2026
0ff9bfc
chore: Add support for evaluators.
HackZers7 Apr 14, 2026
eda62a1
chore: Add support for files and marketplace.
HackZers7 Apr 14, 2026
0dd668f
chore: Add support for organization, roles, tools.
HackZers7 Apr 15, 2026
3c34494
chore: Add support for users.
HackZers7 Apr 15, 2026
d81403c
chore: Add support for variables, vectorstore and workspace.
HackZers7 Apr 16, 2026
1a3a256
chore: Add support in helper.
HackZers7 Apr 16, 2026
437e791
chore: fix badges locale.
HackZers7 Apr 16, 2026
b8c1b42
chore: Fix for i18n load warnings.
HackZers7 Apr 16, 2026
189d369
chore: Fix validation keys.
HackZers7 Apr 17, 2026
e4c562c
chore: Added missed support for header.
HackZers7 Apr 17, 2026
a4da858
chore: Added a simple language switch.
HackZers7 Apr 17, 2026
1411558
refactor: Moved the delete dialog to a separate namespace.
HackZers7 Apr 17, 2026
7362a9c
chore: Checked for missing and unused keys.
HackZers7 Apr 17, 2026
ee7d890
chore: Add support for 'choose an option'.
HackZers7 Apr 17, 2026
74840a3
refactor: Unified the keys.
HackZers7 Apr 17, 2026
e2acc0c
chore: Add support for McpServer and fix some errors.
HackZers7 Apr 20, 2026
232dabd
chore: Fixed a bug with code and TooltipWithParser when using the Tra…
HackZers7 Apr 20, 2026
e1802a0
chore: Fix t import.
HackZers7 Apr 20, 2026
c635e04
chore: Fix some t usage.
HackZers7 Apr 20, 2026
19eb9c2
chore: Fixed the non-breaking space and EmbedChat bug.
HackZers7 Apr 20, 2026
097a9d2
chore: Disable debug.
HackZers7 Apr 20, 2026
694b78d
chore: Fixed typos.
HackZers7 Apr 20, 2026
22c3976
chore: Possible fix for toolAgentFlow?
HackZers7 Apr 20, 2026
cc48097
chore: Fixed some failed interpolations.
HackZers7 Apr 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
"framer-motion": "^4.1.13",
"history": "^5.0.0",
"html-react-parser": "^3.0.4",
"i18next": "^26.0.4",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-http-backend": "^3.0.4",
"lodash": "^4.17.21",
"lowlight": "^3.3.0",
"moment": "^2.29.3",
Expand All @@ -59,6 +62,7 @@
"react-datepicker": "^4.21.0",
"react-device-detect": "^1.17.0",
"react-dom": "^18.2.0",
"react-i18next": "^17.0.2",
"react-markdown": "^8.0.6",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^8.0.5",
Expand Down
Loading