Skip to content

Commit

Permalink
scaffold plan for traits show component
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenClontz authored Oct 7, 2024
1 parent a46006d commit eadeeec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/viewer/src/components/Traits/Show.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<script lang="ts">
</script>

<!-- content from space/property pair -->

<!-- also, add copy markdown button -->
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
$: title = `S${data.space.id}|P${data.property.id}: ${data.space.name} | ${data.property.name}`
</script>

<h3>Space S{data.space.id} | Property P{data.property.id}</h3>

<Title {title} />

<!-- move everything below to Traits/Show.svelte -->

<h3>Space S{data.space.id} | Property P{data.property.id}</h3>

<h1>
{#if data.proof}
<Icons.Robot />
Expand Down

0 comments on commit eadeeec

Please sign in to comment.