Skip to content

Commit

Permalink
Revert back to storybook-prep branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
patcon committed Oct 24, 2024
1 parent 3f595b9 commit d1f68d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codebases/compdem
Submodule compdem updated 50 files
+1 −1 .github/workflows/bundlewatch.yml
+21 −8 .github/workflows/cypress-tests.yml
+8 −10 .github/workflows/release-docker-images.yml
+1 −0 .github/workflows/test-clojure.yml
+0 −1 .gitignore
+9 −30 Makefile
+14 −20 README.md
+14,241 −6,590 client-admin/package-lock.json
+18 −19 client-admin/package.json
+1 −5 client-admin/src/components/conversation-admin/comment-moderation/comment.js
+3 −3 client-admin/src/components/conversation-admin/comment-moderation/moderate-comments-todo.js
+2 −3 client-admin/src/components/conversation-admin/stats/conversation-stats-commenters-voters.js
+1 −2 client-admin/src/components/conversation-admin/stats/conversation-stats-comments-timescale.js
+22 −18 client-admin/src/components/conversation-admin/stats/conversation-stats-vote-distribution.js
+3 −4 client-admin/src/components/conversation-admin/stats/conversation-stats-votes-timescale.js
+0 −4 client-admin/src/components/landers/createuser.js
+0 −2 client-admin/src/components/landers/signin.js
+18 −14 client-admin/src/index.js
+2 −1 client-participation/js/templates/comment-form.handlebars
+2 −2 client-participation/js/templates/link-TOS-partial.handlebars
+2 −3 client-participation/js/templates/link-privacy-partial.handlebars
+10 −8 client-participation/js/templates/participation.handlebars
+782 −783 client-participation/js/views/participation.js
+10 −10 client-participation/vis2/components/curate.js
+56 −56 client-participation/vis2/components/exploreTid.js
+0 −1 client-participation/vis2/components/graphAxes.js
+1,570 −1,145 client-report/package-lock.json
+5 −5 client-report/package.json
+7 −11 client-report/src/components/beeswarm/beeswarm.js
+7 −9 client-report/src/components/boxPlot/drawBoxPlot.js
+15 −15 client-report/src/components/boxPlot/lib.js
+3 −4 client-report/src/components/correlationMatrix/matrix.js
+2 −2 client-report/src/components/framework/checkbox.js
+2 −3 client-report/src/components/participantsGraph/hull.js
+30 −28 client-report/src/components/participantsGraph/participantsGraph.js
+2 −3 client-report/src/util/graphUtil.js
+5 −5 docker-compose.dev.yml
+1 −1 docker-compose.test.yml
+31 −34 docker-compose.yml
+0 −7 docs/configuration.md
+2 −2 docs/migrations.md
+1 −1 e2e/cypress/e2e/client-admin/conversation.cy.js
+3 −3 e2e/cypress/e2e/client-participation/embeds.cy.js
+0 −4 example.env
+0 −5 file-server/Dockerfile
+2 −2 math/README.md
+2 −2 server/README.md
+3 −7 server/src/config.ts
+1 −1 server/src/server.ts
+0 −1 test.env

0 comments on commit d1f68d1

Please sign in to comment.