try and fix the mobile rating bug by using another component
The Mantine Rating
Component is apparently buggy on mobile.
The problem is that sometimes (often), the value and the component are not in sync. Thus, one can enter a 3.5 in the Rating compoent, and the value gets updated to 4.
Using another component for this rating should fix this.