diff --git a/frontend/src/routes/dashboard/capsules/+page.svelte b/frontend/src/routes/dashboard/capsules/+page.svelte index d9818e2..e8785ff 100644 --- a/frontend/src/routes/dashboard/capsules/+page.svelte +++ b/frontend/src/routes/dashboard/capsules/+page.svelte @@ -311,8 +311,8 @@

Capsules

-

- Isolated VMs you can start, pause, and snapshot on demand. +

+ Isolated VMs. Start cold in under a second — pause, snapshot, or destroy at will.

@@ -329,7 +329,7 @@ {runningCount} - concurrent capsules + running now @@ -482,18 +482,21 @@ {:else if filteredCapsules.length === 0}
-
- - - - - +
+
+
+ + + + + +

No capsules yet

- Launch a capsule to start running isolated code. + Each capsule is an isolated VM. Launch one to get started.

@@ -715,7 +715,7 @@ >{member.name || member.email} {#if member.user_id === auth.userId} - you + you {/if}
@@ -745,7 +745,7 @@ {member.role === 'owner' ? 'bg-[var(--color-accent-glow-mid)] text-[var(--color-accent-mid)]' : member.role === 'admin' - ? 'bg-[var(--color-bg-5)] text-[var(--color-text-secondary)]' + ? 'bg-[var(--color-amber)]/8 text-[var(--color-amber)]' : 'bg-[var(--color-bg-4)] text-[var(--color-text-muted)]'}" > {roleLabel(member.role)} @@ -840,7 +840,7 @@ Delete this team

- {#if isLastTeam}Create another team before deleting this one.{:else}Permanently deletes the team and destroys all running capsules. This cannot be undone.{/if} + {#if isLastTeam}Create another team first — you can't delete your only team.{:else}Permanently deletes the team and destroys all running capsules. This cannot be undone.{/if}