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

カスタムテーマの設定のUI #292

Open
3 of 5 tasks
sapphi-red opened this issue Apr 16, 2020 · 2 comments
Open
3 of 5 tasks

カスタムテーマの設定のUI #292

sapphi-red opened this issue Apr 16, 2020 · 2 comments

Comments

@sapphi-red
Copy link
Contributor

sapphi-red commented Apr 16, 2020

@sapphi-red sapphi-red changed the title カスタムテーマのカラーピッカー カスタムテーマの設定のUI Apr 19, 2020
@wtks wtks added the design label Apr 26, 2020
@sapphi-red
Copy link
Contributor Author

@sapphi-red
Copy link
Contributor Author

<div :class="$style.element">
<h3>カスタムテーマ設定</h3>
<div :class="$style.content">
<template v-if="state.type === 'custom'">
<div
v-for="(val, category) in state.custom"
:key="category"
:class="$style.category"
>
<h4>{{ category }}</h4>
<form-input
v-for="(color, name) in val"
:key="name"
:label="name"
v-model="val[name]"
use-change-event
:class="$style.input"
/>
</div>
</template>
<p v-else>カスタムテーマが選択されていません</p>
</div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants