Sinclair Chen
d9f57b7daa
Remove all daisy buttons ( #1036 )
...
* Tweak limit order UI and fix button
* Style all follow/unfollow buttons blue
also get rid of highlight-blue button
* remove all other uses of 'btn'
* Style group follow button like user follow
* lint and format
2022-10-12 12:27:17 -07:00
Sinclair Chen
8d06e4b4d2
refactor text input into one component ( #1016 )
...
* Add responsive text input component
* Add styled expanding textarea component
2022-10-09 19:37:24 -07:00
Sinclair Chen
f8d346a404
Clean up charity styles
...
- center cards on mobile
- make notes more professional
2022-09-11 11:42:05 -07:00
Austin Chen
aa3647e0f3
Handle case when no charity txns
2022-08-21 20:55:04 -07:00
Austin Chen
6791da0fc8
Fix "Most Recent Donor" on /charity
2022-08-19 17:28:08 -07:00
Ian Philips
6fb9849007
Allow to add/remove from groups on market page ( #685 )
...
* Allow to add/remove from groups on market page
* remove lib
* Fix Sinclair's relative import from May
* Clean
2022-07-22 11:34:10 -06:00
mantikoros
e13f4d3d4d
charity description
2022-07-22 11:59:25 -05:00
mantikoros
2c80133856
add SEO tags to everything
2022-07-22 11:56:03 -05:00
Austin Chen
d1ad0716c8
Fix import
2022-07-19 00:34:53 -07:00
Austin Chen
b501776e33
Remove quadratic matching from /charity
2022-07-19 00:20:18 -07:00
Sinclair Chen
2543bdcdfc
refactor string matching ( #649 )
2022-07-15 14:16:00 -07:00
Marshall Polaris
4700ceb14c
Refactor some backend-related stuff ( #639 )
...
* web/lib/firebase/api-call -> common/api, web/lib/firebase/api
* Reuse `APIError` type in server code
* Reuse `getFunctionUrl` in server code
2022-07-10 15:03:15 -07:00
Marshall Polaris
67a05c2f1b
Migrate transact function to v2 ( #635 )
2022-07-09 13:54:15 -07:00
mantikoros
d2a1af7c15
track search, track charity donation
2022-06-16 11:49:57 -05:00
mantikoros
c45da8c334
Tracking ( #511 )
...
* tracking helper functions
* track everything
* remove extraneous code
2022-06-15 16:34:34 -05:00
Austin Chen
716e00374c
Tweak /charity page style
2022-06-13 21:27:20 -07:00
Austin Chen
af3895de79
Add quadratic matching to Manifold for Charity ( #486 )
...
* Calculate quadratic funding match
* Tweak copy
* More concise quadratic funding calculation
Co-authored-by: Sinclair Chen <abc.sinclair@gmail.com>
* Fix imports and calculations
* Remove unused var for now
* Clean up styling
Co-authored-by: Sinclair Chen <abc.sinclair@gmail.com>
2022-06-13 20:53:29 -07:00
Austin Chen
49bd954945
Rename to "Manifold for Charity"
2022-06-11 09:15:59 -07:00
Sinclair Chen
6106eeee95
copyedit: donations available after May
2022-05-31 13:23:01 -07:00
Marshall Polaris
420ea9e90e
Add more linting to web
package ( #343 )
...
* Import React a lot
* Fix misc. linting concerns
* Turn on many recommended lints for `web` package
2022-05-26 14:41:24 -07:00
Marshall Polaris
47f10301c8
Change lodash stuff so that it can be tree-shaken out of build ( #233 )
...
* Set common package.json sideEffects: false
* Configure SWC to modularize lodash imports
* Import specific lodash functions instead of _
* Add an eslint rule to avoid full lodash import
2022-05-22 01:36:05 -07:00
Marshall Polaris
20f4b97d8b
Rewrite client for new public APIs to use fetch
instead of callables ( #241 )
...
* Rename `lib/firebase/api-call` -> `lib/firebase/fn-call`
This relieves ambiguity now that we will be using our actual
public API in the client.
* Rewrite client API calls to createContract, placeBet
* Tiny fixup for client market creation code
2022-05-19 15:04:34 -07:00
Austin Chen
f17675bbcf
Fix typo
2022-05-18 12:07:36 -04:00
Austin Chen
a3c1cd2cc1
Unhardcode M$ in more locations
2022-05-17 08:17:22 -04:00
Marshall Polaris
9b376fb11a
Reinstate eslint warning cleanup ( #174 )
...
* Reinstate eslint upgrade and related fixes
* Another shot at improving ContractLeaderboard
2022-05-10 14:49:24 -07:00
Marshall Polaris
4565430db5
Revert "Upgrade eslint, fix eslint warnings ( #149 )"
...
It's not 100% clear, but this could have caused some production
problems on the contract page, so let's revert it for now.
2022-05-10 14:22:57 -07:00
Marshall Polaris
167cf20bfc
Upgrade eslint, fix eslint warnings ( #149 )
...
* Add a couple missing dependencies for hooks
* Upgrade eslint
This newer eslint and typescript-eslint fixes some spurious warnings
that were bugs and supports our version of Typescript.
* Use Next Script component the way it wants us to
* Rephrase ContractLeaderboard component to avoid useEffect woes
* Use perhaps more idiomatic type for ContractLeaderboard props
* Make Folds data fetching more correct and more clear
2022-05-10 13:58:38 -07:00
Sinclair Chen
a297f6492d
move manaToUSD to format.ts ( #172 )
2022-05-10 11:14:24 -07:00
Marshall Polaris
acc9c84e2e
More absolute imports ( #156 )
...
* Configure functions module to allow absolute imports
* Convert common imports in functions to be absolute
* Convert common imports in web to be absolute
* Convert lib imports in web to be absolute
* Convert hooks imports in web to be absolute
* Convert components imports in web to be absolute
2022-05-09 09:04:36 -04:00
Austin Chen
cea9422802
Update site copy
2022-05-07 10:10:25 -04:00
SirSaltyy
e41f646b42
Remove all spaces between M$ and the associated number ( #134 )
...
* Remove all spaces between M$ and the associated number
* Update index.tsx
2022-05-05 22:19:47 -04:00
Austin Chen
b42e77858f
Search through charity preview, description, and tags too
2022-05-05 10:12:16 -04:00
Sinclair Chen
f2217d1d8b
Improve donate box UI in mid-size window ( #126 )
2022-05-03 13:36:00 -07:00
Sinclair Chen
abf23a1462
Pre-load charity order to prevent "jump" ( #122 )
2022-05-03 10:25:14 -07:00
mantikoros
14544d064a
charity page: remove centering
2022-05-03 11:26:02 -04:00
Sinclair Chen
3434b3de3f
Move all charity images to imgur + Next ( #120 )
2022-05-03 07:00:33 -07:00
Sinclair Chen
2f6a3c4e00
Replace email with free response market ( #118 )
2022-05-02 12:48:15 -07:00
Sinclair Chen
db695875c4
CPM: sort charities by amount raised ( #117 )
...
* Sort charities by amount raised (after Featured)
* Sort donations chronologically
* refactor charities query to remove parens
2022-05-02 10:55:40 -07:00
James Grugett
6232284e92
Larger font on amount input
2022-05-02 12:15:00 -04:00
Sinclair Chen
fdbcffcfbc
CPM simple feed ( #116 )
...
* Add minimal feed
* Display full cent amount for raised < $1
2022-05-02 08:23:12 -07:00
Austin Chen
bbc8915f79
Clean up prediction market on charities
2022-04-30 17:42:08 -04:00
Austin Chen
53a584f37d
Add in LTFF, ARC, RC
2022-04-30 17:35:10 -04:00
mantikoros
a3311bd5aa
embed total donations market on charity page
2022-04-30 16:27:19 -04:00
Austin Chen
ccd0e42734
Revert "give@ isn't set up, use info@"
...
This reverts commit d2218b5b8b
.
2022-04-30 11:19:20 -04:00
Austin Chen
d2218b5b8b
give@ isn't set up, use info@
2022-04-30 09:45:24 -04:00
Austin Chen
5c03f1581a
Fix lowercase search, tweak copy
2022-04-30 08:42:25 -04:00
Austin Chen
774ba6fba6
Show confetti on donate
2022-04-30 08:18:25 -04:00
Austin Chen
c51aa0b6b4
Simpify Donate panel
2022-04-30 08:13:38 -04:00
Austin Chen
bd98e8810e
Disable "Read more..." for now
2022-04-30 08:09:57 -04:00
James Grugett
3bb4111445
Make charity cards extend same length in row. Tweak image padding
2022-04-29 23:55:32 -04:00