Isaiah Odhner
Isaiah Odhner
Icons are not a problem. Service workers are a huge foot-gun. I've never heard of pleasant experiences with them. It's easy to leave users on an old version of an...
Yes, this is something I want to do. You can already run it with [nw.js](http://nwjs.io/) (clone repo, `npm i`, `npm start`) but I don't think it has any benefits, i.e....
I've made a lot of progress on this, now merged into master. Things that are done: - Lots and lots of boilerplate, like handling clicking links to open your default...
@abdatta Yeah that's definitely more of a priority. So far jspaint is installable (as a PWA), but doesn't work offline (no service worker). See https://github.com/1j01/jspaint/issues/109
The electron app is essentially done, just needs autoupdating set up and to be published (plus a few fixes — I may have broken file saving in recent changes?)
Yeah, it's the same on my phone; I have to use portrait mode. Currently there are media query rules that hide components when the view is small enough: https://github.com/1j01/jspaint/blob/29be5cf88a7a9ba4350990b4f3c8b381ee83b608/styles/layout.css#L54-L68 Win7...
You have a few options now: - You can use **View > Fullscreen** to hide the address bar and notifications bar; on my phone this lets the color box show...
Arrow keys don't seem to work at all to move the selection [in Windows 98](https://copy.sh/v86/?profile=windows98) (so I guess this is an "anachronistic" feature). Sounds like reasonable behavior, extending the scope...
I've actually implemented indexed color support (BMP and PNG). The feature needs some work, but will probably be released in the next update.
FYI, I already support some patterns. Check out Image > Attributes... > Black and White. And I made it so you can stay in "black and white mode" (which here...