manifold/web/pages
Austin Chen da4ce99755
Merge Manifold for Teams infra into main codebase (#61)
* Add dev target for TheoremOne

* Restrict signups to theoremone.co emails

* Add new indices

* Forbid reads from unauthenticated users

* Client-side render pages that need auth

These pages are now client-side rendered:
- /home
- /leaderboards
- /market/...
- /fold/...

* Hide 404 for private Manifolds

* Brand instance for TheoremOne

* Hide "Add Funds" and "Personalize your feed"

* "M$" =>  "T$"

* Hide Discord & About Page too

* Update placeholders for teams

* Update firestore.indexes.json

* Switch /analytics to propz

* Migrate per-env code into common/

* More migrations to PROJECT_ID

* Conditionally use SSG depending on public vs private instance

* Fix props to be empty object

* Move more logic into access

* Spin out config files for each environment

* Generify most of the customizable brand stuff

* Move IS_PRIVATE_MANIFOLD to access.ts

* Rename access.ts to envs/constants.ts

* Add "dev:dev" alias

* Rever firestore rules to existing settings

* Fixes according to James's review
2022-03-08 18:43:30 -08:00
..
[username] Merge Manifold for Teams infra into main codebase (#61) 2022-03-08 18:43:30 -08:00
api/v0 Expose resolutionTime in API (#56) 2022-02-28 11:40:48 -08:00
fold/[...slugs] Merge Manifold for Teams infra into main codebase (#61) 2022-03-08 18:43:30 -08:00
tag Sort fold & tag markets by 24-hour-vol 2022-02-07 23:03:55 -06:00
_app.tsx Improve SEO descriptions 2022-01-19 12:57:35 -05:00
_document.tsx Merge Manifold for Teams infra into main codebase (#61) 2022-03-08 18:43:30 -08:00
404.tsx Merge Manifold for Teams infra into main codebase (#61) 2022-03-08 18:43:30 -08:00
about.module.css Use font-weight: 600 for bold text 2022-02-06 01:23:45 -08:00
about.tsx Update about page 2022-03-07 10:40:53 -08:00
account.tsx Automatically sort Tailwind classes with Prettier (#45) 2022-02-11 10:40:22 -08:00
add-funds.tsx Format Tailwind classes with Prettier 2022-03-03 01:09:32 -08:00
admin.tsx Link to each question from Admin page 2022-02-13 16:09:30 -08:00
analytics.tsx Merge Manifold for Teams infra into main codebase (#61) 2022-03-08 18:43:30 -08:00
create.tsx Format Tailwind classes with Prettier 2022-03-03 01:09:32 -08:00
folds.tsx Fast fold following (#51) 2022-02-19 17:17:36 -06:00
home.tsx Merge Manifold for Teams infra into main codebase (#61) 2022-03-08 18:43:30 -08:00
index.tsx Make navbar render signed in or signed out by page (#39) 2022-01-27 17:06:31 -06:00
landing-page.tsx Automatically sort Tailwind classes with Prettier (#45) 2022-02-11 10:40:22 -08:00
leaderboards.tsx Merge Manifold for Teams infra into main codebase (#61) 2022-03-08 18:43:30 -08:00
make-predictions.tsx Show correct remaning balance for ante input when creating market 2022-03-02 13:50:19 -08:00
markets.tsx Automatically sort Tailwind classes with Prettier (#45) 2022-02-11 10:40:22 -08:00
profile.tsx New, pretty user page (#48) 2022-02-17 17:16:58 -08:00
simulator.tsx Automatically sort Tailwind classes with Prettier (#45) 2022-02-11 10:40:22 -08:00
trades.tsx redirect signed out users on /profile and /trades to homepage 2022-02-03 21:19:42 -06:00