Commit Graph

373 Commits

Author SHA1 Message Date
83c7c4a14a Add popover functionality 2024-08-19 02:15:22 +01:00
b4a4df480e Add utility classes 2024-08-18 18:26:56 +01:00
9843b4d218 Fix armv7 docker image 2024-08-15 13:33:42 +01:00
c1251af597 Tidy up 2024-08-11 14:13:00 +01:00
7d09b8bf1b Fix reddit crossposts & add show-flairs property 2024-08-11 14:04:18 +01:00
f57bdeec12 Update branding config 2024-08-10 19:43:50 +01:00
9899f6b761 Merge branch 'release/v0.6.0' into main 2024-08-10 18:47:39 +01:00
328e10b89f Don't show error if RSS feeds didn't return any items 2024-08-10 18:01:54 +01:00
b37f8a8375 Merge pull request #194 from glanceapp/backport-fixes
Backport fixes from v0.6.0 to v0.5.0
v0.5.1
2024-08-09 16:08:30 +01:00
139937f887 Fix missing RSS thumbnail images 2024-08-09 16:03:24 +01:00
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
c9a2aff6a6 Fix search input color 2024-08-09 16:01:15 +01:00
b25b117717 Reduce mb on widget header 2024-08-09 11:25:11 +01:00
e174fd731c Fix size-title-dynamic class 2024-08-08 16:55:46 +01:00
34e6d463be Make forum post title size dynamic 2024-08-08 16:37:41 +01:00
808169f43c Make horizontal scrollbars thinner 2024-08-08 16:00:41 +01:00
82b6531a07 Add funding 2024-08-07 19:18:17 +01:00
917e2cabfc Merge branch 'main' into release/v0.6.0 v0.6.0-beta.2 2024-08-07 19:03:12 +01:00
a981025679 Merge pull request #108 from wfg/github-actions
Create release workflow
2024-08-07 18:58:13 +01:00
f9ea2d73e1 Tidy up previous build files 2024-08-07 18:50:06 +01:00
a5728e9407 Update release workflow 2024-08-07 18:47:50 +01:00
404a2acc8f Remove extra margin from mobile nav offset 2024-08-07 11:16:30 +01:00
7bf61ee8ed Remove app name from title 2024-08-07 04:05:10 +01:00
bf1cc47525 Fix & increase offset of loading indicator 2024-08-05 23:16:32 +01:00
74ad27d5fb Rejig CSS 2024-08-05 22:50:44 +01:00
60b73aff24 Merge pull request #167 from CremaLuca/main
feat: serving behind reverse proxy
2024-08-05 14:12:20 +01:00
4de465e544 Add some foolproofery 2024-08-05 14:11:19 +01:00
e1161b9227 Refactor base-url & add documentation 2024-08-05 14:08:16 +01:00
c2cdd0fa08 Merge branch 'release/v0.6.0' into main 2024-08-05 13:26:46 +01:00
b365a03e71 Allow hiding desktop navigation 2024-08-05 12:42:41 +01:00
2e629efc7f Remove link from footer 2024-08-05 12:28:08 +01:00
fcaa2bef6e Vertically center loading indicator 2024-08-05 12:15:55 +01:00
3b2a9fedef Move footer to bottom of viewport 2024-08-05 12:00:20 +01:00
64256f2638 Fix value 2024-08-05 11:40:32 +01:00
5c8122d93b Fix extra margin at bottom of page 2024-08-05 11:17:46 +01:00
6ffb95779d Don't force scrollbar when not needed 2024-08-05 11:12:25 +01:00
af975d0e7f Bump versions 2024-08-05 00:00:11 +01:00
34b2b88cf3 Merge branch 'main' into release/v0.6.0 2024-08-04 23:46:28 +01:00
3fea166274 Add page width customizability 2024-08-04 23:40:58 +01:00
233b905492 Merge pull request #177 from MrExplode/monitor-urls
Different monitor urls
2024-08-04 20:55:02 +01:00
7afad765cb Use hyphen instead of underscore 2024-08-04 20:54:30 +01:00
39663cb594 Document monitor URL changes 2024-08-03 14:14:42 +02:00
457e0539fa Allow empty check URL 2024-08-03 14:14:24 +02:00
871ba619a3 Add separate URL for monitor check 2024-08-03 14:06:52 +02:00
f5427310e8 Document include-shorts 2024-08-03 04:25:07 +01:00
e4435252f4 Merge pull request #176 from 3rd/release/v0.6.0
feat: add no_shorts option for YouTube feeds
2024-08-03 04:05:56 +01:00
a66aa74c7f Invert property 2024-08-03 04:04:02 +01:00
3949e15f77 Remove previous scuffed attempt at filtering shorts 2024-08-03 04:03:16 +01:00
acaf50bf8a Use author > name instead of title
This is because the playlist response returns the name of the playlist in the title,
which meant that the channel name was always "Videos"
2024-08-03 04:02:23 +01:00
3rd
09eedc08c1 feat: add no_shorts option for YouTube feeds 2024-08-02 23:39:27 +03:00