Commit Graph

430 Commits

Author SHA1 Message Date
hank
5189a46232 New translations en.po (Hungarian) 2025-09-05 13:46:33 -04:00
hank
3c06d8bdb8 New translations en.po (Greek) 2025-09-05 13:46:32 -04:00
hank
7678629d0e New translations en.po (Spanish) 2025-09-05 13:46:31 -04:00
hank
71488f5505 New translations en.po (French) 2025-09-05 13:46:30 -04:00
hank
87ef0ec535 New translations en.po (Russian) 2025-09-05 13:46:29 -04:00
hank
e3f17c25cb New translations en.po (Chinese Traditional, Hong Kong) 2025-09-05 13:46:28 -04:00
hank
5757c5806e New translations en.po (Croatian) 2025-09-05 13:46:27 -04:00
hank
32ecd494b4 New translations en.po (Chinese Traditional) 2025-09-05 13:46:26 -04:00
hank
350bedbe93 New translations en.po (Chinese Simplified) 2025-09-05 13:46:24 -04:00
hank
379b585fb3 New translations en.po (Portuguese) 2025-09-05 13:46:23 -04:00
hank
b345a608a6 New translations en.po (Dutch) 2025-09-05 13:46:22 -04:00
hank
c9b95fd31c New translations en.po (Korean) 2025-09-05 13:46:21 -04:00
hank
2977b6525f New translations en.po (Italian) 2025-09-05 13:46:20 -04:00
hank
a4ede4a1d3 New translations en.po (Danish) 2025-09-05 13:46:19 -04:00
hank
8ea2e5f3b2 New translations en.po (Czech) 2025-09-05 13:46:18 -04:00
hank
5f276ee994 New translations en.po (Bulgarian) 2025-09-05 13:46:17 -04:00
hank
4348e31a7a New translations en.po (Arabic) 2025-09-05 13:46:16 -04:00
hank
b3607505ad New translations en.po (German) 2025-09-05 13:46:15 -04:00
hank
026d4426a0 New translations en.po (Vietnamese) 2025-09-05 13:46:14 -04:00
hank
7087921bdd New translations en.po (Polish) 2025-09-05 13:46:13 -04:00
hank
4e974a75f5 New translations en.po (Japanese) 2025-09-05 13:46:12 -04:00
henrygd
862399d8ec update language files 2025-09-05 12:36:45 -04:00
Riedel, Max
e22d7ca801 fix: add nextSystemToken to deps of useEffect to generate a new token after system creation (#1142) 2025-09-05 11:00:32 -04:00
henrygd
a162a54a58 bump go version and add keyword 2025-09-04 19:13:10 -04:00
henrygd
794db0ac6a make sure old names are removed in systemsbyname store 2025-09-04 19:13:10 -04:00
henrygd
86e87f0d47 refactor hub dev server
- moved html replacement functionality from vite to go
2025-09-01 22:16:57 -04:00
henrygd
82ccfc66e0 refactor: shared container charts config hook 2025-09-01 18:41:30 -04:00
henrygd
890bad1c39 refactor: improve runOnce with weakmap cache 2025-09-01 18:34:29 -04:00
henrygd
9c458885f1 refactor (hub): add systemsManager module
- Removed the `updateSystemList` function and replaced it with a more efficient system management approach using `systemsManager`.
- Updated the `App` component to initialize and subscribe to system updates through the new `systemsManager`.
- Refactored the `SystemsTable` and `SystemDetail` components to utilize the new state management for systems, improving performance and maintainability.
- Enhanced the `ActiveAlerts` component to fetch system names directly from the new state structure.
2025-09-01 17:29:33 -04:00
henrygd
d2aed0dc72 refactor: replace useLocalStorage with useBrowserStorage 2025-09-01 17:28:13 -04:00
Augustin ROLET
3dbcb5d7da Minor UI changes (#1110)
* ui: add devices count from #1078

* ux: save sortMode in localStorage from #1024

* fix: reload component when system switch to "up"

* ux: move running systems to desc field
2025-08-31 18:16:25 -04:00
henrygd
0c32be3bea 0.12.6 release :) 2025-08-29 17:24:45 -04:00
henrygd
81d43fbf6e refactor: small style improvements 2025-08-29 17:23:47 -04:00
henrygd
96f441de40 Virtualize All Systems table to improve performance with hundreds of systems (#1100)
- Also truncate long system names in tables and alerts sheet. (#1104)
2025-08-29 16:16:45 -04:00
henrygd
0e95caaee9 update command ui component 2025-08-29 15:04:26 -04:00
Sven van Ginkel
7697a12b42 fix alignment for metrics (#1109) 2025-08-29 14:00:17 -04:00
henrygd
b084814aea auth form: fix border style and add theme toggle 2025-08-28 21:17:44 -04:00
henrygd
a3420b8c67 add max 1 min memory 2025-08-28 20:07:22 -04:00
henrygd
e1bb17ee9e update locale files 2025-08-28 18:23:40 -04:00
henrygd
52983f60b7 refactor: add api module and page preloading 2025-08-28 18:23:24 -04:00
henrygd
1f053fd85d update 2025-08-28 17:31:18 -04:00
Sven van Ginkel
a989d121d3 [Feature] Add Status Filtering to Systems Table (#927) 2025-08-28 17:30:44 -04:00
Sven van Ginkel
50d2406423 [Bug] Fix system table in Safari (#1092)
Co-authored-by: henrygd <hank@henrygd.me>
2025-08-28 12:07:27 -04:00
henrygd
5f4d3dc730 0.12.5 release :) 2025-08-26 21:04:46 -04:00
henrygd
8fa9aece63 change long german translation 2025-08-26 20:50:35 -04:00
henrygd
2f1a022e2a refactor: use width for meters instead of scale 2025-08-26 20:49:31 -04:00
henrygd
e2a57dc43b update tooltip component for tailwind 4 2025-08-26 16:16:38 -04:00
henrygd
02ff475b84 improve language toggle selected style 2025-08-25 22:14:48 -04:00
henrygd
20ca6edf81 0.12.4 release :) 2025-08-25 20:23:38 -04:00
henrygd
4ce491fe48 i18n: add default machine translations for new strings 2025-08-25 17:02:34 -04:00