Azure-Samples / contoso-real-estate

Intelligent enterprise-grade reference architecture for JavaScript, featuring OpenAI integration, Azure Developer CLI template and Playwright tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Hack-together] Reservations are not displayed correctly

richardrigutins opened this issue · comments

Are you accessing the project from the GitHub Codespaces?

  • No, I am running the project on my local machine (I will fill in the OS section below)
  • Yes, I am using GitHub Codespaces.

Note: The project is optimized to run on Codespaces. We welcome contributions to enhance it for cross-platform local development, but it's not something we will prioritize right now. Thank you!

Describe the bug

On the Reservations page of the portal, the list of reservations is not displayed correctly and some content is cut off.

To Reproduce
Steps to reproduce the behavior:

  1. Run the application with npm run start
  2. Open the portal app
  3. Click on Welcome, Guest on the top right side of the home page, and then Login
  4. Sign in
  5. Go to the home page, select a listing, and create one or more reservations
  6. Navigate to the Reservations page (/me/reservations)
  7. The list of reservations is not displayed correctly

Expected behavior

The reservations should be shown correctly and all content should be visible.

Screenshots

image

OS (please complete the following information):

  • OS: Linux
  • OS Version: codespaces-a87b53 5.15.0-1042-azure
  • npm version: 9.8.1
  • Node.js version: v18.15.0
  • output of azd version: azd version 1.2.0 (commit 99ea7577f0df0df2ba34b677da189fafba18c0f7)

Additional context
None.

This issue is already addressed in #242.

Thanks for pointing that out @Tanmai2002 - Closing this issue now