AncientBeast icon indicating copy to clipboard operation
AncientBeast copied to clipboard

Added white hex outline on hovering round counter.

Open dheerajd5 opened this issue 2 years ago • 3 comments

This fixes issue #2240

Note: As of now I am calling the displayVisualState() function everytime for each hex in the grid, everytime showGrid()is called. I didn't notice much of a performance difference but I've put the results in the comments related to this issue.

This is what it looks like after adding the white hex. image

dheerajd5 avatar Aug 27 '23 17:08 dheerajd5

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
ancientbeast ✅ Ready (Inspect) Visit Preview Aug 27, 2023 5:52pm

vercel[bot] avatar Aug 27 '23 17:08 vercel[bot]

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

ghost avatar Aug 27 '23 17:08 ghost

@dheerajd5 Heya! By "white outline" I didn't mean a new white hexagon (they tend to get edges overlapped at times), but css text effect for the letter-number coordinate, kinda like in this tut over here -> https://kinsta.com/blog/css-text-outline

DreadKnight avatar Sep 12 '23 11:09 DreadKnight