quintodrome/ui/src
certuna 1ea3d005e8
clear the ServiceWorker cache on logout (#854)
* Update authProvider.js

This fixes https://github.com/navidrome/navidrome/issues/613 : clears the ServiceWorker cache on logout. Based on this code: https://developer.mozilla.org/en-US/docs/Web/API/CacheStorage/keys . Seems to work on macOS and iOS, but please test on other platforms.

* Format code with `prettier`

Co-authored-by: Deluan <deluan@navidrome.org>
2021-03-21 14:34:10 -04:00
..
actions Add duplicate song warning. Fix #554 2021-03-21 13:29:35 -04:00
album fix min-width of AlbumDetails 2021-03-16 23:19:11 -04:00
artist Help dialog with available hotkeys 2021-02-03 19:08:03 -05:00
audioplayer Fix #260: Add Auto theme preference to set theme automatically. (#835) 2021-03-21 13:19:43 -04:00
common Don't break if it tries to render ContextMenu without data. Fix #776 2021-02-13 12:04:02 -05:00
dataProvider Fix playlists 2020-11-27 13:13:51 -05:00
dialogs Add duplicate song warning. Fix #554 2021-03-21 13:29:35 -04:00
i18n Add duplicate song warning. Fix #554 2021-03-21 13:29:35 -04:00
icons Use logo on login page. Closes #247 2020-10-04 11:47:25 -04:00
layout Fix #260: Add Auto theme preference to set theme automatically. (#835) 2021-03-21 13:19:43 -04:00
personal Fix #260: Add Auto theme preference to set theme automatically. (#835) 2021-03-21 13:19:43 -04:00
player Add option for player to report real paths in Subsonic API. Closes #625 2020-11-28 10:25:23 -05:00
playlist Help dialog with available hotkeys 2021-02-03 19:08:03 -05:00
reducers Add duplicate song warning. Fix #554 2021-03-21 13:29:35 -04:00
song Help dialog with available hotkeys 2021-02-03 19:08:03 -05:00
store Add Desktop Notifications 2020-11-21 02:03:54 -05:00
subsonic Invalidate cached images when album changes 2021-03-12 15:41:11 -05:00
themes Fix #260: Add Auto theme preference to set theme automatically. (#835) 2021-03-21 13:19:43 -04:00
transcoding Use outlined Material-UI variant for all inputs 2020-08-17 11:19:39 -04:00
user Replace classnames with clsx 2020-11-27 18:27:32 -05:00
utils Fix duration formatting, add days and don't show 60 seconds 2020-12-20 13:29:09 -05:00
App.js Better hotkey organization 2021-02-03 18:29:33 -05:00
authProvider.js clear the ServiceWorker cache on logout (#854) 2021-03-21 14:34:10 -04:00
config.js Disable Activity Panel by default. 2020-11-25 15:29:46 -05:00
consts.js Fix #260: Add Auto theme preference to set theme automatically. (#835) 2021-03-21 13:19:43 -04:00
eventStream.js Removed event.type from SSE, as it was causing the browser to hang. 2021-02-04 12:37:06 -05:00
hotkeys.js Fix space hotkey 2021-02-05 13:10:58 -05:00
index.css Add ui subfolder, bootstrapped a "hello-world" React-Admin app, changed Makefile to start both apps in dev mode 2020-01-14 15:34:59 -05:00
index.js Update index.js 2020-10-01 12:12:18 -04:00
routes.js feat: move Configuration menu to Personal settings 2020-03-31 21:28:50 -04:00
serviceWorker.js Update serviceWorker to the latest from create-react-app 2020-09-29 17:10:06 -04:00
setupTests.js Formatted by Prettier 2020-01-14 18:06:40 -05:00