From a331faa1a76b1d2dc72fbc7176122236b20968d9 Mon Sep 17 00:00:00 2001 From: jahooma Date: Mon, 3 Jan 2022 12:39:44 -0600 Subject: [PATCH] Create page: Chance => Initial probabilty, description out of advanced, advanced arrow clickable --- web/pages/create.tsx | 102 ++++++++++++++++++++++--------------------- 1 file changed, 52 insertions(+), 50 deletions(-) diff --git a/web/pages/create.tsx b/web/pages/create.tsx index 6ad2bcb1..0601c484 100644 --- a/web/pages/create.tsx +++ b/web/pages/create.tsx @@ -8,7 +8,6 @@ import { useUser } from '../hooks/use-user' import { path } from '../lib/firebase/contracts' import { createContract } from '../lib/service/create-contract' import { Page } from '../components/page' -import { Row } from '../components/layout/row' import clsx from 'clsx' import dayjs from 'dayjs' @@ -75,37 +74,52 @@ export default function NewContract() { {/* Create a Tailwind form that takes in all the fields needed for a new contract */} {/* When the form is submitted, create a new contract in the database */}
-
-
- +
+ + setQuestion(e.target.value || '')} + /> +
+ + + +
+ +
+ % + +
-
- - -
+ + +
+ + -
-