frontend: update no rooms state message and styling for better user guidance

This commit is contained in:
Carlos Santos 2025-11-21 14:01:59 +01:00
parent f83a5d8942
commit b177b3b02e
2 changed files with 8 additions and 8 deletions

View File

@ -124,7 +124,7 @@
</div>
} @else if (rooms.length === 0 && showEmptyFilterMessage) {
<!-- No rooms match the current filters -->
<div class="no-recordings-state">
<div class="no-rooms-state">
<div class="empty-content">
<h3>No rooms match your search criteria and/or filters</h3>
<p>Try adjusting or clearing your filters to see more rooms.</p>

View File

@ -289,14 +289,14 @@
}
.getting-started-actions {
@extend .action-buttons;
@include design-tokens.ov-mobile-down {
flex-direction: column;
gap: var(--ov-meet-spacing-sm);
.create-room-btn {
@extend .refresh-btn;
}
.clear-filters-btn {
@extend .refresh-btn;
button {
width: 100%;
padding: var(--ov-meet-spacing-md);
}
}
}
}