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
James Grugett
ab8d541f8d
Revert "Make absolute imports work with functions project ( #168 )"
...
This reverts commit c82a56af09
.
2022-05-15 13:39:42 -04:00
mantikoros
b00814a8c4
Template emails ( #185 )
...
* unsubscribe from generic emails
* new welcome email
* fix from address
* thank you email
* one week bonus email
2022-05-11 10:51:58 -05:00
Marshall Polaris
c82a56af09
Make absolute imports work with functions project ( #168 )
...
* Use a silly hack to make absolute imports work with Firebase tools
* Use absolute import for common module in functions code
2022-05-10 13:59:38 -07:00
Austin Chen
3fc159f10b
Revert "Convert common imports in functions to be absolute"
...
This reverts commit c03518e906
.
2022-05-09 12:06:16 -04: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
James Grugett
f9b881a017
Send better error responses for unsubscribe.
2022-03-09 12:39:21 -06:00
James Grugett
d12189ae08
Fix unsubscribe from market resolution emails
2022-03-09 12:27:12 -06:00
James Grugett
cb7c8ba7c2
Send email to market creator on new answer
2022-02-23 00:05:04 -06:00
James Grugett
7522b6af3c
Send emails for new comments on markets you commented on or created.
2022-02-22 20:35:07 -06:00
mantikoros
4528615863
Private user ( #32 )
...
* PrivateUser
* createUser: create private user; detect multiple signups
* include user properties in private user
* script: create private users
* unsubscribing from market resolution emails
* track total deposits
2022-01-18 21:36:46 -06:00