frontend: update no rooms state message and styling for better user guidance
This commit is contained in:
parent
f83a5d8942
commit
b177b3b02e
@ -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>
|
||||
|
||||
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user