Bug Fixes
- Upgrade JqueryUI to 1.13.1 ([1345](https://github.com/ocadotechnology/rapid-router/pull/1345),
[`fb2524c`](https://github.com/ocadotechnology/rapid-router/commit/fb2524cf132e9fd38536aa8b2de52f661df3f129))
Build System
- Make CodeCov requirement 90% ([1348](https://github.com/ocadotechnology/rapid-router/pull/1348),
[`8ca8e41`](https://github.com/ocadotechnology/rapid-router/commit/8ca8e41e590256eece395a521c1a6d5adf2525af))
* build: Make CodeCov requirement 90%
- **deps**: Bump pillow from 9.1.0 to 9.1.1
([1347](https://github.com/ocadotechnology/rapid-router/pull/1347),
[`4fac91c`](https://github.com/ocadotechnology/rapid-router/commit/4fac91c111effe3a1f2f34aadb2ae265b945d7ce))
* build(deps): bump pillow from 9.1.0 to 9.1.1
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.1.0 to 9.1.1. - [Release
notes](https://github.com/python-pillow/Pillow/releases) -
[Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) -
[Commits](https://github.com/python-pillow/Pillow/compare/9.1.0...9.1.1)
--- updated-dependencies: - dependency-name: pillow dependency-type: indirect ...
Signed-off-by: dependabot[bot] <supportgithub.com>
Documentation
- Improve issue templates ([1342](https://github.com/ocadotechnology/rapid-router/pull/1342),
[`734e30d`](https://github.com/ocadotechnology/rapid-router/commit/734e30d282e11854862cde03f1bb75110e2def97))
* docs: Improve issue templates
* Simplify
Features
- Teacher level re-sharing ([1343](https://github.com/ocadotechnology/rapid-router/pull/1343),
[`428cc49`](https://github.com/ocadotechnology/rapid-router/commit/428cc49afc89e5a3954e17d897e382d2ebf06722))
* wip: allow teachers to re-share levels
* Merge branch 'master' into level-sharing
* remove that from _setupShareTab
* text update
* some js cleanup
* salad, but fixed the sharing code
* permissions
* more js cleanup
* test
* increase coverage
* some code review
* show as shared if level owner
* Merge master into level-sharing