diff --git a/meshchatx/src/frontend/components/CommandPalette.vue b/meshchatx/src/frontend/components/CommandPalette.vue index d085eb5..259cd68 100644 --- a/meshchatx/src/frontend/components/CommandPalette.vue +++ b/meshchatx/src/frontend/components/CommandPalette.vue @@ -209,6 +209,14 @@ export default { type: "navigation", route: { name: "rncp" }, }, + { + id: "nav-rngit-explorer", + title: "nav_rngit_explorer", + description: "nav_rngit_explorer_desc", + icon: "source-branch", + type: "navigation", + route: { name: "rngit-explorer" }, + }, { id: "nav-rnstatus", title: "nav_rnstatus", diff --git a/meshchatx/src/frontend/components/tools/RNGitExplorerPage.vue b/meshchatx/src/frontend/components/tools/RNGitExplorerPage.vue new file mode 100644 index 0000000..e289bc8 --- /dev/null +++ b/meshchatx/src/frontend/components/tools/RNGitExplorerPage.vue @@ -0,0 +1,383 @@ + + +