Wyatt Gill
b8b90451b6
Use GitHub's latest release API endpoint
...
The current releases widget uses the releases endpoint to pull the 10
most recent releases and filter them to find the latest release. This
causes a problem when a repository's latest release is outside of the 10
most recent (e.g. 10 prereleases):
ERROR No live release found repository=cross-seed/cross-seed url="https://api.github.com/repos/cross-seed/cross-seed/releases?per_page=10 "
This is no longer a problem when using the latest release endpoint which
grabs the latest release, ignoring draft releases and prereleases.
2024-08-09 16:02:15 +01:00
Svilen Markov
c9a2aff6a6
Fix search input color
2024-08-09 16:01:15 +01:00
Svilen Markov
75079a981b
Add HTML widget
2024-06-02 19:01:20 +01:00
Svilen Markov
c276f66017
Add tags to forum posts template
2024-06-02 18:44:17 +01:00
Svilen Markov
342ef90cbe
Add extension widget
2024-06-02 18:21:03 +01:00
Svilen Markov
21fd842bde
Refactor monitor: allow insecure requests & use of simple icons
2024-06-02 18:21:02 +01:00
Svilen Markov
b63b5eb262
Make converting string to simple icon url reusable
2024-06-02 18:21:02 +01:00
Svilen Markov
9c69509a19
Fix markets class
2024-06-02 18:21:02 +01:00
Svilen Markov
9ce0030482
Don't offset attachments
2024-06-02 18:21:02 +01:00
Svilen Markov
4164263639
Fix RSS item links without base domain
2024-06-02 18:21:02 +01:00
Svilen Markov
1bebb88d0e
Rename Stocks to Markets
...
Also fix bug that would remove markets if a network request failed
and not show them again until Glance was restarted
2024-06-02 18:21:02 +01:00
Svilen Markov
d2f5dbbc26
Fix weather widget making HTTP request as part of validation
...
Which would prevent app startup if there was no internet connection
2024-06-02 18:21:02 +01:00
Svilen Markov
2af6500028
Add utility class
2024-06-02 18:21:02 +01:00
Svilen Markov
a7cf8be8c4
Lower gap between timezones
2024-06-02 18:21:02 +01:00
Svilen Markov
69b3e544bd
Fix layout shift on image load
2024-06-02 18:21:02 +01:00
Svilen Markov
0c63c61db5
Position category details to top when tags missing
2024-06-02 18:21:02 +01:00
Svilen Markov
8efda0047c
Merge branch 'release/v0.5.0' into lobsters-widget
2024-06-02 18:20:07 +01:00
Svilen Markov
e3c17e0347
Merge branch 'main' into lobsters-widget
2024-06-02 18:19:06 +01:00
Svilen Markov
720549ec7e
Allow specifying sort order and tags through config
2024-06-02 18:08:29 +01:00
Svilen Markov
3aa1f273b6
Add tags to dedicated field rather than to title
2024-06-02 17:51:49 +01:00
Svilen Markov
5105ebb870
Don't parse unused fields
2024-06-02 17:51:07 +01:00
Svilen Markov
0a55c12f4f
Add tags to forum posts
2024-06-02 17:50:46 +01:00
Svilen Markov
f4f7892123
Merge branch 'release/v0.5.0' into change-detection
2024-05-30 22:55:01 +01:00
Svilen Markov
00a93e466d
Update change detection
2024-05-30 22:53:59 +01:00
Svilen Markov
e1e7853c34
Update search widget
2024-05-25 03:58:11 +01:00
Svilen Markov
3f862f67ab
Merge branch 'release/v0.5.0' into search
2024-05-25 02:51:32 +01:00
Svilen Markov
4bb5b2641b
Further attempts at making the rain look less scuffed
2024-05-25 02:38:49 +01:00
Svilen Markov
f044fdf5dc
Add utility classes
2024-05-25 02:38:49 +01:00
Svilen Markov
d1be4637ad
Fix registering resize event on wrong object
2024-05-25 02:38:49 +01:00
Svilen Markov
d18f645c18
Add detailed-list style for RSS
2024-05-25 02:38:49 +01:00
Svilen Markov
6663360caa
Don't add classes that are no longer needed
2024-05-25 02:38:48 +01:00
Svilen Markov
c2d24ee4d9
Set background color in manifest
2024-05-25 02:38:48 +01:00
Svilen Markov
37471fcdc1
Remove extra new line
2024-05-25 02:38:48 +01:00
Svilen Markov
0f42567d98
Merge pull request #82 from yardenshoham/add-clock-widget
...
Add a clock widget
2024-05-25 02:32:18 +01:00
Svilen Markov
8148f09b9c
Add more features to clock
2024-05-25 02:28:45 +01:00
Svilen Markov
a44056dc43
Remove other unnecessary shrinks
2024-05-19 18:00:08 +01:00
Svilen Markov
c941c78ebf
Truncate RSS channel name
2024-05-19 17:52:17 +01:00
Svilen Markov
9e9f001fdf
Add newline at end of file
2024-05-19 17:51:59 +01:00
Svilen Markov
9060887694
Remove unnecessary shrink
2024-05-19 17:51:40 +01:00
Svilen Markov
6d9ea27e9f
Merge branch 'release/v0.5.0' into main
2024-05-19 17:48:14 +01:00
hex-developer
859a6d2f27
Fix column overflow
2024-05-19 15:52:13 +00:00
Yarden Shoham
4a27ec3271
Add a clock widget
...
It's a simple clock that shows the current time
Signed-off-by: Yarden Shoham <git@yardenshoham.com>
2024-05-18 22:40:33 +03:00
Svilen Markov
0bbb4573b2
Revert setTimeout for images
...
Reduces instances of cached images fading in by giving
the browser a bit more time to load them
2024-05-18 18:52:54 +01:00
Svilen Markov
eeda28a287
Reduce reliance on setTimeout shenanigans
2024-05-18 18:43:11 +01:00
Svilen Markov
21909e0bda
Merge pull request #76 from fawni/feat/twitch-channels-sort
...
Add custom sorting to the twitch channels widget
2024-05-18 11:05:55 +01:00
Svilen Markov
5e9635a76f
Change custom order to live
2024-05-18 11:01:34 +01:00
fawn
0681a04607
Add custom sorting to the twitch channels widget
...
this allows the channels to be sorted as defined in the config while
still keeping the live channels on the top. the wording could probably
be improved, "custom" is too broad but i'm not sure what else to call
it.
2024-05-18 03:07:34 +03:00
Svilen Markov
e03231cbd7
Update time label
2024-05-17 19:28:15 +01:00
Svilen Markov
693051f4e9
Merge pull request #59 from tarikcoskun/main
...
Add 24-hour time format support for weather
2024-05-17 18:41:04 +01:00
Svilen Markov
a2bb1b88ea
Remove unrelated units check
2024-05-17 18:37:11 +01:00