Commit graph

97 commits

Author SHA1 Message Date
a135458fb9 Update index.tsx 2020-09-25 18:14:38 -07:00
c90f35fff6 Profiles and GridReps 2020-09-25 17:57:46 -07:00
e17be1211f Fix pathing 2020-09-25 14:59:28 -07:00
1ddb3a73d7 Rename everything to index
Apparently it's better
2020-09-25 14:55:28 -07:00
50869e1ec0 Starts of a Profile route 2020-09-25 14:50:53 -07:00
f4fcf0c073 Rename route files to index.tsx 2020-09-25 11:40:33 -07:00
e88972a02c Fixed and implemented login 2020-09-25 10:40:50 -07:00
f1f6352b22 Small fixes 2020-09-25 06:08:57 -07:00
f1f74f06c7 Refactored UnauthMenu into HeaderMenu
Header also takes care of managing logged in state via cookies
2020-09-25 06:08:37 -07:00
710fb6a978 Update SignupModal.tsx
Close when done
2020-09-25 06:08:01 -07:00
46ef45e732 Move location changing to New 2020-09-25 05:25:04 -07:00
533ca9982d Fix New button 2020-09-25 05:24:11 -07:00
2e796c3647 Fix creating new parties 2020-09-25 04:11:43 -07:00
bbd329532b Refactored WeaponGrid
Fetching the party now happens in the `Party` route

`WeaponGridMainhand` and `WeaponGridUnit` were consolidated into `WeaponUnit`

Logged-in users can update grids that they created
2020-09-25 03:43:30 -07:00
46d32ba2a6 Added cookies to Header 2020-09-25 03:42:30 -07:00
c615b0efbf Update SearchModal.tsx
Removed log
2020-09-25 03:40:42 -07:00
b5ddab2119 Refactor signup modal 2020-09-25 03:40:26 -07:00
365de7ceab Implement cookies 2020-09-25 03:39:58 -07:00
56aeb285c0 Implement history 2020-09-25 03:39:53 -07:00
51f0dbce32 Update api.tsx
Add resource to check whether usernames and emails exist
2020-09-25 03:38:53 -07:00
1cb7509299 Create history.tsx 2020-09-25 03:38:28 -07:00
3e4a39253d Add babel 2020-09-25 03:38:04 -07:00
9f910b6673 Add empty states
* Default and empty state for `SearchModal`
* Empty state for grid when shortcode is not in use
2020-09-21 09:06:19 -07:00
d3d437235f Implement design for Sign up form 2020-09-18 12:59:59 -07:00
f5ed72764c Update LoginForm.css 2020-09-18 12:50:40 -07:00
b588697b06 Implement design for Login form 2020-09-18 12:49:21 -07:00
470f553cf7 Fix name and star state when cell is empty 2020-09-18 11:27:52 -07:00
c8c6e6f813 Add text and uncap stars to grid 2020-09-18 08:16:07 -07:00
3dad9abec7 Fix scrollbars on Windows 2020-09-18 07:16:27 -07:00
eaf65130da Set the font family globally 2020-09-18 07:16:16 -07:00
9e0deba47d Use the env var url 2020-09-18 06:41:05 -07:00
80c57f0f10 Fix some types 2020-09-18 06:26:20 -07:00
22a8b2896d Autofocus search input field 2020-09-18 06:24:42 -07:00
f0a780f23f Fuck Express and Javascript 2020-09-18 05:43:09 -07:00
03736e01e5 Fuck Express and fuck Javascript 2020-09-18 05:38:41 -07:00
f56eb042ae Actually try without express 2020-09-18 05:35:54 -07:00
5904c24dfe Try without express 2020-09-18 05:35:02 -07:00
bd7f965fd6 Use S3 in production for search modal 2020-09-18 05:24:26 -07:00
7465e8f5a2 Move postcss-normalize out of dev deps 2020-09-18 05:18:42 -07:00
b92409d7e9 Add an express server I guess 2020-09-18 05:13:23 -07:00
0bc9e90442 Rename build script to start 2020-09-18 05:06:13 -07:00
5154a2309d Add labels to repo 2020-09-18 04:57:28 -07:00
2caa096917 Pull weapon images from different sources depending on env 2020-09-18 04:54:45 -07:00
f9e3b80a0f Add .env sample 2020-09-18 04:54:30 -07:00
a2f8e2ec55 Ignore namespaced .env files 2020-09-18 04:54:24 -07:00
b98cbe9975 Updates to routes
* The shortcode will only be pulled from here
* Add an editable key to enable/disable editing the grid
* Fix type erros with props.match
2020-09-18 04:44:49 -07:00
0852591a0a Decentralize api calls 2020-09-18 03:32:57 -07:00
6c11239503 Fix Overlay onClick typing 2020-09-18 03:31:52 -07:00
3d81172d80 Add axios 2020-09-18 03:07:22 -07:00
8f0f6399a7 Fix cleanup
I did it wrong
2020-09-18 00:43:52 -07:00