Svilen Markov
a4185fde07
Rename file
2024-11-29 16:41:15 +00:00
Svilen Markov
ebb519e6d8
Capitalize console messages
2024-11-29 16:38:16 +00:00
Svilen Markov
90fbba600f
Restructure & refactor codebase
2024-11-29 16:34:15 +00:00
Svilen Markov
4bd4921131
Merge pull request #267 from xendke/calendar-start-day
...
Optionally start calendar weeks on Sunday
2024-11-26 17:02:26 +00:00
Juan Xavier Gomez
44ee813c6f
simplify cal weekday index
2024-11-25 15:49:28 -05:00
Juan Xavier Gomez
3e467c5021
optionally start calendar weeks on sunday
2024-11-25 13:04:52 -05:00
Svilen Markov
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
Andrejs Baranovskis
2618346a32
Rewrote docker client to reduce dependencies ♻️
2024-11-20 17:03:37 +01:00
Andrejs Baranovskis
eacbb14279
Added docker widget with documentation ✨
2024-11-19 17:58:55 +01:00
Andrejs Baranovskis
c8570d07ef
Added debugging Dockerfile ✨
2024-11-19 17:31:42 +01:00
Svilen Markov
7e345dd1f9
Add comment
2024-11-17 10:18:11 +00:00
Svilen Markov
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
Svilen Markov
af4c1e8514
Prevent default on middle click
2024-11-17 09:57:46 +00:00
Svilen Markov
d4fecd1dd8
Fix middle mouse click
2024-11-17 09:49:56 +00:00
Svilen Markov
79779eb721
Restore title-url functionality on group titles
2024-11-17 09:36:46 +00:00
Svilen Markov
6af666b58c
Reduce margin
2024-11-16 15:00:05 +00:00
Svilen Markov
42872136a0
Reduce gap
2024-11-16 11:52:09 +00:00
Svilen Markov
aca7b2ac5f
Reduce status icon size
2024-11-16 11:45:23 +00:00
Svilen Markov
a646f19b3f
Make monitor widget compact style title size dynamic
2024-11-16 11:25:29 +00:00
Svilen Markov
9c5298aebf
Add compact style for monitor widget
2024-11-16 11:10:46 +00:00
Svilen Markov
c6b07852fe
Clear search input on submission
2024-11-16 08:29:58 +00:00
Svilen Markov
40d3053df9
Merge pull request #249 from ralphocdol/default-expand-mobile-navigation
...
Default expand mobile navigation
2024-11-16 07:21:25 +00:00
Svilen Markov
5e576a58e9
Merge branch 'release/v0.7.0' into default-expand-mobile-navigation
2024-11-16 07:20:49 +00:00
Svilen Markov
4d63b5dda1
Update docs
2024-11-16 07:17:06 +00:00
Svilen Markov
c1efd3f68b
Fix formatting
2024-11-16 07:15:26 +00:00
Svilen Markov
2841cc67e8
Merge pull request #255 from 2q2code/main
...
Add Dashboard Icons support
2024-11-16 07:00:00 +00:00
Svilen Markov
becf34b0d9
Merge branch 'release/v0.7.0' into main
2024-11-16 06:49:11 +00:00
Svilen Markov
1bba915aef
Update docs
2024-11-16 06:37:09 +00:00
Svilen Markov
f7239137d6
Update icons implementation to use custom type
2024-11-16 06:37:05 +00:00
Doc Em
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
2Q2C0DE
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
Svilen Markov
bacb607d90
Allow using env variables in custom API URL
2024-11-03 04:46:24 +00:00
Svilen Markov
3914e24b3d
Update twitch channel stream preview popover
2024-11-01 22:57:34 +00:00
Svilen Markov
4582be1da5
Allow changing horizontal offset of popover
2024-11-01 22:57:06 +00:00
Svilen Markov
c3c7f8b14f
Allow changing max columns on split columns widget
2024-10-31 18:23:56 +00:00
Svilen Markov
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
Eric Haughee
35038ed56b
Add title prop to Market Name for full text of truncated names on hover
2024-10-30 15:25:19 -07:00
Svilen Markov
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
Svilen Markov
de2db71e54
Simplify clock zone diff text and add title for more details
2024-10-30 15:30:34 +00:00
Svilen Markov
2e3ed896cc
Give clock time min width to avoid inconsistent layout for 12 hour format
2024-10-30 15:25:30 +00:00
Ralph Ocdol
f6f352e9e0
fix: indention
2024-10-29 18:15:28 +08:00
Ralph Ocdol
33dede8abc
feat: added auto expand mobile page navigation
2024-10-29 18:13:24 +08:00
Oliver Mitchell
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
Svilen Markov
6e5140d859
Allow specifying headers in RSS feeds
2024-10-21 23:49:09 +01:00
Svilen Markov
84a7f90129
Add custom API widget
2024-10-21 23:27:25 +01:00
Luca Crema
aff02c2def
Added HEALTHCHECK to Dockerfile
2024-10-18 14:07:24 +02:00
Svilen Markov
2dd5b29303
Remove unused class
2024-10-18 11:10:00 +01:00
Svilen Markov
bc8f17393a
Fix simple icons URL
2024-10-18 10:54:34 +01:00
Svilen Markov
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
Svilen Markov
201b4ca1e8
Use AltStatusCodes for HasFailing check
2024-10-18 10:51:46 +01:00