diff --git a/src/components/Menu.svelte b/src/components/Menu.svelte index 33f4ce3..d1535a9 100644 --- a/src/components/Menu.svelte +++ b/src/components/Menu.svelte @@ -57,4 +57,4 @@ Help - + diff --git a/src/components/MeritRequests.svelte b/src/components/MeritRequests.svelte index e84b029..bcf9fd3 100644 --- a/src/components/MeritRequests.svelte +++ b/src/components/MeritRequests.svelte @@ -2,6 +2,7 @@ import { goto } from '$app/navigation'; import { base } from '$app/paths'; import Badge from '@/components/ui/badge/badge.svelte'; + import Button from '@/components/ui/button/button.svelte'; import * as Card from '@/components/ui/card'; import * as Table from '@/components/ui/table'; import { MapOfMeritResult, MeritRequest } from '@/event_helpers/merits'; @@ -143,12 +144,11 @@ {/each} {#if $merits.size > $meritsTruncated.length} - { truncate.set(false); - }} - class="m-2 flex w-48 flex-nowrap text-lg" - >View {$merits.size - $meritsTruncated.length} moreView {$merits.size - $meritsTruncated.length} more {/if} diff --git a/src/components/MeritsAndSatflow.svelte b/src/components/MeritsAndSatflow.svelte index 18a949d..2c38df1 100644 --- a/src/components/MeritsAndSatflow.svelte +++ b/src/components/MeritsAndSatflow.svelte @@ -76,44 +76,34 @@ Merits and Satflow - -
+ +
This graph displays the Meritization of equity in {rocket.Name()}
-
- - - - Participant - - Revenue (Sats) + + + + Participant + + Revenue (Sats) + + + + {#each $merits as { pubkey, merits, sats }, i (pubkey)} + + +
+ +
+
+ + {sats}
-
- - {#each $merits as { pubkey, merits, sats }, i (pubkey)} - - -
- -
-
- - {sats} -
- {/each} -
-
-
+ {/each} + +
diff --git a/src/components/RocketCard.svelte b/src/components/RocketCard.svelte index a39817e..4bd3132 100644 --- a/src/components/RocketCard.svelte +++ b/src/components/RocketCard.svelte @@ -13,7 +13,7 @@ //$page.url.searchParams.get("tab") - + {rocket.Name()} {rocket.Mission()} @@ -29,7 +29,7 @@
-
+
View Full Rocket
diff --git a/src/components/RocketDashboard.svelte b/src/components/RocketDashboard.svelte index bfcc7c6..115cfef 100644 --- a/src/components/RocketDashboard.svelte +++ b/src/components/RocketDashboard.svelte @@ -17,7 +17,7 @@ $: unratifiedZaps = new Map(); -
+
@@ -31,9 +31,7 @@
-
+
@@ -44,8 +42,8 @@ - Actions - + Actions + - - -
-
- - - Proof of Sats - I want to invest in the satflow of a Rocket - - - -
-
    -
  • - Nostrocket is the most efficient way (ever) to invest in emerging technologies like - nostr -
  • -
  • - Your sats go directly to a contributor for work that has already been completed and - solves a problem in the critical path to (more) revenue -
  • -
  • - Nostrocket is non-custodial - revenue goes directly from the paying customer to your - wallet as an equity holder -
  • -
  • No KYC (ever).
  • -
-
-
- - - -
-
-
- - - Launch a new Rocket - I have an open source project and I want to make it profitable - - - -
-
    -
  • - Attract the right people to make your project a success (despite your lack of - funding) -
  • -
  • No financial accounting, capital raising, compliance, business plans, etc.
  • -
  • - Make your project socially scalable by becoming radically fair and meritocratic to - all contributors and investors. -
  • -
  • - Make your project immune to parasites by giving them nowhere to hide and nothing to - leech from. -
  • -
-
-
- - - -
-
+
+ + + Proof of Work + I want to work for sats + + Proof of Work + +
+
    +
  • Solve problems for fun and profit
  • +
  • No meetings, no scrum, no task assignment, no schedules
  • +
  • Only work on fully open source projects
  • +
  • + No interview process! Apply by choosing a problem to solve and sending a pull request +
  • +
  • Get paid in Sats, or equity in the project's satflow
  • +
+
+
+ + + +
+ + + Proof of Sats + I want to invest in the satflow of a Rocket + + Proof of Sats + +
+
    +
  • + Nostrocket is the most efficient way (ever) to invest in emerging technologies like + nostr +
  • +
  • + Your sats go directly to a contributor for work that has already been completed and + solves a problem in the critical path to (more) revenue +
  • +
  • + Nostrocket is non-custodial - revenue goes directly from the paying customer to your + wallet as an equity holder +
  • +
  • No KYC (ever).
  • +
+
+
+ + + +
+ + + Launch a new Rocket + I have an open source project and I want to make it profitable + + Launch a new Rocket + +
+
    +
  • + Attract the right people to make your project a success (despite your lack of funding) +
  • +
  • No financial accounting, capital raising, compliance, business plans, etc.
  • +
  • + Make your project socially scalable by becoming radically fair and meritocratic to all + contributors and investors. +
  • +
  • + Make your project immune to parasites by giving them nowhere to hide and nothing to + leech from. +
  • +
+
+
+ + + +
diff --git a/src/views/rockets/Rockets.svelte b/src/views/rockets/Rockets.svelte index a9d0c45..fae2a48 100644 --- a/src/views/rockets/Rockets.svelte +++ b/src/views/rockets/Rockets.svelte @@ -74,7 +74,7 @@ Testnet -
+
{#each mainnet as rocket (`${rocket.Event.pubkey}${rocket.Name()}`)} {/each} @@ -86,7 +86,7 @@ Note The following rockets are for testing purposes only. -
+
{#each testnet as rocket (`${rocket.Event.pubkey}${rocket.Name()}`)} {/each} diff --git a/tailwind.config.ts b/tailwind.config.ts index 2847270..80cc89c 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -14,10 +14,12 @@ const config: Config = { center: true, padding: '2rem', screens: { - '2xl': '1400px' + '2xl': '1400px', + '3xl': '1750px' } }, extend: { + screens: { '2xl': '1400px', '3xl': '1750px' }, colors: { border: 'hsl(var(--border) / )', input: 'hsl(var(--input) / )',