Skip to content

Commit

Permalink
change commit
Browse files Browse the repository at this point in the history
  • Loading branch information
thomassth committed Oct 20, 2024
1 parent 600777f commit 91b2cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codebases/compdem
Submodule compdem updated 58 files
+1 −1 .github/workflows/bundlewatch.yml
+8 −21 .github/workflows/cypress-tests.yml
+10 −8 .github/workflows/release-docker-images.yml
+0 −1 .github/workflows/test-clojure.yml
+1 −0 .gitignore
+30 −9 Makefile
+20 −14 README.md
+6,577 −14,228 client-admin/package-lock.json
+19 −18 client-admin/package.json
+1 −1 client-admin/src/components/conversation-admin/seed-tweet.js
+3 −2 client-admin/src/components/conversation-admin/stats/conversation-stats-commenters-voters.js
+2 −1 client-admin/src/components/conversation-admin/stats/conversation-stats-comments-timescale.js
+18 −22 client-admin/src/components/conversation-admin/stats/conversation-stats-vote-distribution.js
+4 −3 client-admin/src/components/conversation-admin/stats/conversation-stats-votes-timescale.js
+5 −2 client-admin/src/components/landers/createuser.js
+4 −2 client-admin/src/components/landers/signin.js
+1 −2 client-admin/src/components/landers/signout.js
+14 −18 client-admin/src/index.js
+1 −2 client-participation/js/templates/comment-form.handlebars
+2 −2 client-participation/js/templates/link-TOS-partial.handlebars
+3 −2 client-participation/js/templates/link-privacy-partial.handlebars
+8 −10 client-participation/js/templates/participation.handlebars
+783 −782 client-participation/js/views/participation.js
+12 −12 client-participation/vis2/components/curate.js
+57 −57 client-participation/vis2/components/exploreTid.js
+1 −0 client-participation/vis2/components/graphAxes.js
+2 −2 client-participation/vis2/components/graphComments.js
+2 −2 client-participation/vis2/components/graphParticipants.js
+2 −2 client-participation/vis2/components/hull.js
+3 −3 client-participation/vis2/components/hullLabels.js
+2 −2 client-participation/vis2/components/tidCarousel.js
+1,189 −1,614 client-report/package-lock.json
+5 −5 client-report/package.json
+1 −1 client-report/src/COMPONENT_TEMPLATE.js
+11 −7 client-report/src/components/beeswarm/beeswarm.js
+9 −7 client-report/src/components/boxPlot/drawBoxPlot.js
+15 −15 client-report/src/components/boxPlot/lib.js
+1 −1 client-report/src/components/comment.js
+4 −3 client-report/src/components/correlationMatrix/matrix.js
+2 −2 client-report/src/components/framework/checkbox.js
+2 −2 client-report/src/components/lists/commentList.js
+3 −2 client-report/src/components/participantsGraph/hull.js
+28 −30 client-report/src/components/participantsGraph/participantsGraph.js
+3 −2 client-report/src/util/graphUtil.js
+5 −5 docker-compose.dev.yml
+1 −1 docker-compose.test.yml
+34 −31 docker-compose.yml
+7 −0 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
+4 −0 example.env
+5 −0 file-server/Dockerfile
+2 −2 math/README.md
+2 −2 server/README.md
+7 −3 server/src/config.ts
+1 −1 server/src/server.ts
+1 −0 test.env

0 comments on commit 91b2cc1

Please sign in to comment.