Skip to content

Commit

Permalink
feat(VoteMap): Removed the vote map code (#1819)
Browse files Browse the repository at this point in the history
* feat(VoteMap): Removed the vote map code

* Cleaned up unused CSS
  • Loading branch information
kotva006 authored Dec 5, 2023
1 parent ad8f840 commit 8a529a1
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 533 deletions.
7 changes: 0 additions & 7 deletions apps/site/assets/css/_search-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ div[id*='search-'].c-form__input-container
font-weight: bold;
}

.poll-div {
display: flex;
@include media-breakpoint-down(sm) {
display: block;
}
}

.c-search-bar__go-btn--homepage {
padding: $space-8;
}
Expand Down
5 changes: 0 additions & 5 deletions apps/site/assets/package-lock.json

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

1 change: 0 additions & 1 deletion apps/site/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"body-scroll-lock": "^4.0.0-beta.0",
"bootstrap": "4.0.0-alpha.2",
"core-js": "^2.6.5",
"d3-polygon": "^2.0.0",
"date-fns": "^2.29.3",
"date-fns-tz": "^1.3.7",
"dot-prop-immutable": "^1.5.0",
Expand Down
4 changes: 1 addition & 3 deletions apps/site/assets/react_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import ScheduleFinder from "../assets/ts/schedule/components/ScheduleFinder";
import TripPlannerResults from "../assets/ts/trip-plan-results/components/TripPlannerResults";
import ProjectsPage from "../assets/ts/projects/components/ProjectsPage";
import LiveCrowdingIcon from "./ts/schedule/components/line-diagram/LiveCrowdingIcon";
import VoteMap from "../assets/ts/trip-planner/components/VoteMap";

const log = (title, obj) => {
process.stdout.write(
Expand Down Expand Up @@ -61,8 +60,7 @@ const Components = {
TransitNearMe,
TripPlannerResults,
ProjectsPage,
LiveCrowdingIcon,
VoteMap
LiveCrowdingIcon
};

const encodeZeroWidthSpaceAsHtml = str => str.replace(//g, "​");
Expand Down
1 change: 0 additions & 1 deletion apps/site/assets/static/data/precincts.json

This file was deleted.

109 changes: 0 additions & 109 deletions apps/site/assets/ts/trip-planner/__tests__/VoteMapTest.tsx

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8a529a1

Please sign in to comment.