diff --git a/src/renderer/components/AppConfig.vue b/src/renderer/components/AppConfig.vue index f508926..9743ebe 100644 --- a/src/renderer/components/AppConfig.vue +++ b/src/renderer/components/AppConfig.vue @@ -5,7 +5,6 @@
- @@ -32,37 +31,39 @@

- *Preparation only. Will come, soon. + Want to have a specific coloring Schema? Create a new Issue with [feature/style]

+
+
-
- -
-
- - Enable adding external Links - -
+ Feature List +
+ + + + + Enable adding external Links + + + +

+ Add PKG's to your Processing Center from a external URL (experimental) +

+
+
- Activate HB-Store - - - - - - + Activate HB-Store Tab - - -

- Needs to end with slash (e.g. domain.com/) + +

+ Access to the official HB-Store from pkg-zone.com directly

@@ -77,9 +78,28 @@ -

- Legacy Mode is for the current working HB-Store API. Refactored one for the new version (on staging yet).
- Info: Once the new version is out you can access to more features on the HB-Store.
+

+ Legacy Mode is for the current working HB-Store API
+

+

+ Refactored one allows you to search and see your favorite apps
+

+

+ Custom allows you to gather information from your own cdn store hosting
+

+
+ + + + + + + + + + +

+ Must end with slash (e.g. domain.com/)

@@ -123,6 +143,7 @@ export default { HBModes: [ { key: 'legacy', value: 'Legacy', disabled: false }, { key: 'refactored', value: 'Refactored', disabled: true }, + { key: 'custom', value: 'Custom CDN', disabled: false }, ] }}, diff --git a/src/renderer/pages/Changelog.vue b/src/renderer/pages/Changelog.vue index 77cea45..053caaa 100644 --- a/src/renderer/pages/Changelog.vue +++ b/src/renderer/pages/Changelog.vue @@ -14,7 +14,8 @@ Add new Logo for Homebrew Store on the Download View.
Added Darkmode SCSS styling.
Added Style Schematics for the Application Scrollbar.
- + Update Settings View with proper content splitting.
+ Prepare HB-Store Settings for legacy, refactored and custom CDN.

diff --git a/src/renderer/scss/darkmode.scss b/src/renderer/scss/darkmode.scss index 0583e1f..26f990e 100644 --- a/src/renderer/scss/darkmode.scss +++ b/src/renderer/scss/darkmode.scss @@ -195,6 +195,15 @@ html.dark { } // dropdown + .el-popper[x-placement^=bottom] .popper_arrow, + .popper__arrow { + border-bottom-color: $bg3 !important; + top: -7px !important; + + &::after { + border-bottom-color: $bg !important; + } + } .el-select-dropdown { background: $bg !important; border-color: $border-color !important;