diff --git a/components/dropdowns/AdaptiveDropdown.vue b/components/dropdowns/AdaptiveDropdown.vue
index a32b510..7428596 100644
--- a/components/dropdowns/AdaptiveDropdown.vue
+++ b/components/dropdowns/AdaptiveDropdown.vue
@@ -2,7 +2,7 @@
open = o" :open="open">
-
+
diff --git a/components/social-elements/notes/interactions/button.vue b/components/social-elements/notes/interactions/button.vue
new file mode 100644
index 0000000..63a6620
--- /dev/null
+++ b/components/social-elements/notes/interactions/button.vue
@@ -0,0 +1,9 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/components/social-elements/notes/interactions/row.vue b/components/social-elements/notes/interactions/row.vue
new file mode 100644
index 0000000..a84b016
--- /dev/null
+++ b/components/social-elements/notes/interactions/row.vue
@@ -0,0 +1,86 @@
+
+
+
+
+ {{ numberFormat(note.replies_count) }}
+
+
+
+
+ {{ numberFormat(note.favourites_count) }}
+
+
+
+
+ {{ numberFormat(note.reblogs_count) }}
+
+
+
+ {{ numberFormat(0) }}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/social-elements/notes/note-menu.vue b/components/social-elements/notes/note-menu.vue
new file mode 100644
index 0000000..8bd9c92
--- /dev/null
+++ b/components/social-elements/notes/note-menu.vue
@@ -0,0 +1,156 @@
+
+
+
+
+
+ Open menu
+
+
+
+
+
+
+
+ Edit
+
+
+
+
+ Copy API
+ response
+
+
+
+
+ Copy link
+
+
+
+
+ Copy link (origin)
+
+
+
+
+ View on remote
+
+
+
+
+ Delete
+
+
+
+
+
+
+
+ Reply
+
+
+
+
+ Like
+
+
+ Unlike
+
+
+
+
+ Reblog
+
+
+ Unreblog
+
+
+
+
+ Quote
+
+
+
+
+
+
+
+ Report
+
+
+
+
+ Open moderation panel
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/social-elements/notes/note.vue b/components/social-elements/notes/note.vue
index fe32426..7f008ea 100644
--- a/components/social-elements/notes/note.vue
+++ b/components/social-elements/notes/note.vue
@@ -17,142 +17,17 @@
-
-
-
-
-
-
-
-
- Open menu
-
-
-
-
-
-
- Edit
-
-
-
-
- Copy API
- response
-
-
-
-
- Copy link
-
-
-
-
- Copy link (origin)
-
-
-
-
- View on remote
-
-
-
-
- Delete
-
-
-
-
-
-
-
- Reply
-
-
-
-
- Like
-
-
- Unlike
-
-
-
-
- Reblog
-
-
- Unreblog
-
-
-
-
- Quote
-
-
-
-
-
-
-
- Report
-
-
-
-
- Open moderation panel
-
-
-
-
-
-
+
\ No newline at end of file