Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
33a54c0
added reset.css
Haja-andri Oct 22, 2019
ebab39a
refactored and connected reset.css
Haja-andri Oct 22, 2019
ec6e3a2
initial draft for first message
Haja-andri Oct 22, 2019
27a555f
refactored to use react router and created auth page
Haja-andri Oct 22, 2019
f3db304
style adjustment
Haja-andri Oct 22, 2019
b2a14c1
first part of form data handler
Haja-andri Oct 22, 2019
6e0849d
Do some work
nanoblit Oct 22, 2019
1b289ae
final onboarding styling
Haja-andri Oct 22, 2019
2f79c65
Merge pull request #1 from mud-hunt/main-layout
Haja-andri Oct 22, 2019
6d01082
small styling adjustment
Haja-andri Oct 22, 2019
05029fe
still adjusting for mobile view
Haja-andri Oct 22, 2019
9fda254
chore: linting
ayenisholah Oct 23, 2019
25e9ad6
main game view layout first draft
Haja-andri Oct 23, 2019
6ee1fb8
Merge pull request #2 from mud-hunt/game-view
Haja-andri Oct 23, 2019
f9532b7
Draw a map
nanoblit Oct 23, 2019
cfbdeb0
Merge
nanoblit Oct 23, 2019
f3210a5
Merge pull request #3 from mud-hunt/try-drawing-map
nanoblit Oct 23, 2019
78dd841
Change colors
nanoblit Oct 23, 2019
719df0f
Merge pull request #4 from mud-hunt/try-drawing-map
nanoblit Oct 23, 2019
533ffa0
created registration handler
ayenisholah Oct 23, 2019
4816195
chores: installed dependencies
ayenisholah Oct 23, 2019
5dcc410
created login handler function
ayenisholah Oct 23, 2019
a1fa6d0
Set middle based on player's room
nanoblit Oct 23, 2019
f9a823c
Merge branch 'master' of https://github.com/mud-hunt/fe into try-draw…
nanoblit Oct 23, 2019
53b0c3f
Merge pull request #6 from mud-hunt/try-drawing-map
nanoblit Oct 23, 2019
6d9f189
implemented login and registration functions
ayenisholah Oct 23, 2019
6bb9b56
created get token and setHeaders function
ayenisholah Oct 23, 2019
c2f52eb
resolved merge conflicts
ayenisholah Oct 23, 2019
669d154
merged with master
ayenisholah Oct 23, 2019
a3b9c57
chore: react-toastify dependency
ayenisholah Oct 23, 2019
4658b0a
Merge pull request #7 from mud-hunt/auth-handlers
Haja-andri Oct 23, 2019
c07abc1
deleted unsused variable
ayenisholah Oct 24, 2019
4e94b22
react-toast
ayenisholah Oct 24, 2019
65ef539
created path for hunt app
ayenisholah Oct 24, 2019
73987c5
added error handling
ayenisholah Oct 24, 2019
b7fd022
added toastify notification
ayenisholah Oct 24, 2019
2266d6a
change header setup
quansenB Oct 24, 2019
5e46698
merge
quansenB Oct 24, 2019
a58f938
change redirect for login and register
quansenB Oct 24, 2019
0d6dee7
fix some redirects
quansenB Oct 24, 2019
2f2fb00
revert error changes
quansenB Oct 24, 2019
7b32438
rm email
quansenB Oct 24, 2019
c0dd4f7
fixerrordisplay
quansenB Oct 24, 2019
f79da92
exclude debuggers
quansenB Oct 24, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions .eslintrc.js

This file was deleted.

10 changes: 10 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": ["prettier-react"],
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
}
}
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}\\start"
}
]
}
Loading