Skip to content

Commit

Permalink
fix(todo2): send images to background so they do not interfere with t…
Browse files Browse the repository at this point in the history
…he task-list shadows (#65)
  • Loading branch information
tatomyr committed Mar 24, 2024
1 parent 7ce85ef commit 8e0f2a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/examples/purity-todo/components/task-list-style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export const taskListStyle = (): string => render`
width: 3rem;
min-width: 3rem;
object-fit: cover;
z-index: -1;
}
ol#task-list .task-item.completed > img {
Expand Down
2 changes: 1 addition & 1 deletion src/examples/purity-todo/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Purity Todo 2.14",
"name": "Purity Todo 2.15",
"short_name": "ToDo",
"description": "Todo list written with purity.js",
"icons": [
Expand Down
2 changes: 1 addition & 1 deletion src/examples/purity-todo/purity-todo.sw.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const appScope = self.registration.scope

const cacheName = `${appScope}@2.14`
const cacheName = `${appScope}@2.15`
const contentToCache = [
"./",
"./index.html",
Expand Down

0 comments on commit 8e0f2a3

Please sign in to comment.