| app.js |
The udpate function gets called from the model after changes are made.
This sets state in the app component, which forces a re-render.
|
2056 |
| footer.js |
|
1261 |
| header.js |
|
288 |
| item.js |
useEffect keeps track of the 'editing' state change.
If the input field is present, we set focus programmatically.
|
2114 |
| main.js |
|
970 |
| model.js |
|
3129 |
| utils.js |
|
133 |