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
0f5b1b5157
refactor: replace status strings with systemstatus enum
...
- also small style changes after tailwind update
2025-08-23 20:35:18 -04:00
henrygd
684d92c497
upgrade to tailwind 4
2025-08-22 18:06:19 -04:00
henrygd
9d25181d1d
use anchor tag for system table links
2025-08-21 18:44:38 -04:00
henrygd
12059ee3db
refactor: js performance improvements
2025-08-06 22:21:48 -04:00
henrygd
5f7950b474
tweaks to custom meter percentages
2025-08-02 20:53:49 -04:00
Sven van Ginkel
df9e2dec28
[Feature] Add custom meter percentages ( #942 )
2025-08-02 17:58:52 -04:00
henrygd
a0f271545a
refactoring (no functionality changes)
2025-08-02 17:04:38 -04:00
Bradley Varol
aa2bc9f118
fix systems table names wrapping ( #1027 )
2025-08-02 12:28:49 -04:00
Sven van Ginkel
e362cbbca5
Move copy button ( #1010 )
...
Thank you!
2025-07-28 19:20:37 -04:00
henrygd
91679b5cc0
refactor load average handling ( #982 )
...
- Transitioned from individual load average fields (LoadAvg1, LoadAvg5,
LoadAvg15) to a single array (LoadAvg)
- Ensure load is displayed when all zero values.
2025-07-25 18:07:29 -04:00
henrygd
5f44965c2c
improve table formatting and fix #983
...
- should fix NaN display bug for dasboard cpu
- standardize decimals for dash meters
2025-07-25 00:29:08 -04:00
henrygd
46fdc94cb8
improve bandwidth measurement precision + refactor default area chart
2025-07-23 15:52:02 -04:00
henrygd
18d9258907
Alert history updates
2025-07-21 20:07:52 -04:00
henrygd
3730a78e5a
update load avg display and include it in longer records
2025-07-16 21:24:42 -04:00
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
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
6520783fe9
small ui tweaks
2025-07-12 21:16:40 -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
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
9b65110aef
fix dumb error i pushed five min ago :)
2025-03-15 01:16:18 -04:00
henrygd
fb2adf08dc
remove "GPU" from translations
2025-03-15 01:03:11 -04:00
henrygd
3058c24e82
Allow dynamic size value in default area chart
...
- Fixes system pause / unpause rendering
- Some formatting
2025-03-13 22:04:29 -04:00
henrygd
d36b8369cc
react refactoring for better performance with lots of systems
2025-03-13 02:16:54 -04:00
henrygd
fd79bc3341
i18n: update language files and fix strings for new lingui version
2025-03-06 00:58:29 -05:00
henrygd
17a163de26
feat: allow searching by status in systems table
2025-03-03 23:39:50 -05:00
henrygd
c12b27afb5
refactor: update system table and improve add-system dialog
2025-02-19 20:28:45 -05:00
henrygd
5ea6eb08a1
feat: PRIMARY_SENSOR env var to choose dashboard temp
2025-02-11 15:11:46 -05:00
henrygd
6b2a9463ca
feat: edit system dialog in dashboard
2025-02-11 14:12:25 -05:00
henrygd
aa3de511b9
refactor: get rid of console warnings on dashboard
2025-02-08 19:40:32 -05:00
henrygd
3afab00937
feat: display peak GPU usage in dashboard
2025-02-08 19:24:38 -05:00
henrygd
e6054058b9
feat: add temperatures to dashboard
...
- Refactor temperature related code and move to standalone function
2025-02-07 21:27:15 -05:00
Henry Dollman
58085bf300
feature: support serving from subpath ( #33 )
...
Co-authored-by: Karthik T <karthikt.holmes+github@gmail.com >
2025-02-04 21:22:40 -05:00
Henry Dollman
81fa4f16d6
ui: grey meters in systems table if system is not up ( #370 )
2025-01-06 13:22:51 -05:00
Henry Dollman
d2626d8337
update translations
2024-12-09 17:04:40 -05:00
Henry Dollman
e70de6a59e
systems table updates
...
- component refactoring
- style updates for "view" menu and grid
2024-12-08 18:08:54 -05:00
0xMMMMMM
5110eaf10f
refactor: reorganize systems table options into single dropdown
...
Combines view type, sort by and visible fields into a single dropdown menu for better organization.
2024-12-08 06:26:12 +07:00
0xMMMMMM
0234682720
feat: add grid view option for systems table
...
- Add toggle button to switch between table and grid layouts
- Implement card-based grid view with system metrics
- Add sort dropdown menu for grid view
- Display system status, metrics with icons and labels
- Improve handling of long system names
- Maintain consistent sorting and filtering between views
- Persist view preference in localStorage
2024-12-06 15:09:37 +07:00
Henry Dollman
8a2e821c8f
style updates
2024-11-12 15:03:15 -05:00
Henry Dollman
44747e75b0
add columns filter for systems table
2024-11-02 13:35:14 -04:00
Henry Dollman
a93ff63605
migrate to lingui
2024-11-01 20:31:57 -04:00
Henry Dollman
856683610a
rtl layout updates
2024-10-31 22:15:21 -04:00
Henry Dollman
7e27fee006
RTL layout fixes
2024-10-31 19:34:10 -04:00
Henry Dollman
df0f3a154f
rtl layout progress and updates to arabic translations
2024-10-31 16:48:28 -04:00
Henry Dollman
3505b215a2
add prettier config and format files site files
2024-10-30 11:03:09 -04:00