Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added finish line marker to ReactMap * trying to figure zoom out * FEAT: Lap Flag's coordinates (lng,lat) are passed in from the parent * Combined the map inputs into one state * Fix: Implemented the refocus when the car's location and the flag location are not visible. Still need to figure out how to implement debounce to make it smoother. * Fix: map reloads only when both the car and the lap location go out of frame In the future if needed we can add a min zoom for large distances. * Maximum zoom so that if the flag is very nearby it won't zoom in too much * Fixed sqlite (#95) * started the SQLite class. Still have to fix types. * fixed the issues with the sqlite class. Co-authored-by: Ideen <[email protected]> * mobile view fixed (#94) * Amplify working code * Final Backend Deployment cahnges * Bump next from 14.1.0 to 14.1.1 (#88) Bumps [next](https://github.com/vercel/next.js) from 14.1.0 to 14.1.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.1.0...v14.1.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Tel 107 add unit conversion to pis transformer (#86) * started unit conversion logic * Create dockerfile for backend (#77) * make the CarGraphicComponent SSR instead of the HeroComponent (#80) * local storage and darkmode settings implemented * Create dockerfile for backend (#77) * make the CarGraphicComponent SSR instead of the HeroComponent (#80) * local storage and darkmode settings implemented * continued unit conversion function Co-authored-by: JenniferJa <[email protected]> * finsihed unit handler function without changes from setting modal changes * yarn issue fixed by brian * local storage and darkmode settings implemented * yarn issue fixed by brian * moved enum to appStateContext * fixed small issue with displaying units * fixed PR comments * made unit conversion logic work with setting modal * made speed adapt value adapt to change in units * addressed comments. Changed to switch, case and destructured appState * changed to switch * fixed bug with undefined units and addressed comment * fixed the miles per hour to 0 decimal places --------- Co-authored-by: alexwhelan12 <[email protected]> Co-authored-by: brian nguyen <[email protected]> Co-authored-by: jenniferja <[email protected]> Co-authored-by: JenniferJa <[email protected]> * mobile view fixed * some changes * Should be good * change to scrollbars * scrollbar spacing * oops * please im begging --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: ideen1 <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ideen <[email protected]> Co-authored-by: alexwhelan12 <[email protected]> Co-authored-by: brian nguyen <[email protected]> Co-authored-by: jenniferja <[email protected]> Co-authored-by: JenniferJa <[email protected]> * removed database.sqlite file * Fixed package * Add SQLITE back --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Ideen <[email protected]> Co-authored-by: Burton Jong <[email protected]> Co-authored-by: ideen1 <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ideen <[email protected]> Co-authored-by: brian nguyen <[email protected]> Co-authored-by: jenniferja <[email protected]> Co-authored-by: JenniferJa <[email protected]> * Fix package-lock.json * package lock accepted from remote --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: alexwhelan12 <[email protected]> Co-authored-by: alexwhelan12 <[email protected]> Co-authored-by: Ideen <[email protected]> Co-authored-by: Burton Jong <[email protected]> Co-authored-by: ideen1 <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ideen <[email protected]> Co-authored-by: brian nguyen <[email protected]> Co-authored-by: jenniferja <[email protected]> Co-authored-by: JenniferJa <[email protected]>
- Loading branch information