- 08 Apr, 2021 7 commits
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
Use getState in thunks instead of passing props around
-
dependabot-preview[bot] authored
Merge pull request #5236 from LLK/dependabot/npm_and_yarn/scratch-gui-0.1.0-prerelease.20210407220130
-
dependabot-preview[bot] authored
Bumps [scratch-gui](https://github.com/LLK/scratch-gui) from 0.1.0-prerelease.20210401231322 to 0.1.0-prerelease.20210407220130. - [Release notes](https://github.com/LLK/scratch-gui/releases) - [Commits](https://github.com/LLK/scratch-gui/compare/0.1.0-prerelease.20210401231322...0.1.0-prerelease.20210407220130) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 05 Apr, 2021 6 commits
-
-
Paul Kaplan authored
Instead of getting data out of redux just to pass it back to a dispatch, use getState in the thunk to get the data we need. This allows the component to not care about admin/token info, since it is not related to rendering.
-
Paul Kaplan authored
Insteaad of passing in the studio id and user data into the component just to have it used for fetching data, get that data directly from the redux store from within the thunk. This simplifies the components and lets them be concerned more with what they render.
-
Paul Kaplan authored
-
Paul Kaplan authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
Bumps [scratch-l10n](https://github.com/LLK/scratch-l10n) from 3.11.20210403031529 to 3.11.20210405031550. - [Release notes](https://github.com/LLK/scratch-l10n/releases) - [Commits](https://github.com/LLK/scratch-l10n/compare/3.11.20210403031529...3.11.20210405031550) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 03 Apr, 2021 2 commits
-
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
Bumps [scratch-l10n](https://github.com/LLK/scratch-l10n) from 3.11.20210402031543 to 3.11.20210403031529. - [Release notes](https://github.com/LLK/scratch-l10n/releases) - [Commits](https://github.com/LLK/scratch-l10n/compare/3.11.20210402031543...3.11.20210403031529) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 02 Apr, 2021 8 commits
-
-
Paul Kaplan authored
Add initial selectors for studio permissions
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
dependabot-preview[bot] authored
Merge pull request #5225 from LLK/dependabot/npm_and_yarn/scratch-gui-0.1.0-prerelease.20210401231322
-
dependabot-preview[bot] authored
Bumps [scratch-gui](https://github.com/LLK/scratch-gui) from 0.1.0-prerelease.20210331035658 to 0.1.0-prerelease.20210401231322. - [Release notes](https://github.com/LLK/scratch-gui/releases) - [Commits](https://github.com/LLK/scratch-gui/compare/0.1.0-prerelease.20210331035658...0.1.0-prerelease.20210401231322) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
Bumps [scratch-l10n](https://github.com/LLK/scratch-l10n) from 3.11.20210331031557 to 3.11.20210402031543. - [Release notes](https://github.com/LLK/scratch-l10n/releases) - [Commits](https://github.com/LLK/scratch-l10n/compare/3.11.20210331031557...3.11.20210402031543) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 01 Apr, 2021 11 commits
-
-
Paul Kaplan authored
Include onAddComment for studio comments
-
Paul Kaplan authored
-
Benjamin Wheeler authored
Fix gh-4913: MacOS version string update
-
Karishma Chadha authored
Studio Comments Fetching & Initial UI
-
Bryce Taylor authored
Move the studio route from routes-dev.json to routes.json
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- 31 Mar, 2021 6 commits
-
-
Karishma Chadha authored
Add UI for composing a comment and seeing the list of comments on the studio comments tab. Starting to fill in some additional state information like logged in state
-
BryceLTaylor authored
-
Karishma Chadha authored
Generalize comment components for use with projects and studios by taking passing in the POST URI as a prop. Update project page to accommodate the new prop.
-
Karishma Chadha authored
Create studio comment action creators. Add comments reducer and initial studio comment actions to studio comments view. Display preliminary data fetching.
-
Eric Rosenbaum authored
Add more components to the components page
-
Bryce Taylor authored
circleci update get-pip link
-