Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

23/minor-changes #26

Merged
merged 51 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
1686299
updating chips
acholyn Nov 21, 2024
0882422
Merge pull request #21 from UCL/patch/new-search-chips
acholyn Nov 21, 2024
9c83082
stop caching polygons in map source
acholyn Nov 28, 2024
72efa9f
streamlining + refactoring map functions + disabling getBounds in fav…
acholyn Nov 28, 2024
49e661d
simplifying get bounds, using this instead of flyto
acholyn Nov 28, 2024
baeb8a2
cleaning up how we handle results and display them
acholyn Nov 28, 2024
ba85058
disabling logo button
acholyn Nov 29, 2024
748a378
fixing id and code not being generated for each task
acholyn Nov 29, 2024
e7b4d5f
changing success message contents + styling tweaks for task form and …
acholyn Nov 29, 2024
ed5563d
making BM always visible
acholyn Nov 29, 2024
7f22468
updating background + search bar width + task btn
acholyn Nov 29, 2024
cb48587
Merge branch 'main' into 23/minor-changes
acholyn Nov 29, 2024
81aa6e2
disabling login success
acholyn Nov 29, 2024
e3861c3
moving checkbox and making submit cintengent on its being checked
acholyn Nov 29, 2024
b72768b
making transitions smoother
acholyn Nov 29, 2024
40ced12
task btn not uppercase
acholyn Nov 29, 2024
3208964
removing improve map from attribution
acholyn Nov 29, 2024
55adf80
osm contributors
acholyn Nov 29, 2024
6795d49
adding a temp mobile version
acholyn Nov 29, 2024
509118f
tidying + style tweaks
acholyn Nov 29, 2024
7ad8510
tidying + making points and download conditional
acholyn Nov 29, 2024
b583027
putting whatsapp on the contact button
acholyn Nov 29, 2024
5481efc
making some task fetching conditional to user id being present (stops…
acholyn Dec 2, 2024
48d1b00
disabling localstorage pinned preference
acholyn Dec 2, 2024
dceca7f
maintain center and zoom when resizing map
acholyn Dec 2, 2024
f4e26fb
increasing flash time
acholyn Dec 2, 2024
9e6a6a9
fixing scroll flash not working when list not pinned
acholyn Dec 2, 2024
9551039
slugifying download title
acholyn Dec 2, 2024
3ff3581
fixing error when it says details don't match? might be a bug or some…
acholyn Dec 2, 2024
a0da683
logout button conditional
acholyn Dec 2, 2024
31b0dbc
removing disclaimer, adding legal notice
acholyn Dec 2, 2024
c1f9a96
updating colours
acholyn Dec 2, 2024
f6eb543
colours + favicon
acholyn Dec 3, 2024
36af500
updating burger content
acholyn Dec 3, 2024
112b74d
fixing fitting bounds of points
acholyn Dec 3, 2024
284180d
tinkering with the focusing whilst maintaining zoom and center
acholyn Dec 3, 2024
8ec1b48
polygon and point colours
acholyn Dec 4, 2024
238c4db
bm content, legal notice, white logo
acholyn Dec 4, 2024
755be85
Use method chaining rather than settimeout
tcouch Dec 4, 2024
f999dc4
poster-ish
acholyn Dec 4, 2024
8810e64
Merge pull request #28 from UCL/23/map-resize-alt
acholyn Dec 4, 2024
3903678
adding waitlist widget
acholyn Dec 4, 2024
bcf1955
updating chip suggestions
acholyn Dec 4, 2024
5a06735
fixing poster bug
acholyn Dec 4, 2024
f8f4a0a
bm conent and success modal tweaks
acholyn Dec 4, 2024
2b46ed1
renabling actual task flow
acholyn Dec 4, 2024
74bc208
explore others tasks
acholyn Dec 4, 2024
f6f3004
bold kapta
acholyn Dec 4, 2024
3e8471a
fixing jerome typo
acholyn Dec 4, 2024
12a4e76
careers
acholyn Dec 5, 2024
84b9849
updatinng map config
acholyn Dec 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />

<link
href="https://api.mapbox.com/mapbox-gl-js/v3.7.0/mapbox-gl.css"
Expand Down
28 changes: 28 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"mapbox-gl": "^3.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"yup": "^1.4.0"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions public/Logo_green_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/Poster_cs_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logo_green_transparent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logo_white_transparent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading