Hel Nershing Thapa
Hel Nershing Thapa
Closes #5088; Adds a popup while hovering tasks mapped by the same user logged in. Users are also unable to select/click the specific task. 
This PR implements `useMatch` from `@reach/router` to check for conditions to enable/disable the footer. This way, we can directly use app routes to render the footer conditionally.
**To Reproduce** Steps to reproduce the behaviour: 1. Go to the ['Explore projects' page](https://tasks.hotosm.org/explore). 2. Find a project with a scrollbar inside the card component like the one shown below....
**Is your feature request related to a problem? Please describe.** When mapping, I've found myself multiple times being confused about what types of mapping(roads, buildings, waterways, etc.) a project has...
**Describe the bug** _"Select causes of interest to help us recommend the right projects for you."_ text appears twice on the welcome page. **To Reproduce** 1. Go to the [home...
**To Reproduce** 1. If you are not logged in, log in to TM. 2. Disconnect your internet. 3. Refresh the browser. 4. You will find yourself logged out. **Expected behavior**...
**Describe the bug** The organization icon element occupies the entire block, making the whole block clickable which would redirect to the organization detail page. **To Reproduce** Steps to reproduce the...
Resolves #6019 This pull request addresses the task of translating the Figma design for the About page into code. It Introduced UI components for all sections of the About page....
Coming from https://github.com/hotosm/tasking-manager/pull/5964#issuecomment-1632028568, this PR: - Fix warnings for tests in `src/views/tests/project.test.js` - Refactor `src/views/tests/taskSelection.test.js` to utilize the `createComponentWithMemoryRouter` function.
This PR upgrades the front end to the latest React 18 with other changes supporting the same.