UI Rebrand (#1)

* Rebrand UI and increase responsiveness

* Fix typo in PipelineViews and SettingsViews directory name

* Inset FPS indicator in stream preview

* Rebrand favicon
This commit is contained in:
Declan Freeman-Gleason
2020-06-28 03:11:09 -07:00
committed by GitHub
parent 3e8f3736af
commit 895edb988a
26 changed files with 101 additions and 429 deletions

View File

@@ -9,7 +9,7 @@
<v-radio
v-for="(name,index) in list"
:key="index"
color="#4baf62"
color="#ffd843"
:label="name"
:value="index"
/>

View File

@@ -15,7 +15,7 @@
hide-details
class="align-center"
dark
color="#4baf62"
color="#ffd843"
:step="step"
@input="handleInput"
@mousedown="$emit('rollback', localValue)"

View File

@@ -14,8 +14,8 @@
item-text="name"
item-value="index"
dark
color="#4baf62"
item-color="green"
color="#fcf6de"
item-color="blue"
:disabled="disabled"
@change="$emit('rollback', localValue)"
/>

View File

@@ -15,7 +15,7 @@
:max="max"
:min="min"
hide-details
color="#4baf62"
color="#ffd843"
:step="step"
@start="isClicked = true"
@end="isClicked = false"

View File

@@ -12,7 +12,7 @@
v-model="localValue"
dark
:disabled="disabled"
color="#4baf62"
color="#ffd843"
@change="$emit('rollback', localValue)"
/>
</v-col>