diff --git a/src/components/NavigationList.vue b/src/components/NavigationList.vue
deleted file mode 100644
index 9862aa984..000000000
--- a/src/components/NavigationList.vue
+++ /dev/null
@@ -1,179 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/components/Note.vue b/src/components/Note.vue
index d74ad9ef5..a1e035791 100644
--- a/src/components/Note.vue
+++ b/src/components/Note.vue
@@ -1,6 +1,6 @@
-
-
+
+
diff --git a/src/components/NavigationNoteItem.vue b/src/components/NoteItem.vue
similarity index 71%
rename from src/components/NavigationNoteItem.vue
rename to src/components/NoteItem.vue
index e222d64cc..56ab9cb48 100644
--- a/src/components/NavigationNoteItem.vue
+++ b/src/components/NoteItem.vue
@@ -1,21 +1,35 @@
-
+
+ {{ categoryTitle }}
+
+
+
+
+
+
{{ actionFavoriteText }}
-
+
{{ t('notes', 'Details') }}
@@ -27,30 +41,30 @@
{{ actionCategoryText }}
-
+
+
diff --git a/src/components/NoteRich.vue b/src/components/NoteRich.vue
index 210c51c95..305c06097 100644
--- a/src/components/NoteRich.vue
+++ b/src/components/NoteRich.vue
@@ -1,12 +1,11 @@
-
+
diff --git a/src/components/NotesList.vue b/src/components/NotesList.vue
new file mode 100644
index 000000000..5b7124b5f
--- /dev/null
+++ b/src/components/NotesList.vue
@@ -0,0 +1,34 @@
+
+
+
+
+
diff --git a/src/components/NotesView.vue b/src/components/NotesView.vue
new file mode 100644
index 000000000..96eef2595
--- /dev/null
+++ b/src/components/NotesView.vue
@@ -0,0 +1,270 @@
+
+
+
+
+
+ searchText = event.target.value">
+
+
+
+
+
+
+
+
+
+ {{ t('notes', 'Loading …') }}
+
+
+
+ {{ t('notes', 'Find in all categories') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/Sidebar.vue b/src/components/Sidebar.vue
index a894b1493..742d7746e 100644
--- a/src/components/Sidebar.vue
+++ b/src/components/Sidebar.vue
@@ -4,7 +4,11 @@
:subtitle="subtitle"
:star-loading="loading.favorite"
:starred="note.favorite"
+ :title-editable.sync="titleEditable"
+ :title-tooltip="titleTooltip"
@update:starred="onSetFavorite"
+ @update:title="onUpdateTitle"
+ @submit-title="onRenameTitle"
@close="onCloseSidebar"
>