Victor Westerlund
173007ba71
wip(22w7f): refactor glitch
2022-02-18 15:37:14 +01:00
Cloud Shell
bc5172bc4f
wip(22w7c): add link click handler
2022-02-16 00:48:09 +00:00
Victor Westerlund
75b7282411
wip(22w7b): add visibilitychange event
2022-02-14 16:50:56 +01:00
Victor Westerlund
bb0d98c560
wip(22w7a): add card backdrop-filter
2022-02-14 08:41:38 +01:00
Victor Westerlund
a610af6ce6
wip(22w6b): add content and more glitching
2022-02-12 16:42:33 +01:00
Victor Westerlund
405fbe0f28
wip(22w6a): add glitch bg
2022-02-12 02:28:58 +01: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