From f9d068cf2c02b0d1aac4f5f1e9c9a1cbdcfb5845 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 28 Jan 2023 21:48:27 +0000 Subject: [PATCH 1/2] Forces featured first --- lnbits/core/templates/core/install.html | 1 + 1 file changed, 1 insertion(+) diff --git a/lnbits/core/templates/core/install.html b/lnbits/core/templates/core/install.html index d9f618444..fe6ed6e8d 100644 --- a/lnbits/core/templates/core/install.html +++ b/lnbits/core/templates/core/install.html @@ -477,6 +477,7 @@ inProgress: false })) this.filteredExtensions = this.extensions.concat([]) + this.handleTabChanged("featured") }, mixins: [windowMixin] }) From 7ea3d6c245767615dc28c40a697fd8e821117d2f Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 28 Jan 2023 21:53:00 +0000 Subject: [PATCH 2/2] format --- lnbits/core/templates/core/install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/core/templates/core/install.html b/lnbits/core/templates/core/install.html index fe6ed6e8d..19056f7c0 100644 --- a/lnbits/core/templates/core/install.html +++ b/lnbits/core/templates/core/install.html @@ -477,7 +477,7 @@ inProgress: false })) this.filteredExtensions = this.extensions.concat([]) - this.handleTabChanged("featured") + this.handleTabChanged('featured') }, mixins: [windowMixin] })