Few minor things in the web UI that I noticed and thought were worthwhile pointing out:
### Tasks
- [ ] currently on the backend only the user who creates the SSR can delete it. The UI should not show the delete button (or should grey it out), if the user viewing the request is not the one who created it. (atm if you try and click it you get a permission related error popup, which is expected).
- [ ] if you try to create a shift swap request for a shift that happened in the past you get an error popup because the backend validates that the request is for shift(s) in the future. We should grey out the create button for past shifts
Few minor things in the web UI that I noticed and thought were worthwhile pointing out: