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
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
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
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
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
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
ae22334645
pass hub version through html and update dependencies
...
- Changed Vite configuration to replace version during development.
2025-03-13 02:15:03 -04:00
henrygd
1d7c0ebc27
fix: error adding alerts to 50+ systems ( #664 )
...
- Fixed PB SDK autocancelling requests.
- Refactored SystemAlert and SystemAlertGlobal components.
- Introduced a batchWrapper function for handling batch operations on alerts.
2025-03-13 02:07:58 -04:00
henrygd
28589455bf
feat: keep chart time when navigating with arrow keys
2025-03-06 02:23:30 -05:00
henrygd
fd79bc3341
i18n: update language files and fix strings for new lingui version
2025-03-06 00:58:29 -05:00
henrygd
5fbc0de07f
refactor: rename address flag and environment variable to 'listen'
2025-03-05 23:37:51 -05:00
henrygd
c8130a10d4
fix: allow logout if auto login if enabled
2025-03-05 23:36:57 -05:00
henrygd
0619eabec2
feat: add keyboard navigation for systems
2025-03-05 23:35:46 -05:00
henrygd
99cdb196ca
feat: persist selected tab in system dialog ( #602 )
2025-03-04 01:09:48 -05:00
henrygd
17a163de26
feat: allow searching by status in systems table
2025-03-03 23:39:50 -05:00
henrygd
2b73d8845a
feat: allow x min downtime before alerting ( #595 , #625 )
...
- splits alerts package into three files. status alerts were not
modified aside from updating to slices.Delete method
2025-02-27 17:12:25 -05:00
henrygd
e5a66cc156
feat(add-system): add link to binary install docs in copy button
2025-02-23 20:39:57 -05:00
henrygd
1d13ecd8ec
ui: truncate full path of host if using unix socket
2025-02-22 17:58:30 -05:00
henrygd
6404895a47
refactor: centralize chart max/avg value state to global store
2025-02-22 15:28:07 -05:00
henrygd
c12b27afb5
refactor: update system table and improve add-system dialog
2025-02-19 20:28:45 -05:00
Kal McFate
4f80a58929
Update add-system.tsx docker-compose.yml template. ( #565 )
...
Adding `version: "3"` makes this compatible with more recent docker tools.
2025-02-13 19:52:49 -05:00
henrygd
0c54f95546
feat: auto-login if one oauth provider and password auth disabled
2025-02-11 17:44:18 -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
31d52d5e15
update style of add system dialog
2025-02-06 20:01:04 -05:00
Venipa
44d930a700
feat(AddAgent): added docker run command copy ( #534 )
2025-02-06 19:41:01 -05:00
Henry Dollman
1daf35406a
auth: ensure realtime subscriptions are cleared on logout
2025-02-05 20:24:39 -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
fdbbbc77b0
auth-form: red field border on error + firefox ux improvement ( #24 )
2025-02-03 17:59:39 -05:00
ompathak2004
20cba1b695
feat: update password max length to 72 characters
2025-02-04 01:48:25 +05:30
Henry Dollman
0b4742d064
update instructions for resetting password via docker
2025-01-31 15:19:18 -05:00
Henry Dollman
4557f18195
fix: only show GPU power chart if power data exists
2025-01-30 20:30:40 -05:00
Henry Dollman
3441b39a02
update password reset instructions
2025-01-29 18:55:17 -05:00
Henry Dollman
4e3d198b7b
fix(navigation): Update systems collection link to use collection name
2025-01-21 18:21:46 -05:00