Merged in fix/SW-1065-meetings-subpage (pull request #1353)

Fix(SW-1065): Meetings subpage

* fix(SW-1065): allow meeting cards to have different heights

* feat(SW-1065): add meetingroom description


Approved-by: Erik Tiekstra
Approved-by: Fredrik Thorsson
This commit is contained in:
Matilda Landström
2025-02-17 09:14:45 +00:00
parent 22111eb7d2
commit c4ae9201db
2 changed files with 10 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ import Image from "@/components/Image"
import Divider from "../Divider"
import ShowMoreButton from "../ShowMoreButton"
import Body from "../Text/Body"
import Caption from "../Text/Caption"
import Subtitle from "../Text/Subtitle"
import { translateRoomLighting, translateSeatingType } from "./utils"
@@ -61,6 +62,11 @@ export default function MeetingRoomCard({ room }: MeetingRoomCardProps) {
</Caption>
</div>
</div>
{room.content.texts.descriptions.medium ? (
<Body color="uiTextHighContrast">
{room.content.texts.descriptions.medium}
</Body>
) : null}
{opened && (
<div className={styles.openedInfo}>
<div className={styles.rowItem}>