turnstone/web/src/components/WizardOverlay.vue
pyr0ball 514586bff4 feat: Context view — document and fact management with accessible tables
Adds /context route with tabbed UI for managing uploaded documents and
manually-entered environment facts. Includes inline confirm-before-delete,
add-fact form with category/key/value fields, wizard CTA panel, and
stub components for DocUploadZone and WizardOverlay (Task 14).
2026-05-13 16:57:38 -07:00

7 lines
116 B
Vue

<template>
<div></div>
</template>
<script setup lang="ts">
defineEmits<{ close: []; complete: [] }>()
</script>