Paul Kaplan
|
8267dcf16a
|
Fix TODO and add selector for studio comment capability
|
2021-04-02 12:43:32 -04:00 |
|
Paul Kaplan
|
dc460fffde
|
Merge branch 'develop' into studio-selectors
|
2021-04-02 12:36:44 -04:00 |
|
Paul Kaplan
|
cd8ae4b197
|
Use lodash.get to simplify permissions, move test data into fixtures for better testing
|
2021-04-02 12:33:18 -04:00 |
|
apple502j
|
9a3fc9876c
|
Add privacy policy and terms of use to allowlist
|
2021-04-02 04:28:27 +09:00 |
|
Paul Kaplan
|
3a9dde404e
|
Include onAddComment for studio comments
|
2021-04-01 14:05:22 -04:00 |
|
Benjamin Wheeler
|
3a62fa3a51
|
Merge pull request #5017 from JoelGritter/patch-1
Fix gh-4913: MacOS version string update
|
2021-04-01 13:31:57 -04:00 |
|
Karishma Chadha
|
7eb583a867
|
Merge pull request #5217 from kchadha/studio-comments-fetching
Studio Comments Fetching & Initial UI
|
2021-04-01 12:36:55 -04:00 |
|
Paul Kaplan
|
6026ededd3
|
Only pass explicit props to prepare for better permission selectors
|
2021-04-01 09:41:52 -04:00 |
|
Paul Kaplan
|
8434a06a90
|
Remove extra check for logged in
|
2021-04-01 09:29:52 -04:00 |
|
Paul Kaplan
|
8bc6e4ee77
|
Remove unneeded debug info
|
2021-04-01 09:24:13 -04:00 |
|
Paul Kaplan
|
1ad53aeb23
|
Add postURI which was left off by mistake
|
2021-04-01 09:23:59 -04:00 |
|
Paul Kaplan
|
ead57013e3
|
Use useCallback instead of binding anonymous function
|
2021-04-01 09:23:42 -04:00 |
|
Paul Kaplan
|
b8b56fff61
|
Destructure props to clean up the code
|
2021-04-01 09:23:16 -04:00 |
|
Karishma Chadha
|
073c14e6da
|
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
|
2021-03-31 16:38:44 -04:00 |
|
BryceLTaylor
|
11c773deb4
|
Move the studio route from routes-dev.json to routes.json
|
2021-03-31 16:23:00 -04:00 |
|
Karishma Chadha
|
4d5fdf6094
|
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.
|
2021-03-31 16:19:19 -04:00 |
|
Karishma Chadha
|
9c83271af7
|
Create studio comment action creators. Add comments reducer and initial studio comment actions to studio comments view. Display preliminary data fetching.
|
2021-03-31 14:41:49 -04:00 |
|
Eric Rosenbaum
|
4a7d909671
|
Merge pull request #5211 from ericrosenbaum/more-components
Add more components to the components page
|
2021-03-31 11:36:56 -04:00 |
|
Eric Rosenbaum
|
542c416ea7
|
lint
|
2021-03-30 15:49:33 -04:00 |
|
Eric Rosenbaum
|
ec0f41286d
|
lint
|
2021-03-30 15:44:41 -04:00 |
|
Eric Rosenbaum
|
eec9b29516
|
add text area
|
2021-03-30 15:41:52 -04:00 |
|
Eric Rosenbaum
|
2ff5e8d8fb
|
styling
|
2021-03-30 10:53:06 -04:00 |
|
Eric Rosenbaum
|
33b7d87840
|
update grid json
|
2021-03-30 10:52:57 -04:00 |
|
Eric Rosenbaum
|
8b98820495
|
Add nav bubbles
|
2021-03-24 16:12:47 -04:00 |
|
Eric Rosenbaum
|
82d759e30a
|
grid displays “Project Title”
|
2021-03-24 16:12:37 -04:00 |
|
Paul Kaplan
|
8a33d1c5a5
|
Re-export missing base comment actions to simplify
|
2021-03-24 14:48:05 -04:00 |
|
Paul Kaplan
|
9252d56376
|
Merge branch 'develop' into comments-reducer
|
2021-03-24 14:35:12 -04:00 |
|
Eric Rosenbaum
|
9466a7b75b
|
add grid
|
2021-03-23 16:58:38 -04:00 |
|
seotts
|
f6f1095d93
|
add justMuted variable, fix linting
|
2021-03-23 16:33:24 -04:00 |
|
seotts
|
60bf05fbbf
|
Reuse l10n strings instead of duplicating them
|
2021-03-23 15:45:16 -04:00 |
|
Paul Kaplan
|
8144b0c2e1
|
Display permissions selectors in the playground
|
2021-03-23 15:19:28 -04:00 |
|
Paul Kaplan
|
99195d6df3
|
Add studio selector and tests
|
2021-03-23 15:19:01 -04:00 |
|
Paul Kaplan
|
f03fbb503b
|
Add session selector and tests
|
2021-03-23 15:18:36 -04:00 |
|
Paul Kaplan
|
2265cd0d90
|
Add permissions selector and tests
|
2021-03-23 15:18:17 -04:00 |
|
seotts
|
ccab9566b8
|
Show different modal message when muted in the past
|
2021-03-23 11:00:01 -04:00 |
|
Eric Rosenbaum
|
6080facb66
|
Merge pull request #5171 from ericrosenbaum/fix-components-page
Fix components page
|
2021-03-23 10:04:17 -04:00 |
|
Zoë Bentley
|
138ed7339e
|
Fixed other place where date appears
|
2021-03-23 09:57:50 -04:00 |
|
Eric Rosenbaum
|
2330553765
|
re-add the carousel component in a box
|
2021-03-22 17:27:52 -04:00 |
|
Eric Rosenbaum
|
10f9194f61
|
fix form and carousel enough to display them
|
2021-03-22 17:24:18 -04:00 |
|
Paul Kaplan
|
cd0ab5dbc8
|
Merge pull request #5164 from paulkaplan/studio-roles
Fetch studio info and roles in redux
|
2021-03-22 11:09:44 -04:00 |
|
Sarah Otts
|
a087ac4f18
|
Merge pull request #5165 from zoebentley/conference-update-followup-march-2021
Made small updates to Scratch 2021 Conference page
|
2021-03-22 10:47:53 -04:00 |
|
Sarah Otts
|
059b6bf2c5
|
Merge pull request #5166 from seotts/message-already-muted
When a user is already muted, show a different message in the blue box
|
2021-03-22 10:20:15 -04:00 |
|
Zoë Bentley
|
bb46884667
|
replaced header image and modified strings
|
2021-03-19 15:23:12 -04:00 |
|
seotts
|
5d7d1cde3d
|
Add comments; fix reply logic
|
2021-03-19 15:18:36 -04:00 |
|
Paul Kaplan
|
57495259cf
|
Fix lint and remove unused code
|
2021-03-19 15:12:45 -04:00 |
|
Paul Kaplan
|
a97263cb91
|
Fetch studio info and roles in redux
|
2021-03-19 14:56:39 -04:00 |
|
seotts
|
94eb3dc6de
|
Continued work
|
2021-03-18 16:15:11 -04:00 |
|
Paul Kaplan
|
fd7b2ce41b
|
Replace remixes which was removed by mistake
|
2021-03-18 15:18:55 -04:00 |
|
Paul Kaplan
|
183a31d5ed
|
Merge pull request #5149 from paulkaplan/studio-redux-modules
Reusable redux module for fetching paginated data
|
2021-03-18 11:56:27 -04:00 |
|
Paul Kaplan
|
4029f431b3
|
Fix linting
|
2021-03-18 11:42:01 -04:00 |
|
Paul Kaplan
|
96589f4066
|
Comment the useEffect usage
|
2021-03-18 11:38:38 -04:00 |
|
Paul Kaplan
|
f40f3fa7c7
|
Rename variables
|
2021-03-18 11:31:28 -04:00 |
|
Paul Kaplan
|
ac6b4616ba
|
Split project specific comment actions
|
2021-03-18 11:21:41 -04:00 |
|
Paul Kaplan
|
296c04ff99
|
Merge branch 'develop' into comments-reducer
|
2021-03-18 11:20:47 -04:00 |
|
seotts
|
23da1e2781
|
Continued work
|
2021-03-17 16:07:30 -04:00 |
|
Sarah Otts
|
c3342d9224
|
Merge pull request #5121 from zoebentley/conference-update-march-2021-fixed-dependencies
Made changes to conf 2020 page (fixed dependencies)
|
2021-03-16 15:05:48 -04:00 |
|
Paul Kaplan
|
eb3bdfee56
|
Fix linting
|
2021-03-16 14:58:54 -04:00 |
|
Zoë Bentley
|
9e74481db4
|
Changed the date to be only one day, July 22
|
2021-03-16 14:57:04 -04:00 |
|
Paul Kaplan
|
acedd550da
|
Use the infinite loading module for all the data
|
2021-03-16 14:18:22 -04:00 |
|
Paul Kaplan
|
6b87429e65
|
Create a redux module for infinitely loading editable lists
|
2021-03-16 14:17:52 -04:00 |
|
Paul Kaplan
|
560379f9fb
|
Simple data fetching using react hooks
|
2021-03-16 14:17:52 -04:00 |
|
seotts
|
cf71b77622
|
Work on adding messaging for previous mute
|
2021-03-15 15:42:12 -04:00 |
|
Paul Kaplan
|
7b7266c5b4
|
Merge pull request #5117 from paulkaplan/studio-route
Add dev route with very bare studio playground
|
2021-03-15 12:03:24 -04:00 |
|
chrisgarrity
|
8271bb62bb
|
Merge pull request #5141 from seotts/prevent-feedback-when-not-just-muted
Prevent feedback when not just muted
|
2021-03-15 09:10:48 -04:00 |
|
Sarah Otts
|
da64706b0d
|
Remove unused FlexRow
|
2021-03-12 09:10:25 -05:00 |
|
seotts
|
936172d70b
|
only show feedback link for new mute
Add variable for isBad string
|
2021-03-11 13:06:51 -05:00 |
|
seotts
|
f78a683b09
|
Update link to LLK to new Media Lab url
|
2021-03-10 16:16:06 -05:00 |
|
Paul Kaplan
|
fb4370b412
|
Remove dev routes on staging
|
2021-03-10 15:09:07 -05:00 |
|
Zoë Bentley
|
eabab89bd5
|
Made changes to conf 2020 page (fixed dependencies)
|
2021-03-10 11:13:46 -05:00 |
|
Paul Kaplan
|
24cdd291ca
|
Add staging route for studio playground
|
2021-03-09 15:32:35 -05:00 |
|
Sarah Otts
|
dc9d079e4b
|
Merge pull request #5116 from seotts/revert-revert-zoe-content-update
Revert "Revert "Content updates march 2021""
|
2021-03-09 15:10:48 -05:00 |
|
seotts
|
a1759f42b3
|
Revert "Revert "Content updates march 2021""
This reverts commit 65f69d1201 .
|
2021-03-09 14:38:36 -05:00 |
|
Paul Kaplan
|
49e62afa8b
|
Fix typo in mapStateToProps
|
2021-03-08 12:27:32 -05:00 |
|
Paul Kaplan
|
27dafac7f0
|
Move comments out of project reducer
|
2021-03-08 12:01:22 -05:00 |
|
Sarah Otts
|
cfb0a00414
|
Copy update on spam header
|
2021-03-04 16:19:39 -05:00 |
|
seotts
|
2cb9189b44
|
Add spam mute message
|
2021-03-04 13:49:38 -05:00 |
|
Sarah Otts
|
65f69d1201
|
Revert "Content updates march 2021"
|
2021-03-03 15:39:25 -05:00 |
|
Sarah Otts
|
4a625a634a
|
Merge pull request #5078 from zoebentley/content-updates-jan-2021
Content updates march 2021
|
2021-03-02 16:57:26 -05:00 |
|
Zoë Bentley
|
e2c98762fa
|
Updated people.json
|
2021-03-02 15:02:23 -05:00 |
|
zoebentley
|
e756d751c6
|
Update src/views/credits/credits.jsx
Co-authored-by: Sarah Otts <se0042@gmail.com>
|
2021-03-02 14:40:57 -05:00 |
|
zoebentley
|
43e2eb22dd
|
Update src/views/about/about.jsx
Co-authored-by: Sarah Otts <se0042@gmail.com>
|
2021-03-02 14:31:46 -05:00 |
|
zoebentley
|
695efb77c0
|
Update src/views/about/about.jsx
Co-authored-by: Sarah Otts <se0042@gmail.com>
|
2021-03-02 14:28:38 -05:00 |
|
zoebentley
|
eb93e2dd9a
|
Update src/views/about/about.jsx
Co-authored-by: Sarah Otts <se0042@gmail.com>
|
2021-03-02 14:28:12 -05:00 |
|
zoebentley
|
d2ec8e804e
|
Update src/views/credits/credits.scss
Co-authored-by: Sarah Otts <se0042@gmail.com>
|
2021-03-02 14:19:29 -05:00 |
|
Zoë Bentley
|
d41a230e83
|
Added newline at end of file and changed languages count to be rounded down to 60
|
2021-03-02 14:09:52 -05:00 |
|
seotts
|
ec3a205dea
|
Create Plotly bundle to load only choropleth
lint
|
2021-03-01 16:22:02 -05:00 |
|
Zoë Bentley
|
559f3d412c
|
Updated list of usernames
|
2021-03-01 14:48:01 -05:00 |
|
Paul Kaplan
|
dce9b99a62
|
Merge pull request #5058 from paulkaplan/split-phone-bundle
Don't require a big phone number validation library on every page
|
2021-03-01 08:43:43 -05:00 |
|
Paul Kaplan
|
b0390f36a2
|
Fix lint and missing components
|
2021-02-26 11:01:13 -05:00 |
|
Paul Kaplan
|
0353135cc4
|
Split phone number step to reduce bundle for other registration pages
|
2021-02-26 10:31:20 -05:00 |
|
Paul Kaplan
|
da2ca40ccf
|
Only require libphonenumber when rendering phone inputs
|
2021-02-26 10:31:19 -05:00 |
|
Sarah Otts
|
faf9fcd26c
|
Merge pull request #5022 from zoebentley/sec-update-feb-2021
Change wording and image size on SEC page
|
2021-02-23 09:27:24 -05:00 |
|
Zoë Bentley
|
bc7063a65d
|
Made updates to wording on SEC page and changed size of image
|
2021-02-19 14:48:43 -05:00 |
|
Zoë Bentley
|
3fd4337f6e
|
lint
|
2021-02-19 12:04:14 -05:00 |
|
Zoë Bentley
|
118ffadb76
|
Changed images on About page and changed many text strings
|
2021-02-19 12:04:13 -05:00 |
|
Zoë Bentley
|
1caa1da81f
|
Began making changes to Credits page
|
2021-02-19 12:04:13 -05:00 |
|
Paul Kaplan
|
d79ae074b2
|
Update eslintrc for new UNSAFE_ rule
|
2021-02-19 11:39:21 -05:00 |
|
Paul Kaplan
|
56345874e3
|
Mark deprecated methods with UNSAFE_ prefix
|
2021-02-19 11:12:00 -05:00 |
|
Joel Gritter
|
e0e3a0c342
|
MacOS version string update
"Mac OSX 10.4 or later" -> "Mac OSX 10.4 through 10.14"
Fixes gh-4913
|
2021-02-18 13:37:12 -05:00 |
|
picklesrus
|
41f7fcd68d
|
Update relative-time-polyfill.js
|
2021-02-16 14:07:26 -05:00 |
|