pinafore/routes/_components
Nolan Lawson bc3a74bbcb don't wait if idb is blocked, remove workerize-loader (#602)
There are two issues here:

- if IDB is blocked, then the promise never resolves when you log out (and call indexedDB.deleteDatabase) and the app remains in a permanently hung state
- why is IDB blocked? well, something seems to have changed in Chrome 70 such that doing these operations in a web worker causes the blocked error. The benefits of workerizing IDB is so small that I'd rather just remove it at this point.
2018-11-04 13:59:14 -08:00
..
community Update standard to the latest version 🚀 (#519) 2018-08-29 21:42:57 -07:00
compose Update standard to the latest version 🚀 (#519) 2018-08-29 21:42:57 -07:00
dialog Update standard to the latest version 🚀 (#519) 2018-08-29 21:42:57 -07:00
list Update standard to the latest version 🚀 (#519) 2018-08-29 21:42:57 -07:00
profile Update standard to the latest version 🚀 (#519) 2018-08-29 21:42:57 -07:00
search
settings don't wait if idb is blocked, remove workerize-loader (#602) 2018-11-04 13:59:14 -08:00
status Update standard to the latest version 🚀 (#519) 2018-08-29 21:42:57 -07:00
timeline tweak timeline loading and worker dev mode (#525) 2018-08-31 09:12:48 -07:00
virtualList Update standard to the latest version 🚀 (#519) 2018-08-29 21:42:57 -07:00
AccountsListPage.html Update standard to the latest version 🚀 (#519) 2018-08-29 21:42:57 -07:00
AutoplayVideo.html
Avatar.html
DynamicPageBanner.html
ExternalLink.html add application (client) name to statuses (#497) 2018-08-26 15:38:45 -07:00
FreeTextLayout.html
HiddenFromSSR.html
IconButton.html Update standard to the latest version 🚀 (#519) 2018-08-29 21:42:57 -07:00
InformationalFooter.html
Label.html
Layout.html Update standard to the latest version 🚀 (#519) 2018-08-29 21:42:57 -07:00
LazyImage.html fix image loading (#527) 2018-08-31 16:35:26 -07:00
LazyPage.html Update standard to the latest version 🚀 (#519) 2018-08-29 21:42:57 -07:00
LoadingMask.html
LoadingPage.html Update standard to the latest version 🚀 (#519) 2018-08-29 21:42:57 -07:00
LoadingSpinner.html
Nav.html
NavItem.html tweak design of notification digits (#528) 2018-09-01 13:24:02 -07:00
NonAutoplayGifv.html Update standard to the latest version 🚀 (#519) 2018-08-29 21:42:57 -07:00
NonAutoplayImg.html fix image loading (#527) 2018-08-31 16:35:26 -07:00
NotLoggedInHome.html
PlayVideoIcon.html
TimelineHomePage.html
TimelinePage.html upgrade to svelte 2.0 (#251) 2018-05-01 17:05:36 -07:00
Toast.html