Commit Graph

705 Commits

Author SHA1 Message Date
4bd4921131 Merge pull request #267 from xendke/calendar-start-day
Optionally start calendar weeks on Sunday
2024-11-26 17:02:26 +00:00
44ee813c6f simplify cal weekday index 2024-11-25 15:49:28 -05:00
3e467c5021 optionally start calendar weeks on sunday 2024-11-25 13:04:52 -05:00
2b0dd3ab99 Refactor 1/2 + new stuff
* Refactor CLI
* Add config:print command
* Add diagnose command
* Allow including other files in config
* Watch for file changes and automatically restart server
2024-11-24 15:39:14 +00:00
2618346a32 Rewrote docker client to reduce dependencies ♻️ 2024-11-20 17:03:37 +01:00
eacbb14279 Added docker widget with documentation 2024-11-19 17:58:55 +01:00
c8570d07ef Added debugging Dockerfile 2024-11-19 17:31:42 +01:00
7e345dd1f9 Add comment 2024-11-17 10:18:11 +00:00
afe6ad6bfc Don't focus new tab on middle click
This is more in line with how the browser behaves on middle click
2024-11-17 10:06:54 +00:00
af4c1e8514 Prevent default on middle click 2024-11-17 09:57:46 +00:00
d4fecd1dd8 Fix middle mouse click 2024-11-17 09:49:56 +00:00
79779eb721 Restore title-url functionality on group titles 2024-11-17 09:36:46 +00:00
6af666b58c Reduce margin 2024-11-16 15:00:05 +00:00
42872136a0 Reduce gap 2024-11-16 11:52:09 +00:00
aca7b2ac5f Reduce status icon size 2024-11-16 11:45:23 +00:00
a646f19b3f Make monitor widget compact style title size dynamic 2024-11-16 11:25:29 +00:00
9c5298aebf Add compact style for monitor widget 2024-11-16 11:10:46 +00:00
c6b07852fe Clear search input on submission 2024-11-16 08:29:58 +00:00
40d3053df9 Merge pull request #249 from ralphocdol/default-expand-mobile-navigation
Default expand mobile navigation
2024-11-16 07:21:25 +00:00
5e576a58e9 Merge branch 'release/v0.7.0' into default-expand-mobile-navigation 2024-11-16 07:20:49 +00:00
4d63b5dda1 Update docs 2024-11-16 07:17:06 +00:00
c1efd3f68b Fix formatting 2024-11-16 07:15:26 +00:00
2841cc67e8 Merge pull request #255 from 2q2code/main
Add Dashboard Icons support
2024-11-16 07:00:00 +00:00
becf34b0d9 Merge branch 'release/v0.7.0' into main 2024-11-16 06:49:11 +00:00
1bba915aef Update docs 2024-11-16 06:37:09 +00:00
f7239137d6 Update icons implementation to use custom type 2024-11-16 06:37:05 +00:00
d656986413 Add DashboardIcon (PNG) Support
- Refactored to make better naming sense
- Added capability to select between the PNG and SVG offerings of DashboardIcons
2024-11-14 20:06:54 +11:00
d0c4e9d846 Add Dashboard Icons prefix support
- defined new type IconSource and constants, presently supporting:
  - LocalFile
  - SimpleIcon
  - DashboardIcon
- added new field to bookmarks and monitors to hold IconSource
- adjusted IsSimpleIcon to get truthiness from IconSource field
- generalised `toSimpleIconIfPrefixed` into `toRemoteResourceIconIfPrefixed`,
  adding support for `walkxcode`'s dashboard icons via CDN (svg)
2024-11-14 18:30:41 +11:00
bacb607d90 Allow using env variables in custom API URL 2024-11-03 04:46:24 +00:00
3914e24b3d Update twitch channel stream preview popover 2024-11-01 22:57:34 +00:00
4582be1da5 Allow changing horizontal offset of popover 2024-11-01 22:57:06 +00:00
c3c7f8b14f Allow changing max columns on split columns widget 2024-10-31 18:23:56 +00:00
863d4f117b Merge pull request #251 from ehaughee/market-name-hovertext
Add title prop to Market Name for full text of truncated names on hover
2024-10-30 23:57:11 +00:00
35038ed56b Add title prop to Market Name for full text of truncated names on hover 2024-10-30 15:25:19 -07:00
c4149f5d94 Merge pull request #248 from oliver-mitchell/fix-non-whole-hour-timezone-display-on-clock
fix: non-whole-hour timezones now correctly shown on Clock widget
2024-10-30 15:48:24 +00:00
de2db71e54 Simplify clock zone diff text and add title for more details 2024-10-30 15:30:34 +00:00
2e3ed896cc Give clock time min width to avoid inconsistent layout for 12 hour format 2024-10-30 15:25:30 +00:00
f6f352e9e0 fix: indention 2024-10-29 18:15:28 +08:00
33dede8abc feat: added auto expand mobile page navigation 2024-10-29 18:13:24 +08:00
1e2e66ecf7 fix: non-whole-hour timezones now correctly shown on Clock
Timezones that used non-whole-hour definitions (ie. Australia/ACDT) not correctly shown on the Clock widget. This fix changes how the difference is calculated to account for both minutes, and hours.

Due to the change, the text shown for relative timezone differences also had to be changed.
2024-10-29 00:00:37 +10:30
6e5140d859 Allow specifying headers in RSS feeds 2024-10-21 23:49:09 +01:00
84a7f90129 Add custom API widget 2024-10-21 23:27:25 +01:00
aff02c2def Added HEALTHCHECK to Dockerfile 2024-10-18 14:07:24 +02:00
2dd5b29303 Remove unused class 2024-10-18 11:10:00 +01:00
bc8f17393a Fix simple icons URL 2024-10-18 10:54:34 +01:00
72f78f1c8d Merge pull request #240 from cmeadowstech/alt-status-codes
Add alternative status code option to monitor widget
2024-10-18 10:53:18 +01:00
201b4ca1e8 Use AltStatusCodes for HasFailing check 2024-10-18 10:51:46 +01:00
04811a0658 Merge remote-tracking branch 'upstream/release/v0.7.0' into alt-status-codes
Update to current release
2024-10-17 22:01:56 +00:00
ee94d6aa89 Add alternative status code prameter 2024-10-17 21:58:18 +00:00
3382cd6208 Show twitch stream preview and title on avatar hover 2024-10-17 21:53:07 +01:00