diff --git a/locales/index.d.ts b/locales/index.d.ts
index d1cb1f97ea..d8eb90f4e5 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -9661,6 +9661,10 @@ export interface Locale extends ILocale {
* ロールタイムライン
*/
"roleTimeline": string;
+ /**
+ * Following
+ */
+ "following": string;
};
};
"_dialog": {
@@ -11374,6 +11378,10 @@ export interface Locale extends ILocale {
* Remote followers may have incomplete or outdated activity
*/
"remoteFollowersWarning": string;
+ /**
+ * Select a follow relationship...
+ */
+ "selectFollowRelationship": string;
}
declare const locales: {
[lang: string]: Locale;
diff --git a/packages/frontend/src/components/SkFollowingRecentNotes.vue b/packages/frontend/src/components/SkFollowingRecentNotes.vue
new file mode 100644
index 0000000000..6daa8feba5
--- /dev/null
+++ b/packages/frontend/src/components/SkFollowingRecentNotes.vue
@@ -0,0 +1,144 @@
+
+
+
+