Skip to content

Commit

Permalink
Development (#9)
Browse files Browse the repository at this point in the history
* feat: adicionando 'search-ip' ao projeto.

* feat: adicionando a variavel 'requestQuery'.

* feat: Adding a new link to capture the flags of the countries.

* feat: Adding the 'requestDomainAndIp' variable and passing it as a parameter to the 'serviceIpApi' function.

* feat: adding app.tsx

* feat: adding types to SearchMap

* feat: modifying types of the Data interface.

* feat: adding a Footer to the project.

* feat: adding style to the Footer.

* style: adding z-index to the 'HeaderComponent'

* feat: capitalizing the first letter of 'world connection'.

* fix: removing the 'SearchMap' file and adding 'index.tsx'.

* style: main style

* feat: adding Footer

* fix: removing the 'SearchMap' file and adding 'index.tsx'.

* yarn.lock

* fix: modifying import

* yarn-lock

* package.json
  • Loading branch information
Gugahnstn authored Oct 2, 2023
1 parent 5b5a8da commit 243ccec
Show file tree
Hide file tree
Showing 3 changed files with 1,886 additions and 3 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,21 @@
},
"dependencies": {
"express": "^4.18.2",
"mapbox-gl": "^2.14.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-icons": "^4.9.0",
"react-map-gl": "^7.1.3",
"styled-components": "^5.3.9"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/mapbox-gl": "^2.7.11",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "^5.0.2",
"vite": "^4.2.1"
"vite": "^4.2.1",
"vite-plugin-svgr": "^4.1.0"
}
}
2 changes: 1 addition & 1 deletion src/components/Search/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { BiSearchAlt2 } from "react-icons/all";
import { BiSearchAlt2 } from "react-icons/bi";

import useSearch from "../../hooks/use-search";
import * as S from "./style";
Expand Down
Loading

0 comments on commit 243ccec

Please sign in to comment.