Please provide a clear and concise description of the changes made in this PR.
Please attach relevant screenshots or screen recordings that demonstrate UI/UX changes, Component behavior and /or Error messages (if applicable).
Please provide step-by-step testing instructions. If any specific test data or test accounts are needed, mention them here.
- Pull this branch
- Follow setup instructions correctly as per
README-developers.md - Navigate to [page xyz]
- Verify that [specific behavior] occurs
Before submitting this PR, the following must be confirmed:
- Pulled the latest
mainbranch and resolved any merge conflicts - Ran
cd frontend && npm run buildto confirm no type or build errors - Ran linter/formatter commands (e.g.,
npm run lint) and fixed warnings/errors - Manually tested the feature/fix on relevant browsers/devices (if UI-related)
- Added or updated relevant documentation (if applicable)
- Linked related issue(s) correctly in the PR description using closing keywords
- Added Screenshots to the PR where applicable. Screenshots are mandatory for any frontend, styling, or layout changes.
Mention Related Issues (e.g. Fixes #123, Closes #456, as per closing keywords guidance). When updating you can also use the PR sidebar on the right-hand link via the development tab -- this will automatically close the issue when the PR gets merged
(Any additional information for reviewers, like known bugs, workarounds, or future improvements.)