Extension list UI improvements (#769)

* Extensions list is now sorted alphabetically

* Added extension list search

* Prettified changes

* Removed console.log

* Code improvements based on motorina0 feedback

* Remove console.log from lnbits/templates/base.html

Run prettier
This commit is contained in:
blackcoffeexbt
2022-07-23 10:46:30 +02:00
committed by GitHub
parent 96af5fc3a7
commit c0c26fb98e
4 changed files with 52 additions and 4 deletions
-1
View File
@@ -228,7 +228,6 @@
<script type="text/javascript">
const themes = {{ LNBITS_THEME_OPTIONS | tojson }}
const LNBITS_DENOMINATION = {{ LNBITS_DENOMINATION | tojson}}
console.log(LNBITS_DENOMINATION)
if(themes && themes.length) {
window.allowedThemes = themes.map(str => str.trim())
}