Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-19 | Explore projects, not users | Florrie | |
2018-11-19 | Remove duplicates from explore-users | Florrie | |
2018-11-19 | Experimental 'explore users' page | Florrie | |
2018-11-19 | Fix error when viewing homepage while logged out | Florrie | |
2018-11-15 | Split along \r too | Florrie | |
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 homepage | Florrie | |
2018-11-15 | Give index.js shebang line | Florrie | |
2018-11-15 | Studio page | Florrie | |
2018-11-14 | Specify page titles | Florrie | |
2018-11-14 | Set HTTP status codes on 404, etc | Florrie | |
2018-11-14 | Break up a particularly long line of code | Florrie | |
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-14 | Remix lists | Florrie | |
2018-11-14 | Do cleaner, slightly less regex-y URL handling | Florrie | |
2018-11-14 | Author/remix info | Florrie | |
2018-11-14 | Move download link below instructions/N&C | Florrie | |
Just an experiment. I wonder if this will make it easier to pay attention to the instructions / notes and credits. | |||
2018-11-14 | User project list | Florrie | |
2018-11-14 | Make narrow-width size look nicer | Florrie | |
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-14 | Link to own profile page in header | Florrie | |
2018-11-14 | Make page width smaller | Florrie | |
This should help make it easier to read content in general. It might still need some tweaking; we'll see. | |||
2018-11-14 | Initial commit | Florrie | |