Commit Graph

586 Commits

Author SHA1 Message Date
58bbfbbc42 Make query parameters field reusable 2025-03-26 11:24:15 +00:00
026b644630 feat: add parameters and array parameters support 2025-03-26 11:24:08 +00:00
1512718d41 Update readme
Added "Common issues"
2025-03-20 19:27:29 +00:00
4731b90899 Merge pull request #456 from slashformotion/slashformotion/refactor
refacto: remove duplicate
2025-03-17 20:49:10 +00:00
844e32a11e refacto: remove duplicate 2025-03-17 16:26:43 +01:00
0b2cfc45c1 Docker containers accessibility improvements v0.7.7 2025-03-17 02:06:32 +00:00
c8be41ce6c Reduce contrast of calendar dates 2025-03-17 00:45:23 +00:00
ec2f710d06 Use constant for the prefix 2025-03-16 23:17:07 +00:00
71112173b9 Fix title link not opening in new tab 2025-03-16 23:15:19 +00:00
1615c20e66 Change custom api int64 types to int
Some of Go's native template functions return int and
having to juggle between int and int64 might get messy
so we'll try to stick to having a single int type
2025-03-16 01:32:35 +00:00
fbcea12786 Add more info to logged message 2025-03-16 01:25:13 +00:00
047d13afd1 Fix summary triangle showing on Safari 2025-03-16 01:24:56 +00:00
4c1165533c Define service strings as consts to avoid forgetting to change them in all places v0.7.6 2025-03-15 19:41:08 +00:00
14bdcf71fe Remove debug code 2025-03-15 19:10:21 +00:00
1b3f022b2d Rename service to reduce ambiguity v0.7.5 2025-03-15 19:03:48 +00:00
b6d93a7f09 Merge pull request #371 from KallanX/enhancement/add-support-pihole-v6
Enhancement/add support pihole v6
2025-03-15 18:45:22 +00:00
4b2438c298 Refactor DNS stats widget 2025-03-15 18:42:58 +00:00
3b79c8e09f Remove symbol-link-template 2025-03-15 10:27:39 +00:00
d7bbf2b8e2 Accessibility improvements v0.7.4 2025-03-12 18:01:35 +00:00
b8df34309f Add note to docs about page width 2025-03-12 18:01:35 +00:00
278fa3c397 Add gap between domain and percent 2025-03-12 18:01:35 +00:00
6f48ee98e5 Uppercase currency before looking for matching symbol #365 2025-03-12 18:01:35 +00:00
774b0c104b Merge pull request #399 from KadoBOT/patch-1
Update configuration.md
2025-03-08 09:46:37 +00:00
fbd4d9a74e Update configuration.md
Correct `title` to `name`.

I'm unsure if `title` is also accepted, I haven't tested it. Please close this PR if this fix is not valid.
2025-03-07 09:07:10 +01:00
3f2fefe4f7 Merge pull request #382 from legoraft/main
Added gruvbox theme
2025-03-01 22:44:22 +00:00
fb8513bc9f Added gruvbox theme code and screenshot 2025-03-01 14:19:36 +01:00
e4ec958edb Added gruvbox screenshot 2025-03-01 14:17:17 +01:00
78ad88a245 Merge pull request #1 from ralphocdol/fix-graph
Fix Graph and move SID to header
2025-02-27 10:33:20 -05:00
99660aeee8 Fix Graph and move SID to header 2025-02-27 23:02:10 +08:00
65a412eb59 Pushing latest. Add ability to fetch series data from new api. 2025-02-26 16:20:43 -05:00
2002ed1c9c Pushing latest changes. 2025-02-24 13:52:27 -05:00
488a1f6070 Update link to point to repo instead of pkg.go.dev 2025-02-22 13:32:50 +00:00
1e12d937aa Merge pull request #372 from DavisYe/main
Correct document
2025-02-22 12:58:56 +00:00
e643a44b59 Pushing latest fixes to handle the two different JSON responses. 2025-02-20 14:54:11 -05:00
7319870289 Correct the docker compose environment format of GITHUB_TOKEN in the configuration document. 2025-02-20 21:30:34 +08:00
72c1ebf66d Minor README adjustment. 2025-02-19 23:23:22 -05:00
008c4a3ab7 Removing SID check func. 2025-02-19 23:04:45 -05:00
38d3d11571 Attempting to add support for Pi-hole v6. 2025-02-19 17:30:14 -05:00
d4565acfe7 Markets widget rate limit fix v0.7.3 2025-02-19 02:25:07 +00:00
16129c53bd Merge pull request #358 from rubiojr/rubiojr/reload-on-rename2
Auto-reload config file on RENAME
2025-02-19 01:25:08 +00:00
cbf1961510 Don't try to get sensor info on openbsd 2025-02-17 23:48:16 +00:00
c76a4d4be7 Increase docker containers widget timeout 2025-02-17 23:45:57 +00:00
27af0400c0 Tweak impl for handling config renames 2025-02-17 22:28:10 +00:00
76a80ff034 Add clarifying comment 2025-02-17 19:17:49 +01:00
f7f333ad52 Auto-reload config file on RENAME
Some editors (like Vim), create a temp file when saving, then replace
the file being edited with the temp file. This causes the FS notify
event to be RENAME, not WRITE, so auto-reload misses this.

In addition to that, the file is removed from the watcher and the
auto-reload functionality stops working entirely after the first RENAME.

https://github.com/fsnotify/fsnotify/issues/255 describes this.
2025-02-17 19:08:54 +01:00
0ce45e32aa Update dashboard icons repo v0.7.2 2025-02-15 14:59:20 +00:00
abeb11c8a6 Add hide-mountpoints-by-default prop for server-stats 2025-02-15 14:43:25 +00:00
e01af4adec Delay changing popover display
Previously would make the popover visible and then reposition
it on the next frame in order to avoid getting called recursively
due to the observer, however this causes the scrollbar to appear
if it wasn't already visible for a single frame which is janky.

This change fixes that.
2025-02-15 13:53:13 +00:00
3043a0bd15 Rework getting host info (#340) 2025-02-15 13:46:58 +00:00
232cab01f8 Fix typo 2025-02-10 23:15:12 +00:00