Skip to content

Commit

Permalink
Merge branch 'lnc-new' into lnc
Browse files Browse the repository at this point in the history
# Conflicts:
#	lnbits/core/static/js/service-worker.js
#	lnbits/static/bundle.min.css
#	lnbits/static/scss/base.scss
  • Loading branch information
cryptoteun committed Nov 8, 2023
2 parents 01f39c3 + 8ffa918 commit 4e42ec7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Mininum poetry version has is ^1.2, but it is recommended to use latest poetry.

```sh
git clone https://github.com/lnbits/lnbits.git
git checkout main
cd lnbits
git checkout main

# for making sure python 3.9 is installed, skip if installed. To check your installed version: python3 --version
sudo apt update
Expand Down
2 changes: 1 addition & 1 deletion lnbits/core/static/js/service-worker.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// update cache version every time there is a new deployment
// so the service worker reinitializes the cache
const CACHE_VERSION = 65
const CACHE_VERSION = 66
const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-`

const getApiKey = request => {
Expand Down
2 changes: 1 addition & 1 deletion lnbits/static/bundle.min.css

Large diffs are not rendered by default.

16 changes: 0 additions & 16 deletions lnbits/static/scss/base.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
$themes: (
'lnc': (
primary: #ffb400,
secondary: #ffb400,
dark: #0a0a0a,
info: #333646,
marginal-bg: #2d293b,
marginal-text: #fff
),
'classic': (
primary: #ffb400,
secondary: #ffb400,
Expand Down Expand Up @@ -106,14 +98,6 @@ $themes: (
}
}

[data-theme='lnc'] .q-drawer--dark {
background: #0a0a0a !important;
}

[data-theme='lnc'] .q-header {
background: #0a0a0a !important;
}

[data-theme='freedom'] .q-drawer--dark {
background: #0a0a0a !important;
}
Expand Down

0 comments on commit 4e42ec7

Please sign in to comment.