UI optimizations

This commit is contained in:
liyasthomas
2019-11-17 05:03:57 +05:30
parent a40d67138b
commit bac0db10a6
7 changed files with 126 additions and 192 deletions

View File

@@ -642,18 +642,18 @@
<aside class="sticky-inner inner-right">
<section>
<input id="collection-tab" type="radio" name="side" checked="checked" />
<label for="collection-tab">Collections</label>
<div class="tab">
<pw-section class="yellow" label="Collections" ref="collections">
<collections />
</pw-section>
</div>
<input id="history-tab" type="radio" name="side" />
<input id="history-tab" type="radio" name="side" checked="checked" />
<label for="history-tab">History</label>
<div class="tab">
<history @useHistory="handleUseHistory" ref="historyComponent"></history>
</div>
<input id="collection-tab" type="radio" name="side" />
<label for="collection-tab">Collections</label>
<div class="tab">
<pw-section class="yellow" label="Collections" ref="collections">
<collections />
</pw-section>
</div>
</section>
</aside>