Commit graph

76 commits

Author SHA1 Message Date
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
a857076c31 Create OnClickEvent.d.ts 2020-09-18 00:23:55 -07:00
1eb72424fd Update index.tsx 2020-09-18 00:23:51 -07:00
772713e15a Fix type for weapon image source 2020-09-18 00:23:43 -07:00
35360600fb Create declarations.d.ts 2020-09-18 00:23:28 -07:00
d70b473aba Some minor cleanup
Mostly moving imports to absolute paths
2020-09-18 00:15:14 -07:00
46733d1918 Add types for classnames and react-router-dom 2020-09-18 00:07:19 -07:00
e5c824fa17 Move App component 2020-09-17 16:53:38 -07:00
0443e76384 Fix type 2020-09-17 16:53:24 -07:00
7d6d5e2e1d Loads parties 2020-09-17 00:02:48 -07:00
0d862e8085 Update components dealing with selecting weapons
You can select a weapon and if there is no party, it will create one on the server. It will associate subsequently added weapons to that party.
2020-09-16 03:46:56 -07:00
b59c92b390 Update path for viewing a party 2020-09-16 03:45:10 -07:00
81cf4889e8 Add WeaponGridProps 2020-09-16 03:44:58 -07:00
65e460d0e1 Add position to Weapon type 2020-09-16 03:44:44 -07:00
d83ba90f5d Update tsconfig spacing 2020-09-16 03:44:28 -07:00
d95b97d0e5 Add react-router typings 2020-09-16 03:44:12 -07:00
f4be26467b Set weapons when they're selected 2020-09-15 04:15:35 -07:00
a0a40c54b8 Add Weapon type 2020-09-15 04:15:07 -07:00
37140bf9e1 Lock scrolling when modal is open 2020-09-15 04:15:01 -07:00
b6d50e4157 Remove uuid 2020-09-15 04:14:18 -07:00
fbf3ab0213 Clean up App component 2020-09-15 01:25:20 -07:00
ae53dfdd9d Add SearchModal component to New route 2020-09-15 01:25:06 -07:00