Skip to content

Commit

Permalink
styling and ts tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
shalanah committed Mar 27, 2024
1 parent fca9b88 commit 395b8d0
Show file tree
Hide file tree
Showing 12 changed files with 2,606 additions and 26 deletions.
28 changes: 28 additions & 0 deletions public/fallback-development.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
/******/ (() => { // webpackBootstrap
/******/ "use strict";
var __webpack_exports__ = {};


self.fallback = async request => {
// https://developer.mozilla.org/en-US/docs/Web/API/RequestDestination
switch (request.destination) {
case 'document':
if (true) return caches.match("/_offline", {
ignoreSearch: true
});
case 'image':
if (false) {}
case 'audio':
if (false) {}
case 'video':
if (false) {}
case 'font':
if (false) {}
case '':
if (false) {}
default:
return Response.error();
}
};
/******/ })()
;
1 change: 0 additions & 1 deletion public/fallback-w47mpw0Y0wngC7HP9cI4b.js

This file was deleted.

110 changes: 109 additions & 1 deletion public/sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/sw.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion public/workbox-07a7b4f2.js

This file was deleted.

Loading

0 comments on commit 395b8d0

Please sign in to comment.