: adjust default browser size to prevent page scale issues
Extract the reservation decode logic into a separate
function within LibChecker to improve code structure
and enable more structured return values for
decision-making.
Testing of the refactored LibChecker revealed that
page scaling could cause unexpected behavior.
Change the default browser size from
1280x720 to 1920x1080 to resolve this.
We introduce a new LibOperator which is used to check
if a given user date is available for reserve or check-in.
This is ready for the upcoming feature: 'Auto Check-In'.