f7409a4ffe
Fix routing
2020-09-26 07:37:40 -07:00
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
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
bd7f965fd6
Use S3 in production for search modal
2020-09-18 05:24:26 -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
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
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
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
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
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
048f65dc0a
Update index.html
2020-09-15 01:24:42 -07:00
a8672c8b72
Fix SearchModal and add WeaponResult
2020-09-15 01:24:36 -07:00
94cb909700
Fix Portal
2020-09-15 01:24:15 -07:00
5980d6bff6
Update modal styling
2020-09-15 01:23:42 -07:00
ec4aff68ef
Update main routes
2020-09-14 18:30:14 -07:00
d723b0bc1d
Add Portal file
2020-09-14 18:29:45 -07:00
84b0934e0a
Add Search modal to weapon cells
2020-09-14 18:29:40 -07:00
4d896cb6e5
Update WeaponGrid rendering
2020-09-14 18:29:20 -07:00
99ec936fd1
Add a bunch of modal dialogs
2020-09-14 18:29:07 -07:00
68d3136f39
Add unauth menu
2020-09-14 18:28:38 -07:00
b3b9ef5733
Flip position of Header buttons
2020-09-14 18:28:01 -07:00
cc24126a47
Move components into a folder
2020-09-12 18:44:46 -07:00
3da4abb04e
Add weapon grid layout
2020-09-11 09:08:59 -07:00
093077b92a
Add routes
2020-09-11 09:08:48 -07:00
879458506e
Add copy to clipboard to Header
2020-09-11 09:08:10 -07:00
2907980d36
Add click prop to Button
2020-09-11 09:07:47 -07:00
4df23abec6
First commit
2020-09-11 06:44:42 -07:00