From 649dc7a8156429635e3932fc2ab0dba3f1204bab Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 11 Sep 2025 17:40:19 +0200 Subject: [PATCH] Add placeholder message when there's no public rooms at all I guess we never tested this against a truly empty server yet, as the "no search" message was empty. This would normally never show up since the top public rooms are usually listed instead. --- src/libneochat/qml/ExploreRoomsPage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libneochat/qml/ExploreRoomsPage.qml b/src/libneochat/qml/ExploreRoomsPage.qml index 794270f79..ad0d17727 100644 --- a/src/libneochat/qml/ExploreRoomsPage.qml +++ b/src/libneochat/qml/ExploreRoomsPage.qml @@ -117,6 +117,7 @@ SearchPage { searchFieldPlaceholder: i18n("Find a room…") noResultPlaceholderMessage: i18nc("@info:label", "No public rooms found") + noSearchPlaceholderMessage: i18nc("@info:label", "No public rooms") Component { id: manualRoomDialog