Skip to content

Commit

Permalink
Merge branch 'develop' into feat/CORL-3213-premoderate-email-aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed Feb 14, 2025
2 parents a8cec89 + 71843bb commit 1d56ed8
Show file tree
Hide file tree
Showing 70 changed files with 172 additions and 4,101 deletions.
5 changes: 1 addition & 4 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coralproject/talk",
"version": "9.6.3",
"version": "9.7.0",
"author": "The Coral Project",
"homepage": "https://coralproject.net/",
"sideEffects": [
Expand Down Expand Up @@ -98,12 +98,9 @@
"@babel/preset-typescript": "^7.10.1",
"@babel/runtime-corejs3": "^7.10.3",
"@coralproject/rte": "^2.2.4",
"@emotion/cache": "^10.0.29",
"@emotion/core": "^10.1.1",
"@fluent/react": "^0.12.0",
"@giphy/js-fetch-api": "^4.1.2",
"@giphy/js-types": "^5.0.0",
"@giphy/react-components": "^5.4.0",
"@graphql-codegen/cli": "^1.20.0",
"@graphql-codegen/introspection": "^1.18.1",
"@intervolga/optimize-cssnano-plugin": "^1.0.6",
Expand Down
232 changes: 0 additions & 232 deletions client/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions client/src/core/client/admin/components/ExperimentalCallOut.css

This file was deleted.

31 changes: 0 additions & 31 deletions client/src/core/client/admin/components/ExperimentalCallOut.tsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Field, Form } from "react-final-form";
import { graphql } from "relay-runtime";

import { useMutation, withFragmentContainer } from "coral-framework/lib/relay";
import ExpertSelectionQuery from "coral-stream/tabs/Configure/Q&A/ExpertSelectionQuery";
import ExpertSelectionQuery from "coral-stream/tabs/Configure/QA/ExpertSelectionQuery";
import { CogIcon, SvgIcon } from "coral-ui/components/icons";
import {
CheckBox,
Expand Down
Loading

0 comments on commit 1d56ed8

Please sign in to comment.