diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index a849086e8..a3120e6bd 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -2,7 +2,7 @@ name: 'Alpha Build' on: push: - branches: [v502/anon-by-default] + branches: [v51/react18] jobs: frontend: diff --git a/frontend/package.json b/frontend/package.json index b7bb9cd88..0ac8bdb25 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -8,6 +8,7 @@ "@emotion/styled": "11.10.5", "@esbuild-plugins/node-globals-polyfill": "0.2.3", "@esbuild-plugins/node-modules-polyfill": "0.2.2", + "@hello-pangea/dnd": "16.2.0", "@mui/base": "5.0.0-alpha.116", "@mui/icons-material": "5.11.0", "@mui/material": "5.11.7", @@ -26,7 +27,6 @@ "@types/md5": "2.3.2", "@types/node": "18.11.19", "@types/react": "18.0.27", - "@types/react-beautiful-dnd": "13.1.3", "@types/react-color": "3.0.6", "@types/react-copy-to-clipboard": "5.0.4", "@types/react-dom": "18.0.10", @@ -60,7 +60,6 @@ "query-string": "8.1.0", "react": "18.2.0", "react-autosize-textarea": "7.1.0", - "react-beautiful-dnd": "13.1.1", "react-color": "2.19.3", "react-copy-to-clipboard": "5.1.0", "react-dom": "18.2.0", diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 066992cfd..670443a9e 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -25,7 +25,7 @@ function App() { property="og:description" content="Real-time Agile Retrospective Board for development teams" /> - + (null); @@ -55,7 +56,12 @@ export default function SplitButton({ aria-label={label} disabled={disabled} > -