Commit Graph

9 Commits

Author SHA1 Message Date
b0f985c687 Libreddit -> Redlib 2023-12-26 18:25:52 -05:00
dd611b17ad Add start URL to manifest.json
Adds the last criteria to make the application an installable PWA on mobile.
2023-09-17 23:00:01 -07:00
20f6945160 Fix #140 2021-02-27 13:34:02 -08:00
5d643277bc Geometric logo 2021-02-25 09:07:45 -08:00
d78f82649e List other images in manifest 2021-02-21 20:37:53 -08:00
e466be8946 Fix manifest and update dependencies 2021-02-19 11:10:48 -08:00
ebbdd7185f Move from Actix Web to Tide (#99)
* Initial commit

* Port posts

* Pinpoint Tide Bug

* Revert testing

* Add basic sub support

* Unwrap nested routes

* Front page & sync templates

* Port remaining functions

* Log request errors

* Clean main and settings

* Handle /w/ requests

* Create template() util

* Reduce caching time to 30s

* Fix subscription redirects

* Handle frontpage sorting
2021-02-09 17:38:52 +00:00
956de50419 Change Libreddit PWA Theme Color 2021-02-01 16:26:35 -08:00
e837d84105 Add Support for iOS "Add to Homescreen"
* Adds basic Manifest.json
 * Adds Meta Tags for iOS
 * Adds Meta Tags for Android
 * Adds Logo for Manifest.json
 * Adds iOS Logo for homescreen
2021-02-01 11:10:53 +01:00