Skip to content

Commit

Permalink
various updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ddan9 committed Feb 11, 2024
1 parent c588fa7 commit 100b59e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 15 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# todo-app

[App: ddan9.github.io/todo-app](https://ddan9.github.io/todo-app)
App: [ddan9.github.io/todo-app](https://ddan9.github.io/todo-app)

<br/>

Expand All @@ -10,7 +10,17 @@

<br/>

#### todo:
#### Features:

- Fully CDN
- Fully node-less
- PWA, node-less PWA
- Nice design
- Wide functionality

<br/>

#### Todo:

- по кнопке: smooth scroll, скролл до последнего либо первого задания (состояния переключать), скрывать при скроллинге, скрывать пока скролл не в положении списка (либо сделать чтобы она работала как кнопка добавления, пока находится там), скрывать если фокус и ввод

Expand Down
33 changes: 20 additions & 13 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
{
"name": "TODO by ddan9",
"short_name": "TODO",
"theme_color": "teal",
"background_color": "white",
"display": "standalone",
"scope": "./",
"start_url": "./index.html",
"icons": [
{
"src": "https://img.icons8.com/stickers/100/000000/task.png",
"type": "image/png", "sizes": "100x100"
}
]

"name": "TODO by ddan9",
"short_name": "TODO",
"theme_color": "teal",
"background_color": "white",
"display": "standalone",
"scope": "./",
"start_url": "./index.html",
"icons": [

{

"src": "https://img.icons8.com/stickers/100/000000/task.png",
"type": "image/png",
"sizes": "100x100"

}

]

}

0 comments on commit 100b59e

Please sign in to comment.