Commit Graph

618 Commits

Author SHA1 Message Date
0e3f172032 Merge pull request #553 from Panonim/patch-1
Added Community Widgets Link to Readme.
2025-04-09 16:40:36 +01:00
fd704419d9 Update readme links 2025-04-09 16:39:53 +01:00
32ac72f592 Update README.md 2025-04-02 19:57:01 +02:00
9c77b87435 Merge pull request #486 from daot/main
Make clickable area for docker-containers widget items bigger
2025-03-30 14:57:16 +01:00
d4d9e94f44 Make link hitbox take up full width 2025-03-30 14:53:59 +01:00
47cef2abf0 Merge pull request #499 from FranklyFuzzy/main
Added Dracula theme code and screenshot
2025-03-30 14:40:15 +01:00
0a5cdf380f Merge pull request #528 from diceroll123/patch-1
Fix typo
2025-03-30 14:39:39 +01:00
9da7967158 Update docs v0.7.9 2025-03-29 18:00:36 +00:00
964744a9ae Add offsetNow function 2025-03-29 17:57:43 +00:00
779304d035 Allow skipping JSON check and add JSONLines 2025-03-29 13:36:22 +00:00
f15d7445bd Add concat function 2025-03-29 13:20:53 +00:00
26d68ba3fc Allow extension widget to specify title-url 2025-03-29 10:56:11 +00:00
958805a1fd Increase z-index of mobile nav
This fixes the carousel gradient side
being above it since it also has z-index 10
2025-03-29 10:49:37 +00:00
dd74c173a5 More custom-api additions/tweaks
* Remove need to convert to int for math stuff
* Add `now` and `duration` functions
2025-03-28 23:34:49 +00:00
bd020c93f5 Fix markets price precision 2025-03-28 14:11:17 +00:00
75555f0426 Fix typo 2025-03-27 23:45:27 -04:00
233de7fc37 Add new functions to custom-api widget v0.7.8 2025-03-26 19:44:35 +00:00
c6e0230e5d Allow sending headers in extension widget 2025-03-26 17:59:41 +00:00
ca2732668e Update docs 2025-03-26 17:58:52 +00:00
456b76ac96 Allow specifying method and request body 2025-03-26 17:58:35 +00:00
a2c58bea82 Add parseRelativeTime function 2025-03-26 11:28:05 +00:00
7276b3d5ef Add allow-insecure to custom-api widget 2025-03-26 11:27:47 +00:00
1ef8315462 Only override extension url query if parameters property present 2025-03-26 11:27:12 +00:00
2f88ac419b Add parseTime to custom-api 2025-03-26 11:27:07 +00:00
cee7c85780 Add subrequests to custom-api (#385)
* feat: custom-api multiple API queries

* fix template check

* refactor

* Update implementation & docs

* Swap statement

* Update docs

---------

Co-authored-by: Svilen Markov <7613769+svilenmarkov@users.noreply.github.com>
2025-03-26 11:26:16 +00:00
b2c5205035 Add support for bool in query params fields 2025-03-26 11:25:47 +00:00
2be59c3eb6 Fix failing to parse empty response body in custom api widget 2025-03-26 11:25:34 +00:00
176fc896ae Also apply to extension widget 2025-03-26 11:24:43 +00:00
a943555d86 Add note to docs 2025-03-26 11:24:27 +00:00
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
1483b355af Update themes.md
Added Dracula theme with screenshot
2025-03-23 14:16:09 -04:00
6a5bb635bb Add files via upload 2025-03-23 14:14:54 -04:00
0e0aca3844 Update docker-containers.html 2025-03-21 18:08:15 -05: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