some semantics

This commit is contained in:
Freeplay 2023-05-10 16:20:52 -04:00
parent de1c25f9db
commit 5e23d960ab
6 changed files with 19 additions and 18 deletions

View file

@ -1,8 +1,9 @@
<template>
<div
<section
v-size="{ max: [310, 500] }"
class="gafaadew"
:class="{ modal, _popup: modal }"
:aria-label="i18n.ts.blocks.post"
@dragover.stop="onDragover"
@dragenter="onDragenter"
@dragleave="onDragleave"
@ -218,7 +219,7 @@
/>
</datalist>
</div>
</div>
</section>
</template>
<script lang="ts" setup>

View file

@ -1,6 +1,6 @@
<template>
<div class="rrevdjwu" :class="{ grid }">
<div v-for="group in def" class="group">
<nav class="rrevdjwu" :class="{ grid }">
<section v-for="group in def" class="group">
<div v-if="group.title" class="title">{{ group.title }}</div>
<div class="items">
@ -48,8 +48,8 @@
</MkA>
</template>
</div>
</div>
</div>
</section>
</nav>
</template>
<script lang="ts">

View file

@ -1,5 +1,5 @@
<template>
<div
<header
v-if="show"
ref="el"
class="fdidabkb"
@ -63,7 +63,7 @@
</div>
</div>
</div>
<div ref="tabsEl" v-if="hasTabs" class="tabs">
<nav ref="tabsEl" v-if="hasTabs" class="tabs">
<button
v-for="tab in tabs"
:ref="(el) => (tabRefs[tab.key] = el)"
@ -79,7 +79,7 @@
<span class="title">{{ tab.title }}</span>
</button>
<div ref="tabHighlightEl" class="highlight"></div>
</div>
</nav>
</template>
<div class="buttons right">
<template v-for="action in actions">
@ -94,7 +94,7 @@
</button>
</template>
</div>
</div>
</header>
</template>
<script lang="ts" setup>

View file

@ -26,14 +26,14 @@
></MkSuperMenu>
</div>
</div>
<div
<section
v-if="!(narrow && currentPage?.route.name == null)"
class="main"
>
<div class="bkzroven">
<RouterView />
</div>
</div>
</section>
</div>
</div>
</MkSpacer>

View file

@ -1,5 +1,5 @@
<template>
<div class="mvcprjjd" :class="{ iconOnly }">
<header class="mvcprjjd" :class="{ iconOnly }">
<div class="body">
<div class="top">
<div
@ -22,7 +22,7 @@
/><!-- <MkAcct class="text" :user="$i"/> -->
</button>
</div>
<div class="middle">
<nav class="middle">
<MkA
v-click-anime
v-tooltip.noDelay.right="i18n.ts.timeline"
@ -111,7 +111,7 @@
<i class="icon ph-gear-six ph-bold ph-fw ph-lg"></i
><span class="text">{{ i18n.ts.settings }}</span>
</MkA>
</div>
</nav>
<div class="bottom">
<button
v-tooltip.noDelay.right="i18n.ts.note"
@ -137,7 +137,7 @@
</button> -->
</div>
</div>
</div>
</header>
</template>
<script lang="ts" setup>

View file

@ -1,5 +1,5 @@
<template>
<div class="efzpzdvf">
<aside class="efzpzdvf" :aria-label="i18n.ts._deck._columns.widgets">
<MkAd class="a" :prefer="['widget']" />
<XWidgets
:edit="editMode"
@ -26,7 +26,7 @@
>
<i class="ph-pencil ph-bold ph-lg"></i> {{ i18n.ts.editWidgets }}
</button>
</div>
</aside>
</template>
<script lang="ts" setup>