All notable changes to this project will be documented in this file.
- You now stay logged in when you refresh the app after logging in
- Map to measurement page.
- Remove button to view measurement.
- A quickfix for #46 and #47 (Still needs proper fixing!) ❗
- Fixed items being in the wrong order in the Overview Component #41
- MeasurementRow Component to README #44
- Spelling mistakes in ISSUE_TEMPLATE.md
- Moved syncState out of Measurement Component in to Home.js #31
- readme.md to README.md (The standard).
- Updated Media Component in README to show the proper props it accepts.
- Made code more DRY
- Updated Media to use MeasurementRow Component
- Changed color values to the global variable
- Fixed font-weight 900 to 700
- Media component. (Still needs the new measurement component)
- Item component now uses measurement type to determine if it should send it to /mes/:measurementId or /med/:mediaId
- Router path changed from "/media/:mediaId" to "/med/:mediaId"
- Spelling mistake in README (line 7)
- Spelling mistake in InputGroup Component (Proptypes.sring > PropTypes.string - line 44)
- Login Component.
- Account Component.
- Added browser support to README
- The InputGroup Component now accepts autocomplete as a prop.
- Missing trailing newline at end of login/style.scss & account/style.scss
- RemoveButton Component.
- ProgressBar Component.
- Updated readme to reflect the new RemoveButton and ProgressBar Component.
- Moved remove input and ProgressBar out of Add & AddMedia into there own components.
- Replaced code of date of measurements with InputGroup Component.
- Duplicate code in AddMedia.
- Reduced lines of code in the AddMedia Component.
- Removed UID prop from Add component as it doesn't use / need it.
- Removed trailing unused code.
- InputGroup Component now accepts the props fullWidth & placeholder.
- AddMedia now accepts prop uid.
- AddMedia component.
- Home component to README.
- Updated README to reflect changes made.
- Placeholder of input field date from "loading coordinates.." to "YYYY-MM-DD".
- Moved SyncState of measurements to components/home/index.js (#31).
- Moved AddMeasurements function to components/home/index.js (#31).
- Changed router to send all paths except account to /home and setup a router in /home to send to the right component.
- Cleaned up code of the Overview Component.
- Fixed issue #29 in src/style/index.scss
- Fixed issue's #26 #24 & #23 in src/components/header/style.scss