- 29 Oct, 2018 2 commits
-
-
Benjamin Wheeler authored
Responsive about page!
-
Vibhor Sehgal authored
-
- 26 Oct, 2018 2 commits
-
-
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 15 commits
-
-
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 7 commits
-
-
Ben Wheeler authored
-
Ben Wheeler authored
-
Ben Wheeler authored
-
Ben Wheeler authored
-
Paul Kaplan authored
-
chrisgarrity authored
Integrate www-gui localization
-
Vibhor Sehgal authored
-
- 22 Oct, 2018 3 commits
-
-
chrisgarrity authored
* Initialize `locales` in redux using methods exported by GUI. * pass GUI method to set the `scratchlanguage` cookie NOTE: It does not reload the page, so switching back to the project page will not reflect language changes made in gui until the next page reload. Reloading the page will lose project state so we don’t want to do that.
-
Paul Kaplan authored
Use parent_id and commentee_id correctly when posting comments.
-
Paul Kaplan authored
The parent_id is the top-level-parent, the commentee_id is the user to whom the comment is directed , the one that is mentioned in @ reply.
-
- 19 Oct, 2018 1 commit
-
-
Benjamin Wheeler authored
* add canSaveNew prop to pass to GUI * pass to and receive from GUI info about project lifecycle * reset project data or fetch new project data depending on updates received from gui * removed canSaveNew * projectId always a string * moved handleUpdateProjectId calls that fetch or set project metadata into componentDidUpdate * changed page history object * removed comments * two small fixes to deal with edge cases * cleaning up getExtensions
-