* `<Dashboard/>`, `drag-drop`, `drop-target` - switch from `setTimeout()` to `css { pointer-events: none }`
* <DragDrop/> - remove leftover `return`
* http://localhost:5173 - remove padding-right in { inline: true } mode
Because it makes working with drops confusing, dropping behaviour thinks uppy spans 100% of the page
* `<DragDrop/>` - remove `{ pointer-events: none }`
`<DragDrop/> flickers in Chrome when we DO have `{ pointer-events: none }`, because it doesn't have any child elements.
* Editor.tsx - clean up post typescriptofication
* dev - finally add favicons to avoid errors in the console
* ImageEditor.tsx - reinsert filename after image editor