Fix rating on mobile 2: electric boogaloo
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 component, and the value gets updated to 4.
Using another component for this rating should fix this.