PMunch / nim-playground-frontend

The front-end for https://play.nim-lang.org
45 stars 16 forks source link

Visual improvements #28

Open madprops opened 2 years ago

madprops commented 2 years ago

nim3_browser_1

nim3_browser_2

nim3_phone_1

nim3_phone_2

Options are now shown on demand with an Options button (toggle).

Buttons at the bottom (Run etc) now have column layout when on mobile.

PMunch commented 2 years ago

Not sure why I haven't commented on this yet. I like that the buttons are below each other, looks good. But the Options toggle really doesn't look like it's clickable at all.

I think the reason why I didn't review this when it was submitted was because I've been planning to re-write the front-end for quite a while now. But I simply haven't gotten around to it. The current CSS is just too brittle to easily be able to test and verify pull requests.

madprops commented 2 years ago

Options on the corner, with icon. Link moved to footer.

nimplaymod

PMunch commented 2 years ago

Looks good, I'll test it out locally before I merge it.