Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • path: workspaces/frontend/src/components/layout/index.tsx - we are can know if in home page with code const isHomePage = window.location.pathname === '/';

  • Should create a new component to show QRCode with hash value, this hash must get the Storage using a key

  • Should use QRCode component in workspaces/frontend/src/components/qrcode/qr-code.tsx

...

  • Display Bottom Sheet with QR only on home screen

  • Show this component just has HashCode in LocalStorage

  • Show this component while the time configured in sanity does not expire

  • Expand content on click

  • The Start Order button must accompany the Bottom Sheet and cannot be hidden should appear just above the bottom sheet, but when the bottom sheet is expanded the start order button should be overlaid by the bottom sheet and the background has to be obscured, to highlight the qrcode. Attention, the POC don’t have this comportment, so we need to implement this.

    Image Added
  • Feature flag ENABLE_BOTTOM_SERVICE_MODE must continue to work.

  • Should show this QRCode only on mobile devices.

POC

...