Skip to content

Commit

Permalink
Merge pull request #23 from AuroraHuang22/develop
Browse files Browse the repository at this point in the history
Develop - 21.06.20
  • Loading branch information
AuroraHuang22 authored Jun 20, 2021
2 parents 8017963 + 875ca46 commit 652348f
Show file tree
Hide file tree
Showing 85 changed files with 4,105 additions and 3,562 deletions.
1,242 changes: 940 additions & 302 deletions .firebase/hosting.YnVpbGQ.cache

Large diffs are not rendered by default.

56 changes: 41 additions & 15 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"dependencies": {
"@reduxjs/toolkit": "^1.5.1",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
"firebase": "^8.6.1",
"leaflet": "^1.7.1",
Expand All @@ -31,7 +30,8 @@
"start": "BROWSER='microsoft edge' react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"lint": "eslint src"
},
"eslintConfig": {
"extends": [
Expand All @@ -52,6 +52,7 @@
]
},
"devDependencies": {
"@testing-library/react": "^11.2.7",
"redux-devtools": "^3.7.0"
}
}
7 changes: 3 additions & 4 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ import { BrowserRouter as Router, Switch, Route } from "react-router-dom";
import Map from "./Pages/Map";
import store from "./Redux/Store";
import Header from "./Utils/Header";
import Footer from "./Utils/Footer";
// import Footer from "./Utils/Footer";
import Member from "./Pages/Member";
import All from "./Pages/All";
import ShowAllAnimals from "./Pages/ShowAllAnimals";
import Entrance from "./Pages/Entrance";
import Landing from "./Pages/Landing";
import { ToastContainer } from "react-toastify";

function App() {
return (
Expand All @@ -18,7 +17,7 @@ function App() {
<Header />
<Switch>
<Route exact path="/" component={Landing} />
<Route exact path="/all" component={All} />
<Route exact path="/all" component={ShowAllAnimals} />
<Route exact path="/map" component={Map} />
<Route path="/member" component={Member} />
<Route path="/entrance" component={Entrance} />
Expand Down
1 change: 0 additions & 1 deletion src/Icons/Labels/列車站-02 2.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/Icons/Labels/哺集乳室-02 2.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/Icons/Labels/商店-02 2.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/Icons/Labels/團餐服務-02 2.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/Icons/Labels/娃娃車/輪椅租用-02 2.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/Icons/Labels/寄物櫃-02 2.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/Icons/Labels/廁所-02 2.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/Icons/Labels/志工服務台-02 2.svg

This file was deleted.

Loading

0 comments on commit 652348f

Please sign in to comment.