←back to thread

838 points bennettfeely | 8 comments | | HN request time: 0.985s | source | bottom
1. prezjordan ◴[] No.22943218[source]
Author here! Thanks for all the nice comments (and helpful bug reports). This idea has been in the back of my mind for ~2 years now but I recently got a wave of motivation and decided to ride it - and here we are. Happy to answer any Qs :)
replies(5): >>22943346 #>>22943724 #>>22943946 #>>22944583 #>>22946131 #
2. fermienrico ◴[] No.22943346[source]
I think the Text input field doesn’t match the rest.
replies(1): >>22943790 #
3. raihansaputra ◴[] No.22943724[source]
just wanted to say kudos for the BA Test Kitchen reference!
4. andai ◴[] No.22943790[source]
On iOS text and textarea are rounded. Not sure if you can override that with css.
replies(1): >>22950801 #
5. djsumdog ◴[] No.22943946[source]
It looks really good. It makes me wish I had a retro project idea I could use it on. It'd be great for a demo-scene website.
6. hanniabu ◴[] No.22944583[source]
Hey, might want to check out this comment in regards help with the fonts:

https://news.ycombinator.com/item?id=22944549

7. VikingCoder ◴[] No.22946131[source]
Fun work! Thanks for sharing.

I was somewhat reminded of Wt [1], and I still wish that were open source. Also reminded a bit of Blazor [2].

[1] https://www.webtoolkit.eu/widgets/layout/

[2] https://docs.microsoft.com/en-us/aspnet/core/blazor/?view=as...

8. efreak ◴[] No.22950801{3}[source]
You can get around that with contentEditable, but that creates an even bigger mess.