« get me outta code hell

scratchrlol - Simple HTML-based Scratch client
summary refs log tree commit diff
AgeCommit message (Collapse)Author
2018-11-20Tweak <h1> styling (on user pages) HEAD masterFlorrie
2018-11-20Add package.jsonFlorrie
2018-11-20Log in with username/password from CLIFlorrie
2018-11-20Steal rosenzweig.io's stylesheetFlorrie
No, wait, I was *offered* it!
2018-11-19Explore projects, not usersFlorrie
2018-11-19Remove duplicates from explore-usersFlorrie
2018-11-19Experimental 'explore users' pageFlorrie
2018-11-19Fix error when viewing homepage while logged outFlorrie
2018-11-15Split along \r tooFlorrie
Some old projects (e.g. 38201) use \r instead of \n as the line separator character. This commit acknowledges that in the longField function.
2018-11-15"What's Happening?" on homepageFlorrie
2018-11-15Give index.js shebang lineFlorrie
2018-11-15Studio pageFlorrie
2018-11-14Specify page titlesFlorrie
2018-11-14Set HTTP status codes on 404, etcFlorrie
2018-11-14Break up a particularly long line of codeFlorrie
Just cleanup!
2018-11-14"return page()" instead of "await page(); return"Florrie
No need for the await when we always do return immediately after anyway.
2018-11-14Remix listsFlorrie
2018-11-14Do cleaner, slightly less regex-y URL handlingFlorrie
2018-11-14Author/remix infoFlorrie
2018-11-14Move download link below instructions/N&CFlorrie
Just an experiment. I wonder if this will make it easier to pay attention to the instructions / notes and credits.
2018-11-14User project listFlorrie
2018-11-14Make narrow-width size look nicerFlorrie
I.e. if the width is less than 20cm, make sure there's still some padding on the edges. I'd like to figure out how to use left/right margins instead of padding here (since margin seems to semantically make more sense), but I don't think there's a way to do anything like "margin: max(8px, auto)"; I'd have to use a container element around all content (including the header!) to apply both margins.
2018-11-14Link to own profile page in headerFlorrie
2018-11-14Make page width smallerFlorrie
This should help make it easier to read content in general. It might still need some tweaking; we'll see.
2018-11-14Initial commitFlorrie