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 @@ - + 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 @@ + + + + +
+
+ + +
+
+
+
+ + + Your Orders + + Introducing Our Dynamic Orders Dashboard for Seamless Management and + Insightful Analysis. + + + + + + + + + This Week + $1329 + + +
+25% from last week
+
+ + + +
+ + + This Month + $5,329 + + +
+10% from last month
+
+ + + +
+
+ +
+ + Week + Month + Year + +
+ + + + + + Filter by + + + Fulfilled + + Declined + Refunded + + + +
+
+ + + + Orders + Recent orders from your store. + + + + + + Customer + + + + Amount + + + + + +
Liam Johnson
+ +
+ + + + $250.00 +
+ + +
Olivia Smith
+ +
+ + + + $150.00 +
+ + +
Noah Williams
+ +
+ + + + $350.00 +
+ + +
Emma Brown
+ +
+ + + + $450.00 +
+ + +
Liam Johnson
+ +
+ + + + $250.00 +
+ + +
Liam Johnson
+ +
+ + + + $250.00 +
+ + +
Olivia Smith
+ +
+ + + + $150.00 +
+ + +
Emma Brown
+ +
+ + + + $450.00 +
+
+
+
+
+
+
+
+
+ + +
+ + Order Oe31b70H + + + Date: November 23, 2023 +
+
+ + + + + + + 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
+
+
+
Email
+
+ liam@acme.com +
+
+
+
Phone
+
+ +1 234 567 890 +
+
+
+
+ +
+
Payment Information
+
+
+
+ + Visa +
+
**** **** **** 4532
+
+
+
+
+ +
+ Updated +
+ + + + + + + + + + +
+
+
+
+
+ + \ 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