Commit graph

15 commits

Author SHA1 Message Date
36345199e3
Version 11 (#23)
* wip(22w6a): add glitch bg

* wip(22w6b): add content and more glitching

* wip(22w7a): add card backdrop-filter

* wip(22w7b): add visibilitychange event

* wip(22w7c): add link click handler

* wip(22w7d): add webkit backdrop filter support

* wip(22w7e): fix font size

* wip(22w7f): refactor glitch

* wip(22w7g): add forceBg to glitch

* wip(22w7h): add error page

* wip(22w7i): hide contact button

* feat: add OGP tags

Co-authored-by: Cloud Shell <cloud-shell@victor-westerlund.iam.gserviceaccount.com>
2022-02-22 04:46:05 -08:00
Victor Westerlund
54da8f9be2
Add back-end core and "search" feature (#20)
Soft initial release of API core and "search" feature.
2021-11-03 11:10:50 +01:00
88414d897b
Version 10.0 ("Nano") (#18)
* Minimalist

Got rid of (almost) everything. Bloat sinks the goat.

* Fixed content offset

- Added offset calculator
- Added some media queries
2021-09-20 16:52:24 +02:00
68f064ba23
Fixed SyntaxError
Added missing arrow to arrow function for ServiceWorker uninstaller.
`Uncaught SyntaxError: missing ) after argument list`
2021-09-20 14:34:45 +02:00
a457357583
Added ServiceWorker uninstaller
Added code snippet to uninstall existing ServiceWorkers.
As stated in PR #17 "The ServiceWorker present in version 8 has not been ported".
2021-09-20 14:31:19 +02:00
5c07d93535
Version 9.0 (#17)
Release of version 9.0.0
2021-09-20 11:37:36 +02:00
6645f2b672 Restored public/ 2021-08-06 14:07:35 +02:00
52b8945086 Renamed public/ to docs/
Renamed the folder `public/` to make it usable with GH Pages only non-root directory.
2021-08-06 13:42:42 +02:00
bfa9babb35 Added theme color change listener 2021-06-03 13:47:15 +02:00
e47a0229f9 Compartmentalized and updated assets
- NETWATCH 404 pages removed - time for something new
- Compartmentalized CSS fonts and JS script files
- Streamlined cache manifest for ServiceWorker
- Added AVIF images, replaced PNG fallback with WebP fallback
- Changed favicon color
2021-06-03 10:59:43 +02:00
4d74cc4607 Removed script file import
Combined both script.js and legacy.js into a single <script> tag on index.html.

The page uses less than 15 sloc of JS excluding the Service Worker.
2021-01-31 12:56:28 +01:00
1e762a65ea Removed caching of subdirectories
Subdirectories with the exception of /assets/ will not get cached by the Service Worker. A normal network fetch() will be executed.

Added scope to Service Worker register.

Added "fetchContent()" which performs a normal network fetch() and follows redirects.
2020-12-15 14:46:41 +01:00
e30593f849 dev12060537 - ServiceWorker basic boilerplate
Added a boilerplate for a offline-first sw.

Need to add support for non-standard same-origin assets
2020-12-06 05:38:36 +01:00
a81f518c0f Draft
Landingpage
2020-11-20 12:47:36 +01:00
c34db81cd5 Draft 2020-11-17 16:30:32 +01:00