- 31 Oct, 2018 2 commits
-
-
DeleteThisAcount authored
-
Benjamin Wheeler authored
removed erroneous share button icon
-
- 30 Oct, 2018 2 commits
-
-
Karishma Chadha authored
Configure Cloud Host
-
Benjamin Wheeler authored
Update README.md
-
- 29 Oct, 2018 6 commits
-
-
julescubtree authored
correct `PROJECTS_HOST` to `PROJECT_HOST`
-
Ben Wheeler authored
-
chrisgarrity authored
remove obsolete code
-
Benjamin Wheeler authored
Responsive about page!
-
Karishma Chadha authored
-
Vibhor Sehgal authored
-
- 26 Oct, 2018 3 commits
-
-
chrisgarrity authored
Preview doesn’t need to set a z-index (the first version was trying to overlay gui on top of the project view).
-
Benjamin Wheeler authored
Track scratch-gui@latest
-
Ben Wheeler authored
-
- 25 Oct, 2018 10 commits
-
-
Paul Kaplan authored
Use #comments-id instead of #comment-id for fetching single comments
-
Benjamin Wheeler authored
pass isShared to gui
-
Benjamin Wheeler authored
moved getExtensions out of constructor, and out of projectInfo response
-
Paul Kaplan authored
-
Paul Kaplan authored
Decorate comment text to add @username links and scratch-domain links
-
Paul Kaplan authored
Fix form styling for project edit fields
-
Paul Kaplan authored
-
Paul Kaplan authored
Keep each input in its own formsy wrapper to improve performance
-
Paul Kaplan authored
Having Formsy around the entire page was causing re-renders to happen when you typed into an input, when really just that component needed to re-render.
-
Vibhor Sehgal authored
-
- 24 Oct, 2018 16 commits
-
-
julescubtree authored
correct `ASSETS_HOST` to `ASSET_HOST`
-
Ben Wheeler authored
-
Paul Kaplan authored
Extract strings for localizing the preview page
-
Paul Kaplan authored
Showing specific comment by url hash on preview
-
Ben Wheeler authored
-
Benjamin Wheeler authored
Set capability flags to be passed to GUI, to support remix and save as copy
-
Paul Kaplan authored
-
Paul Kaplan authored
Do not rely on total comment number for load more functionality
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
Update the comment routes
-
Paul Kaplan authored
Show the load more comments button any time the last comment page was filled to the requested limit. As noted in the comment, this heuristic will be wrong at most 5% of the time but the failure mode (showing load more which, when clicked doesn't load any more, just goes away) is very mild, and for the overwhelming majority of project views that happen on projects with many, many comments, this is very unlikely to ever be noticed. It obviously isn't a perfect solution, but I cannot think of another that does not need the server to do another query to find out the total number of visible comments, or to find out if there are more comments after the requested offset+limit.
-
Paul Kaplan authored
-
Colby Gutierrez-Kraybill authored
Maintenance and trouble related static content
-
- 23 Oct, 2018 1 commit
-
-
Ben Wheeler authored
-