Skip to content

Commit

Permalink
Revert "Multiselect rewrite (#743)"
Browse files Browse the repository at this point in the history
This reverts commit b85c223.
  • Loading branch information
austensen committed Apr 28, 2023
1 parent 31d3cb3 commit 907f077
Show file tree
Hide file tree
Showing 18 changed files with 1,463 additions and 1,247 deletions.
9 changes: 4 additions & 5 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"@lingui/macro": "^2.9.1",
"@lingui/react": "^2.9.1",
"@tanstack/react-table": "8.5.30",
"@typeform/embed-react": "^1.20.0",
"@types/chartjs-plugin-annotation": "^0.5.0",
"@types/file-saver": "^2.0.1",
"@types/googlemaps": "^3.0.0",
Expand All @@ -33,6 +32,7 @@
"@types/react-modal": "^3.8.2",
"@types/react-router-dom": "5.1.5",
"@types/react-transition-group": "^4.4.0",
"@typeform/embed-react": "^1.20.0",
"@xstate/react": "^0.8.1",
"algoliasearch": "^4.10.5",
"babel-core": "^7.0.0-bridge.0",
Expand All @@ -50,6 +50,7 @@
"leaflet": "^1.1.0",
"lodash": "^4.17.21",
"mapbox-gl": "^1.12.0",
"sass": "^1.49.9",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-app-polyfill": "^0.2.0",
Expand All @@ -68,11 +69,9 @@
"react-papaparse": "^3.17.1",
"react-router-dom": "^5.1.2",
"react-scripts": "^4.0.3",
"react-select": "^5.7.2",
"react-social": "^1.10.0",
"react-transition-group": "^2.2.1",
"rollbar": "^2.14.4",
"sass": "^1.49.9",
"spectre.scss": "0.0.2",
"typescript": "^4.9.3",
"widont": "^0.3.3",
Expand All @@ -98,11 +97,11 @@
"@babel/preset-env": "^7.7.6",
"@babel/preset-typescript": "^7.7.4",
"@babel/register": "^7.7.4",
"@svgr/webpack": "5.5.0",
"dotenv": "^8.2.0",
"jest-fetch-mock": "^3.0.3",
"npm-run-all": "^4.0.2",
"prettier": "2.0.5"
"prettier": "2.0.5",
"@svgr/webpack": "5.5.0"
},
"overrides": {
"@svgr/webpack": "$@svgr/webpack"
Expand Down
2 changes: 2 additions & 0 deletions client/src/components/Alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import React, { forwardRef, useLayoutEffect, useState } from "react";
import { CloseButton } from "./CloseButton";
import "styles/_alert.scss";

// TODO: Check with design if we are going to want the icons matching type

export interface AlertProps extends React.ComponentPropsWithoutRef<"div"> {
children: React.ReactNode;
type?: "error" | "success" | "info";
Expand Down
128 changes: 0 additions & 128 deletions client/src/components/MinMaxSelect.tsx

This file was deleted.

Loading

0 comments on commit 907f077

Please sign in to comment.