knitcodemonkey / hexagon-quilt-map

Trying to "randomize" my quilt hexis
https://knitcodemonkey.github.io/hexagon-quilt-map/
MIT License
1 stars 3 forks source link

Added Square shape functionality #12

Closed izhuravlev closed 4 years ago

izhuravlev commented 4 years ago

Implements feature mentioned in issue #6: I have added Square.js component and made corrections to QuiltSection.js and App.js to allow switching between and rendering Hexagons and Squares.

izhuravlev commented 4 years ago

@knitcodemonkey It will be great if you test it and take a look, here is a screenshot of the submitted version: image There is more stuff to fix - for example, squares lay over each other and there are more display issues that I think can be filed as separate issues. I focused more on implementing components and logic for this commit and I can continue working on the Squares in separate issues if you want.

izhuravlev commented 4 years ago

Thank you for merging! I actually fixed everything else except those three fixes, but another problem appeared - for Squares, rows display with space between them, and I was figuring the way to fix it. Should I commit the changes now?

knitcodemonkey commented 4 years ago

Pull master first to make sure I didn't override your fixes.