Commit Graph

132 Commits

Author SHA1 Message Date
01af97ddab Allow fetching releases from multiple sources 2024-08-27 03:26:16 +01:00
7d1ede8c91 releases: Add support for gitlab 2024-07-03 08:20:02 +02:00
39f40670d0 Fix missing RSS thumbnail images 2024-06-29 17:17:27 +01:00
514cf2b81c Allow setting widget title URL 2024-06-29 16:10:43 +01:00
4dbb5975c0 Allow setting custom CSS classes for individual widgets 2024-06-29 15:55:17 +01:00
b327e59ab1 Allow specifying a custom lobsters URL or instance 2024-06-29 15:43:07 +01:00
917d51e54b Make script a module 2024-06-29 15:20:26 +01:00
122d05346b Change caching mechanism 2024-06-29 15:20:26 +01:00
d4ed5afe93 Merge pull request #134 from wfg/github-latest-release-fix
Use GitHub's latest release API endpoint
2024-06-11 20:43:35 +01:00
790ecef1c1 Merge pull request #137 from ralphocdol/search-new-tab-property
feat: added property new-tab to type: search
2024-06-11 20:34:05 +01:00
edb59ffdc6 Small change to implementation for new tab 2024-06-11 20:30:10 +01:00
e137038586 Fix overflowing text 2024-06-11 01:16:39 +01:00
761eb343f9 Fix search input color 2024-06-11 00:35:26 +01:00
06b21e3d27 feat: added property new-tab to type: search 2024-06-09 21:18:56 +08:00
263d2e6f30 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-06-07 16:27:13 -05:00
757f68c872 Increase lobsters widget cache time 2024-06-03 00:46:26 +01:00
75079a981b Add HTML widget 2024-06-02 19:01:20 +01:00
c276f66017 Add tags to forum posts template 2024-06-02 18:44:17 +01:00
342ef90cbe Add extension widget 2024-06-02 18:21:03 +01:00
21fd842bde Refactor monitor: allow insecure requests & use of simple icons 2024-06-02 18:21:02 +01:00
b63b5eb262 Make converting string to simple icon url reusable 2024-06-02 18:21:02 +01:00
9c69509a19 Fix markets class 2024-06-02 18:21:02 +01:00
9ce0030482 Don't offset attachments 2024-06-02 18:21:02 +01:00
4164263639 Fix RSS item links without base domain 2024-06-02 18:21:02 +01:00
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
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
2af6500028 Add utility class 2024-06-02 18:21:02 +01:00
a7cf8be8c4 Lower gap between timezones 2024-06-02 18:21:02 +01:00
69b3e544bd Fix layout shift on image load 2024-06-02 18:21:02 +01:00
0c63c61db5 Position category details to top when tags missing 2024-06-02 18:21:02 +01:00
8efda0047c Merge branch 'release/v0.5.0' into lobsters-widget 2024-06-02 18:20:07 +01:00
e3c17e0347 Merge branch 'main' into lobsters-widget 2024-06-02 18:19:06 +01:00
720549ec7e Allow specifying sort order and tags through config 2024-06-02 18:08:29 +01:00
3aa1f273b6 Add tags to dedicated field rather than to title 2024-06-02 17:51:49 +01:00
5105ebb870 Don't parse unused fields 2024-06-02 17:51:07 +01:00
0a55c12f4f Add tags to forum posts 2024-06-02 17:50:46 +01:00
f4f7892123 Merge branch 'release/v0.5.0' into change-detection 2024-05-30 22:55:01 +01:00
00a93e466d Update change detection 2024-05-30 22:53:59 +01:00
e1e7853c34 Update search widget 2024-05-25 03:58:11 +01:00
3f862f67ab Merge branch 'release/v0.5.0' into search 2024-05-25 02:51:32 +01:00
4bb5b2641b Further attempts at making the rain look less scuffed 2024-05-25 02:38:49 +01:00
f044fdf5dc Add utility classes 2024-05-25 02:38:49 +01:00
d1be4637ad Fix registering resize event on wrong object 2024-05-25 02:38:49 +01:00
d18f645c18 Add detailed-list style for RSS 2024-05-25 02:38:49 +01:00
6663360caa Don't add classes that are no longer needed 2024-05-25 02:38:48 +01:00
c2d24ee4d9 Set background color in manifest 2024-05-25 02:38:48 +01:00
37471fcdc1 Remove extra new line 2024-05-25 02:38:48 +01:00
0f42567d98 Merge pull request #82 from yardenshoham/add-clock-widget
Add a clock widget
2024-05-25 02:32:18 +01:00
8148f09b9c Add more features to clock 2024-05-25 02:28:45 +01:00
a44056dc43 Remove other unnecessary shrinks 2024-05-19 18:00:08 +01:00