Sven van Ginkel
7cdd0907e8
[Feature][0.12.0-Beta] Enhance Load Average Display, Charting & Alert Grouping ( #960 )
...
* Add 1m load
* update alart dialog
* fix null data
* Remove omit zero
* change table and alert view
2025-07-16 16:03:26 -04:00
henrygd
752ccc6beb
hide tokens page for readonly users
2025-07-16 14:41:23 -04:00
henrygd
f577476c81
clear systems from memory on logout ( #970 )
2025-07-16 14:39:15 -04:00
henrygd
49ae424698
refactor: consolidate fixedFloat funcs + remove trailing zeroes from y axis
2025-07-15 21:46:41 -04:00
henrygd
d4fd19522b
fix races when loading user settings
2025-07-15 21:29:51 -04:00
henrygd
5c047e4afd
Refactor unit preferences and update chart components
...
* Refactor user settings to use enum for unit preferences (temperature,
network, disk).
* Update chart components to utilize new unit formatting functions
* Remove deprecated conversion functions and streamline unit handling
across charts.
* Enhance settings page to allow user selection of unit preferences with
updated labels.
2025-07-15 18:57:37 -04:00
Anish Chanda
6576141f54
Adds display unit preference ( #938 )
...
* Adds temperature unit preference
* add unit preferences for networking
* adds options for MB/s and bps.
* supports disk throughput unit preferences
2025-07-14 14:46:13 -04:00
henrygd
806c4e51c5
v0.12.0-beta2 release
2025-07-12 21:19:57 -04:00
henrygd
6520783fe9
small ui tweaks
2025-07-12 21:16:40 -04:00
henrygd
48c8a3a4a5
update package-lock.json
2025-07-12 21:06:01 -04:00
NeMeow
1ba362bafe
Add 5m and 10m load avg alerts and table values ( #816 )
...
Co-authored-by: henrygd <hank@henrygd.me >
2025-07-12 19:47:33 -04:00
henrygd
780644eeae
Update translations on tokens page
2025-07-08 21:32:16 -04:00
henrygd
71f081da20
add :edge image tag
2025-07-08 20:40:51 -04:00
henrygd
11c61bcf42
update translations for 0.12.0 beta
2025-07-08 19:28:30 -04:00
henrygd
402a1584d7
Add CBOR and agent initiated WebSocket connections ( #51 , #490 , #646 , #845 , etc)
...
- Add version exchange between hub and agent.
- Introduce ConnectionManager for managing WebSocket and SSH connections.
- Implement fingerprint generation and storage in agent.
- Create expiry map package to store universal tokens.
- Update config.yml configuration to include tokens.
- Enhance system management with new methods for handling system states and alerts.
- Update front-end components to support token / fingerprint management features.
- Introduce utility functions for token generation and hub URL retrieval.
Co-authored-by: nhas <jordanatararimu@gmail.com >
2025-07-08 18:41:36 -04:00
henrygd
99d61a0193
update makefile and other tiny refactoring
...
- remove goccy/json dep
- add explicit types in gpu.go
2025-07-08 18:21:14 -04:00
henrygd
e0e21eedd6
update deps
2025-07-08 15:35:06 -04:00
henrygd
ae84919c39
update windows install command to use bypass execution policy ( #739 )
2025-05-24 21:49:43 -04:00
henrygd
4d5b096230
Improve 'add system' dropdown buttons
2025-05-09 22:31:47 -04:00
henrygd
ffb3ec0477
Fix broken link to notifications when using base path
2025-05-02 20:02:23 -04:00
henrygd
d5c3d8f84e
release 0.11.1 with new line so goreleaser doesn't fail :)
...
- Temp disable docker workflow bc image was already build
2025-04-28 20:57:27 -04:00
Alexander Mnich
8f442992e6
New German translations
2025-04-28 20:48:38 -04:00
henrygd
39820c8ac1
release 0.11.1
2025-04-28 20:38:24 -04:00
henrygd
0c8b10af99
Escape backslashes in windows agent install command ( #785 )
2025-04-28 20:37:25 -04:00
henrygd
88d6307ce0
Add FreeBSD icon
2025-04-28 19:37:00 -04:00
henrygd
2cc516f9e5
update readme and notifications link
2025-04-27 20:05:07 -04:00
henrygd
ab6ea71695
Release v0.11.0
2025-04-27 19:20:17 -04:00
henrygd
6280323cb1
Always display two decimals in container memory tooltip
...
- Also removes --china-mirrors when copying brew install script
2025-04-27 19:18:44 -04:00
henrygd
e92a94a24d
update translations
2025-04-26 17:45:12 -04:00
Andypsl8
7c7c073ae4
New zh-CN translations
2025-04-26 14:58:06 -04:00
zoixc
c009a40749
New Russian translations
2025-04-26 14:56:23 -04:00
Alex van Steenhoven
5e85b803e0
New Dutch translations
2025-04-26 14:55:05 -04:00
henrygd
256d3c5ba1
Italian translations from @saamdotexe
2025-04-26 14:51:29 -04:00
henrygd
bd048a8989
French translations from leo.info54 on crowdin
2025-04-26 14:46:24 -04:00
henrygd
f6b4231500
new Arabic translations from rihla on crowdin
2025-04-26 14:41:31 -04:00
henrygd
bda06f30b3
Add temperature chart filtering ( #430 )
...
- Refactored ContainerFilterBar to accept a dynamic store prop.
- Updated filtering logic in ContainerChart to be case-insensitive.
2025-04-25 19:19:19 -04:00
henrygd
c74e7430ef
Disable h/l/left/right changing system if shift, ctrl, or meta keys are pressed ( #703 )
2025-04-23 16:40:58 -04:00
henrygd
2467bbc0f0
Add support for copying Windows and Homebrew installation commands
2025-04-23 14:17:14 -04:00
henrygd
ea665e02da
Improve system information retrieval for macOS and Windows
...
- Introduce `Os` enum to represent supported operating systems.
- Update `SystemInfo` interface to include OS type.
- Refactor `ContainerChart` component to use `ChartType` enum for better clarity.
- Switched to dynamic units in container memory chart.
2025-04-22 20:29:17 -04:00
henrygd
358e05d544
truncate tooltip container name if very long
2025-04-22 20:16:11 -04:00
henrygd
9a8071c314
prepend base path for command palette links
2025-04-05 17:34:33 -04:00
henrygd
80df0efccd
add correct icon / label for windows build number
2025-04-05 17:33:41 -04:00
henrygd
7057f2e917
release 0.10.2
2025-03-15 03:01:57 -04:00
henrygd
47b2689f24
updates for lingui 5
2025-03-15 03:01:49 -04:00
henrygd
9b65110aef
fix dumb error i pushed five min ago :)
2025-03-15 01:16:18 -04:00
henrygd
3935a9bf00
i18n: update language files
2025-03-15 01:03:20 -04:00
henrygd
fb2adf08dc
remove "GPU" from translations
2025-03-15 01:03:11 -04:00
stanol
61441b115b
i18n: new Ukrainian translations
2025-03-15 00:58:38 -04:00
aroxu
3ad78a2588
i18n: new Korean translations
2025-03-15 00:57:51 -04:00
harupong
81514d4deb
i18n: new Japanese translations
2025-03-15 00:55:14 -04:00