Skip to content

Commit

Permalink
Merge pull request #73 from mit-jp/aesthetic-changes
Browse files Browse the repository at this point in the history
simple comment change to reset svante3 database

originally intended just to reset the database on svante3, but will merge with main to update "time" crate as it was causing build issues
  • Loading branch information
ethanrdsch authored Aug 5, 2024
2 parents 84f2207 + 8c44864 commit f60fc2e
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 23 deletions.
72 changes: 49 additions & 23 deletions backend/Cargo.lock

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

1 change: 1 addition & 0 deletions backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ derive_more = { version = "0.99.17", default-features = false, features = [
"display",
] }
str_slug = "0.1.3"
time = "0.3.36"

[dev-dependencies]
assert_matches = "1.5"
1 change: 1 addition & 0 deletions frontend/src/MapWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ function MapWrapper({
return <p>Loading</p>
}
// rectangle ("rect") below is made so that the user can zoom out by clicking on the map background
// set to be transparent
return (
<>
<div className={css.map}>
Expand Down

0 comments on commit f60fc2e

Please sign in to comment.