joshprzybyszewski / cribbage

A cribbage scorer and game
MIT License
2 stars 1 forks source link

Make the create game page work #81

Closed joshprzybyszewski closed 4 years ago

joshprzybyszewski commented 4 years ago

What broke / What you're adding

Currently, there's no way to create new game against friends in the react client. There's a stub page, but we should fill it in.

How you did it

I copied the login page and then updated it a little

How to test it and how to try to break it

Create a game on the new page! :)

codecov[bot] commented 4 years ago

Codecov Report

Merging #81 into master will increase coverage by 0.08%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #81      +/-   ##
==========================================
+ Coverage   71.71%   71.78%   +0.08%     
==========================================
  Files          73       73              
  Lines        3849     3849              
==========================================
+ Hits         2760     2763       +3     
+ Misses        872      869       -3     
  Partials      217      217              
Impacted Files Coverage Δ
server/interaction/npc.go 90.48% <0.00%> (+4.76%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 37b4eef...b9571c6. Read the comment docs.