Commit Graph

559 Commits

Author SHA1 Message Date
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
8dc34ddfa7 Merge pull request #56 from jonasknobloch/lobsters-widget
Add Lobsters widget
2024-06-02 18:20:36 +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
038c43bc09 Document lobsters widget 2024-06-02 18:17:20 +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
67c20c3a5f Merge pull request #46 from knhash/change-detection
feat: add change detection module
2024-05-30 22:55:22 +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
d27993d2c9 fix: use negative color with higher contrast 2024-05-29 16:53:31 +00:00
bfc65d51e3 Merge branch 'glanceapp:main' into main 2024-05-29 16:50:18 +00:00
3c29d38599 fix: Fix typo
Co-authored-by: Svilen Markov <7613769+svilenmarkov@users.noreply.github.com>
2024-05-27 18:11:35 +00:00
f8816ff227 Merge pull request #89 from NoxesP/patch-1
docs: update configuration.md
2024-05-25 04:23:06 +01:00
a5be460c2e Merge pull request #69 from chand1012/search
Add Search Bar Widget
2024-05-25 04:00:20 +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
c270afb5e5 docs: update configuration.md
Won't admit how long it took for me to notice this in my glance.yml file after wondering why it wasn't working ahahah.

Small fix :)
2024-05-20 04:47:57 +03:00
6de0f73ec1 Fix build breaking because of missing build dir 2024-05-19 21:33:51 +01:00
a80a34afb1 Merge pull request #83 from wfg/image-build-rework
Image build rework
2024-05-19 18:06:03 +01:00
584f813fc4 Merge pull request #87 from hex-developer/main
Fix column overflow
2024-05-19 18:01:21 +01:00
a44056dc43 Remove other unnecessary shrinks 2024-05-19 18:00:08 +01:00
c941c78ebf Truncate RSS channel name 2024-05-19 17:52:17 +01:00
9e9f001fdf Add newline at end of file 2024-05-19 17:51:59 +01:00
9060887694 Remove unnecessary shrink 2024-05-19 17:51:40 +01:00
6d9ea27e9f Merge branch 'release/v0.5.0' into main 2024-05-19 17:48:14 +01:00
4f4973157c Merge branch 'main' into release/v0.5.0 2024-05-19 17:46:21 +01:00
859a6d2f27 Fix column overflow 2024-05-19 15:52:13 +00:00
e3ad646bae Add .dockerignore to keep build context small 2024-05-18 17:42:02 -05:00
53a661861a Build app in Dockerfile
This change makes it simpler and more convenient to build the app.
2024-05-18 17:41:21 -05:00
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
926de71274 Add PR template 2024-05-18 19:49:26 +01:00
b0e57bae9f Merge pull request #81 from yardenshoham/correct-method-in-docs
Specify the correct method in the Monitor widget documentation
2024-05-18 19:19:14 +01:00
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
eeda28a287 Reduce reliance on setTimeout shenanigans 2024-05-18 18:43:11 +01:00
59c55b96be Specify the correct method in the Monitor widget documentation
After 189b8895b0 we use `GET` instead of `HEAD`

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
2024-05-18 18:02:12 +03:00
060609e2cb Add Kanagawa Dark to themes 2024-05-18 14:25:08 +00:00