Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some clean up & new changes #1

Merged
merged 7 commits into from
Jan 18, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Keep consistency with new QBCore interface style
  • Loading branch information
loljoshie authored Jan 18, 2022
commit 22cc71c34a595324c2b7ad8dd025a8f10667111f
21 changes: 10 additions & 11 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,21 @@

<body>
<div id="openmenu">
<div class="row justify-center" id='title'><img class="brand-logo" src="./logo.png"></img></div>
<div class="row justify-center" id='title'>Scenes</div>
<div class="row justify-center" id='title'><img class="brand-logo" src="./brand-logo.svg"></img></div>
<div id="menu">
<div class="q-mb-md">
<q-form @submit="onSubmit" class="q-gutter-md">
<q-input dark hint="Markdown supported (i.e. &lt;b>, &lt;i>)" type="textarea" rows="1"
v-model="text" class="text" color="field" v-model="text" label="Text">
<template v-slot:prepend>
<q-icon name="create" />
<q-icon name="create"/>
</template>
</q-input>

<q-input dark hint="Color of text" v-model="color" class="my-input"
color="field" label="Color">
<template v-slot:prepend>
<q-icon name="palette" />
<q-icon name="palette"/>
</template>
<template v-slot:append>
<q-icon name="colorize" class="cursor-pointer">
Expand All @@ -41,7 +40,7 @@

<q-item class="slideritem">
<q-item-section avatar>
<q-icon color="slider" name="format_size" />
<q-icon color="slider" name="format_size"/>
</q-item-section>
<q-item-section>
<q-slider dark label-always v-model="fontsize" :min="0.1" :max="2.0" :Step="0.1" label color="sliderb" />
Expand All @@ -52,27 +51,27 @@

<q-item class="slideritem">
<q-item-section avatar>
<q-icon color="slider" name="social_distance" />
<q-icon color="slider" name="social_distance"/>
</q-item-section>
<q-item-section>
<q-slider dark label-always v-model="viewdistance" :min="1" :max="25" label color="sliderb" />
</q-item-section>
</q-item>
<q-item-label class="slidertext">View Distance</q-item-label>

<q-select hint="Time before expiration." dark v-model="expiration" :options="expirationOptions"
<q-select hint="Time before expiration." dark v-model="expiration" :options="expirationOptions" color="field"
label="Expiration Time">
<template v-slot:prepend>
<q-icon name="schedule" />
<q-icon name="schedule"/>
</template>
</q-select>

<q-item class="slideritem">
<q-item-section avatar>
<q-icon color="slider" name="title" />
<q-icon color="slider" name="title"/>
</q-item-section>
<q-item-section>
<q-slider dark label-always v-model="fontstyle" :min="1" :max="5" label color="sliderb" />
<q-slider dark label-always v-model="fontstyle" :min="1" :max="5" label color="sliderb"/>
</q-item-section>
</q-item>
<q-item-label class="slidertext">Font style</q-item-label>
Expand All @@ -90,4 +89,4 @@
</div>
</body>

</html>
</html>