doocus improvemnts

This commit is contained in:
Mariano Gabriel
2026-07-05 20:35:44 -03:00
parent 7b276e8f3d
commit 8606520ef2
22 changed files with 1328 additions and 61 deletions

View File

@@ -33,7 +33,8 @@ const metaRows = computed(() => {
<template>
<div v-if="!node" class="empty">Select a file to view it.</div>
<div v-else class="detail">
<header class="head">
<!-- meetings get no selection header the viewer is the meeting itself -->
<header v-if="node.mode !== 'meeting'" class="head">
<span class="badge" :data-mode="node.mode">{{ node.mode }}</span>
<span class="name">{{ node.path }}</span>
<span class="dim">{{ node.ext }} · {{ humanBytes(node.bytes) }}</span>