Add configurable widget auto reload #3

Merged
vlw merged 1 commit from refs/pull/3/head into master 2026-05-14 12:54:45 +02:00
vlw commented 2026-05-14 12:54:08 +02:00 (Migrated from codeberg.org)

This PR adds a new feature that widgets can use to automatically reload their view after a number of seconds, or at a specific Date. Setting this value to the past or any number < 1 will disable automatic reloading of a widget.

Here is an example of this feature being used in the "Is it Friday?" widget.

This PR adds a new feature that widgets can use to automatically reload their view after a number of seconds, or at a specific `Date`. Setting this value to the past or any number < 1 will disable automatic reloading of a widget. [Here is an example of this feature being used in the "Is it Friday?" widget](https://git.vlw.se/pastebin/dashboard-widget-isitfriday/src/commit/371a98dc6140e40f5c664a7229a99df98919c0e6/HTMLWidgetIsitfridayElement.js).
Sign in to join this conversation.
No description provided.