+
+ {{ noteTitle }}
+
+
+
+ {{ noteSummary }} +
+
+ {{ $t('notes.label.no-content-no-redactor.content.first') }}
+
+ {{ $t('notes.label.no-content.redactor.content.first') }} + {{ $t('notes.label.no-content-manager') }} + {{ $t('notes.label.or') }} + {{ $t('notes.label.no-content-redactor') }} + {{ $t('notes.label.no-content.redactor.content.last') }} +
+
-
- {{ noteTitle }}
-
-
-
- {{ noteSummary }} -
-
- {{ $t('notes.label.no-content-no-redactor.content.first') }}
-
- {{ $t('notes.label.no-content.redactor.content.first') }} - {{ $t('notes.label.no-content-manager') }} - {{ $t('notes.label.or') }} - {{ $t('notes.label.no-content-redactor') }} - {{ $t('notes.label.no-content.redactor.content.last') }} -
-
From 2432f0b2e54a30b206f56fca274392aa8cc8ba75 Mon Sep 17 00:00:00 2001
From: Azmi TOUIL <42934070+AzmiTouil@users.noreply.github.com>
Date: Thu, 5 Feb 2026 17:11:11 +0100
Subject: [PATCH 09/16] feat: Update display for no results found for note -
MEED-10191 - Meeds-io/MIPs#235 (#1611)
This change will update UI for no results found
---
.../portlet/notes/notesPortlet_en.properties | 1 +
.../components/NoteTreeViewSideBar.vue | 18 ++++++++++++++++++
2 files changed, 19 insertions(+)
diff --git a/notes-webapp/src/main/resources/locale/portlet/notes/notesPortlet_en.properties b/notes-webapp/src/main/resources/locale/portlet/notes/notesPortlet_en.properties
index 68971ec682..cac0ccbe02 100644
--- a/notes-webapp/src/main/resources/locale/portlet/notes/notesPortlet_en.properties
+++ b/notes-webapp/src/main/resources/locale/portlet/notes/notesPortlet_en.properties
@@ -177,6 +177,7 @@ notes.label.no-content.no-redactor.content.last=Or create a new note
notes.label.noteNotFound=We could not find this note.
notes.label.noteSearchNotFound=No notes found for:
notes.label.noteNotFound.button=Back to Notes App
+notes.label.noResults.placeholder=No results found. please, Try again
notes.label.tree=Treeview
notes.tooltip.close.tree=Hide treeview
diff --git a/notes-webapp/src/main/webapp/vue-app/notes-treeview/components/NoteTreeViewSideBar.vue b/notes-webapp/src/main/webapp/vue-app/notes-treeview/components/NoteTreeViewSideBar.vue
index 1913ff86bc..c5b2f93f46 100644
--- a/notes-webapp/src/main/webapp/vue-app/notes-treeview/components/NoteTreeViewSideBar.vue
+++ b/notes-webapp/src/main/webapp/vue-app/notes-treeview/components/NoteTreeViewSideBar.vue
@@ -51,6 +51,21 @@
@open-note="handleOpenNote"
@toggle-open="handleToggleOpen"
@reorder="handleReorder" />
+
+