diff --git a/src/components/RocketCard.svelte b/src/components/RocketCard.svelte
index 44e2003..ae384c2 100644
--- a/src/components/RocketCard.svelte
+++ b/src/components/RocketCard.svelte
@@ -4,6 +4,7 @@
import { Button } from '$lib/components/ui/button/index.js';
import * as Card from '$lib/components/ui/card/index.js';
import type { NDKEvent } from '@nostr-dev-kit/ndk';
+ import { ChevronRight } from 'lucide-svelte';
export let rocketEvent: NDKEvent;
//$page.url.searchParams.get("tab")
@@ -30,6 +31,6 @@
{console.log(rocketEvent.rawEvent())}} variant="outline">Print to Console
- {goto(`${base}/rockets/${getRocketURL(rocketEvent)}`)}}>View Full Rocket
+ {goto(`${base}/rockets/${getRocketURL(rocketEvent)}`)}}>View Full Rocket
diff --git a/src/components/RocketDashboard.svelte b/src/components/RocketDashboard.svelte
new file mode 100644
index 0000000..9a01ff0
--- /dev/null
+++ b/src/components/RocketDashboard.svelte
@@ -0,0 +1,490 @@
+
+
+
+
+
+
+
+
+
+
+ Rocket Name
+
+
+
+ Dashboard
+
+
+
+ Recent Orders
+
+
+
+
+
+
+
+
+
+ Your Orders
+
+ Introducing Our Dynamic Orders Dashboard for Seamless Management and
+ Insightful Analysis.
+
+
+
+ Create New Order
+
+
+
+
+ This Week
+ $1329
+
+
+ +25% from last week
+
+
+
+
+
+
+
+ This Month
+ $5,329
+
+
+ +10% from last month
+
+
+
+
+
+
+
+
+
+ Week
+ Month
+ Year
+
+
+
+
+
+
+ Filter
+
+
+
+ Filter by
+
+
+ Fulfilled
+
+ Declined
+ Refunded
+
+
+
+
+ Export
+
+
+
+
+
+
+ Orders
+ Recent orders from your store.
+
+
+
+
+
+ Customer
+
+ Type
+
+
+ Status
+
+
+ Date
+
+ Amount
+
+
+
+
+
+ Liam Johnson
+
+ liam@example.com
+
+
+
+ Sale
+
+
+
+ Fulfilled
+
+
+
+ 2023-06-23
+
+ $250.00
+
+
+
+ Olivia Smith
+
+ olivia@example.com
+
+
+
+ Refund
+
+
+
+ Declined
+
+
+
+ 2023-06-24
+
+ $150.00
+
+
+
+ Noah Williams
+
+ noah@example.com
+
+
+
+ Subscription
+
+
+
+ Fulfilled
+
+
+
+ 2023-06-25
+
+ $350.00
+
+
+
+ Emma Brown
+
+ emma@example.com
+
+
+
+ Sale
+
+
+
+ Fulfilled
+
+
+
+ 2023-06-26
+
+ $450.00
+
+
+
+ Liam Johnson
+
+ liam@example.com
+
+
+
+ Sale
+
+
+
+ Fulfilled
+
+
+
+ 2023-06-23
+
+ $250.00
+
+
+
+ Liam Johnson
+
+ liam@example.com
+
+
+
+ Sale
+
+
+
+ Fulfilled
+
+
+
+ 2023-06-23
+
+ $250.00
+
+
+
+ Olivia Smith
+
+ olivia@example.com
+
+
+
+ Refund
+
+
+
+ Declined
+
+
+
+ 2023-06-24
+
+ $150.00
+
+
+
+ Emma Brown
+
+ emma@example.com
+
+
+
+ Sale
+
+
+
+ Fulfilled
+
+
+
+ 2023-06-26
+
+ $450.00
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Order Oe31b70H
+
+
+ Copy Order ID
+
+
+ Date: November 23, 2023
+
+
+
+
+
+ Track Order
+
+
+
+
+
+
+ More
+
+
+
+ Edit
+ Export
+
+ Trash
+
+
+
+
+
+
+
Order Details
+
+
+
+ Glimmer Lamps x 2
+
+ $250.00
+
+
+
+ Aqua Filters x 1
+
+ $49.00
+
+
+
+
+
+ Subtotal
+ $299.00
+
+
+ Shipping
+ $5.00
+
+
+ Tax
+ $25.00
+
+
+ Total
+ $329.00
+
+
+
+
+
+
+
Shipping Information
+
+ Liam Johnson
+ 1234 Main St.
+ Anytown, CA 12345
+
+
+
+
Billing Information
+
Same as shipping address
+
+
+
+
+
Customer Information
+
+
+
Customer
+ Liam Johnson
+
+
+
+
+
+
+
+
Payment Information
+
+
+
+
+ Visa
+
+ **** **** **** 4532
+
+
+
+
+
+
+ Updated November 23, 2023
+
+
+
+
+
+
+ Previous Order
+
+
+
+
+
+ Next Order
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/routes/test/+page.svelte b/src/routes/test/+page.svelte
index 6a04858..69a934d 100644
--- a/src/routes/test/+page.svelte
+++ b/src/routes/test/+page.svelte
@@ -1,5 +1,7 @@
-
\ No newline at end of file
+
\ No newline at end of file