diff --git a/README.md b/README.md index 6a4bb7ce..ae322b4d 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ GitHub Forks
- Buy Me A Coffee + Buy Me A Coffee Open Collective + GitHub Sponsor
Discord Twitter diff --git a/src/i18n/en_US.json b/src/i18n/en_US.json index ac37b2c3..7e402929 100644 --- a/src/i18n/en_US.json +++ b/src/i18n/en_US.json @@ -2,7 +2,7 @@ "i18n.languageName": "English (US)", "i18n.languageNameEnglish": "English (US)", "i18n.category": "main", - "i18n.authors": "@maikirakiwi @kyw504100 nosh118", + "i18n.authors": "@maikirakiwi @kyw504100 @nosh118", "app.name": "Cider", "date.format": "${m} ${d}, ${y}", "dialog.cancel": "Cancel", @@ -148,6 +148,7 @@ "term.noVideos": "No videos found.", "term.plugin": "Plug-in", "term.pluginMenu": "Plug-in Menu", + "term.pluginMenu.none": "No interactive plugins", "term.replay": "Replay", "term.uniqueAlbums": "Unique Albums", "term.uniqueArtists": "Unique Artists", diff --git a/src/i18n/source/en_US.json b/src/i18n/source/en_US.json index ac37b2c3..7e402929 100644 --- a/src/i18n/source/en_US.json +++ b/src/i18n/source/en_US.json @@ -2,7 +2,7 @@ "i18n.languageName": "English (US)", "i18n.languageNameEnglish": "English (US)", "i18n.category": "main", - "i18n.authors": "@maikirakiwi @kyw504100 nosh118", + "i18n.authors": "@maikirakiwi @kyw504100 @nosh118", "app.name": "Cider", "date.format": "${m} ${d}, ${y}", "dialog.cancel": "Cancel", @@ -148,6 +148,7 @@ "term.noVideos": "No videos found.", "term.plugin": "Plug-in", "term.pluginMenu": "Plug-in Menu", + "term.pluginMenu.none": "No interactive plugins", "term.replay": "Replay", "term.uniqueAlbums": "Unique Albums", "term.uniqueArtists": "Unique Artists", diff --git a/src/renderer/less/directives.less b/src/renderer/less/directives.less index 085f0833..3831816c 100644 --- a/src/renderer/less/directives.less +++ b/src/renderer/less/directives.less @@ -174,4 +174,9 @@ flex: 0 0 auto; } } + .collection-page { + .top-fab { + bottom:96px; + } + } } diff --git a/src/renderer/views/components/equalizer.ejs b/src/renderer/views/components/equalizer.ejs index 2ea7622e..d9ab684e 100644 --- a/src/renderer/views/components/equalizer.ejs +++ b/src/renderer/views/components/equalizer.ejs @@ -237,15 +237,15 @@ "import": { "icon": "./assets/feather/share.svg", "name": app.getLz('action.import'), - "action": function () { - this.importPreset() + action: () => { + notyf.error("Not implemented yet") } }, "export": { "icon": "./assets/feather/share.svg", "name": app.getLz('action.export'), - "action": function () { - this.exportPreset() + action: () => { + notyf.error("Not implemented yet") } }, } diff --git a/src/renderer/views/pages/about.ejs b/src/renderer/views/pages/about.ejs index 2191c657..43a7dbda 100644 --- a/src/renderer/views/pages/about.ejs +++ b/src/renderer/views/pages/about.ejs @@ -12,6 +12,7 @@ {{$root.getLz('term.rightsReserved')}}


{{$root.getLz('term.sponsor')}}

+

{{$root.getLz('term.socials')}}

diff --git a/src/renderer/views/pages/themes-github.ejs b/src/renderer/views/pages/themes-github.ejs index cf70b743..708341a6 100644 --- a/src/renderer/views/pages/themes-github.ejs +++ b/src/renderer/views/pages/themes-github.ejs @@ -10,6 +10,7 @@ v-model="$root.cfg.visual.theme"> +