From fcefcece2187da58bc528f415d5777d372a63165 Mon Sep 17 00:00:00 2001 From: "Mr. Robot" Date: Tue, 10 Mar 2026 12:37:42 +0600 Subject: [PATCH] refactor: capitalise component folder names for consistency --- app/components/{diff => Diff}/FileTree.vue | 0 app/components/{diff => Diff}/Hunk.vue | 0 app/components/{diff => Diff}/Line.vue | 0 app/components/{diff => Diff}/MobileSidebarDrawer.vue | 0 app/components/{diff => Diff}/SidebarPanel.vue | 0 app/components/{diff => Diff}/SkipBlock.vue | 0 app/components/{diff => Diff}/Table.vue | 0 app/components/{diff => Diff}/ViewerPanel.vue | 0 app/components/{global => Global}/BlogPostFederatedArticles.vue | 0 app/components/{global => Global}/BlogPostWrapper.vue | 0 app/components/{global => Global}/BlueskyPostEmbed.client.vue | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename app/components/{diff => Diff}/FileTree.vue (100%) rename app/components/{diff => Diff}/Hunk.vue (100%) rename app/components/{diff => Diff}/Line.vue (100%) rename app/components/{diff => Diff}/MobileSidebarDrawer.vue (100%) rename app/components/{diff => Diff}/SidebarPanel.vue (100%) rename app/components/{diff => Diff}/SkipBlock.vue (100%) rename app/components/{diff => Diff}/Table.vue (100%) rename app/components/{diff => Diff}/ViewerPanel.vue (100%) rename app/components/{global => Global}/BlogPostFederatedArticles.vue (100%) rename app/components/{global => Global}/BlogPostWrapper.vue (100%) rename app/components/{global => Global}/BlueskyPostEmbed.client.vue (100%) diff --git a/app/components/diff/FileTree.vue b/app/components/Diff/FileTree.vue similarity index 100% rename from app/components/diff/FileTree.vue rename to app/components/Diff/FileTree.vue diff --git a/app/components/diff/Hunk.vue b/app/components/Diff/Hunk.vue similarity index 100% rename from app/components/diff/Hunk.vue rename to app/components/Diff/Hunk.vue diff --git a/app/components/diff/Line.vue b/app/components/Diff/Line.vue similarity index 100% rename from app/components/diff/Line.vue rename to app/components/Diff/Line.vue diff --git a/app/components/diff/MobileSidebarDrawer.vue b/app/components/Diff/MobileSidebarDrawer.vue similarity index 100% rename from app/components/diff/MobileSidebarDrawer.vue rename to app/components/Diff/MobileSidebarDrawer.vue diff --git a/app/components/diff/SidebarPanel.vue b/app/components/Diff/SidebarPanel.vue similarity index 100% rename from app/components/diff/SidebarPanel.vue rename to app/components/Diff/SidebarPanel.vue diff --git a/app/components/diff/SkipBlock.vue b/app/components/Diff/SkipBlock.vue similarity index 100% rename from app/components/diff/SkipBlock.vue rename to app/components/Diff/SkipBlock.vue diff --git a/app/components/diff/Table.vue b/app/components/Diff/Table.vue similarity index 100% rename from app/components/diff/Table.vue rename to app/components/Diff/Table.vue diff --git a/app/components/diff/ViewerPanel.vue b/app/components/Diff/ViewerPanel.vue similarity index 100% rename from app/components/diff/ViewerPanel.vue rename to app/components/Diff/ViewerPanel.vue diff --git a/app/components/global/BlogPostFederatedArticles.vue b/app/components/Global/BlogPostFederatedArticles.vue similarity index 100% rename from app/components/global/BlogPostFederatedArticles.vue rename to app/components/Global/BlogPostFederatedArticles.vue diff --git a/app/components/global/BlogPostWrapper.vue b/app/components/Global/BlogPostWrapper.vue similarity index 100% rename from app/components/global/BlogPostWrapper.vue rename to app/components/Global/BlogPostWrapper.vue diff --git a/app/components/global/BlueskyPostEmbed.client.vue b/app/components/Global/BlueskyPostEmbed.client.vue similarity index 100% rename from app/components/global/BlueskyPostEmbed.client.vue rename to app/components/Global/BlueskyPostEmbed.client.vue