Skip to content

Commit

Permalink
Merge branch 'staging' into styles/responsiveness-in-ai-generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Entkenntnis committed Dec 1, 2023
2 parents 98b1591 + a142799 commit e7f80b9
Show file tree
Hide file tree
Showing 40 changed files with 4,341 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"test": "jest"
},
"dependencies": {
"@cortex-js/compute-engine": "^0.22.0",
"@fortawesome/fontawesome-svg-core": "6.4.2",
"@fortawesome/free-brands-svg-icons": "6.4.2",
"@fortawesome/free-regular-svg-icons": "6.4.2",
Expand All @@ -51,6 +52,7 @@
"algebra.js": "^0.2.6",
"array-move": "^4.0.0",
"autoprefixer": "^10.4.16",
"canvas-confetti": "^1.9.2",
"clsx": "^2.0.0",
"fast-xml-parser": "^4.3.2",
"fp-ts": "^2.16.1",
Expand All @@ -64,6 +66,7 @@
"js-cookie": "^3.0.5",
"json-diff": "^1.0.6",
"katex": "^0.16.9",
"mathlive": "^0.97.4",
"next": "^13.5.4",
"next-query-params": "^4.2.3",
"nprogress": "^0.2.0",
Expand Down Expand Up @@ -111,6 +114,7 @@
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.10",
"@types/algebra.js": "^0.2.2",
"@types/canvas-confetti": "^1.6.4",
"@types/escape-html": "^1.0.2",
"@types/iframe-resizer": "^3.5.10",
"@types/jest": "^29.5.5",
Expand Down
12 changes: 12 additions & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,15 @@ model QuickbarStats {
@@index([timestamp])
}

model EquationsAppStats {
id Int @id @default(autoincrement())
event String @db.VarChar(255)
latex String @db.VarChar(255)
sessionId String @db.VarChar(64)
timestamp DateTime @default(now())
@@index([timestamp])
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2,943 changes: 2,943 additions & 0 deletions public/_assets/mathlive/mathlive.min.js

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added public/_assets/mathlive/sounds/plonk.wav
Binary file not shown.
Loading

0 comments on commit e7f80b9

Please sign in to comment.