feat: manage extensions navbar (#2121)
* feat: manage extensions navbar create now `Manage` spacer in sidebar. and add manage extensions to it closes #2088 * do not show when no exts * update cn and jp i18n strings * rename lnbits-admin-ui component to lnbits-manage, fix its behaviour * i18n: add Korean language --------- Co-authored-by: Pavol Rusnak <pavol@rusnak.io> Co-authored-by: psychoet <125599543+psychoet@users.noreply.github.com>
This commit is contained in:
co-authored by
Pavol Rusnak
psychoet
parent
3b0024bcf2
commit
9c85e1156c
@@ -1,6 +1,6 @@
|
||||
// update cache version every time there is a new deployment
|
||||
// so the service worker reinitializes the cache
|
||||
const CACHE_VERSION = 82
|
||||
const CACHE_VERSION = 84
|
||||
const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-`
|
||||
|
||||
const getApiKey = request => {
|
||||
|
||||
Reference in New Issue
Block a user