diff --git a/go.mod b/go.mod index 7203b5e..40c40ed 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/mattermost/mattermost-plugin-community-toolkit +module github.com/rocky-linux/mattermost-plugin-community-toolkit go 1.21 diff --git a/webapp/.eslintrc.json b/webapp-WIP/.eslintrc.json similarity index 100% rename from webapp/.eslintrc.json rename to webapp-WIP/.eslintrc.json diff --git a/webapp/.gitignore b/webapp-WIP/.gitignore similarity index 100% rename from webapp/.gitignore rename to webapp-WIP/.gitignore diff --git a/webapp/.npmrc b/webapp-WIP/.npmrc similarity index 100% rename from webapp/.npmrc rename to webapp-WIP/.npmrc diff --git a/webapp/babel.config.js b/webapp-WIP/babel.config.js similarity index 100% rename from webapp/babel.config.js rename to webapp-WIP/babel.config.js diff --git a/webapp/i18n/en.json b/webapp-WIP/i18n/en.json similarity index 100% rename from webapp/i18n/en.json rename to webapp-WIP/i18n/en.json diff --git a/webapp/package-lock.json b/webapp-WIP/package-lock.json similarity index 100% rename from webapp/package-lock.json rename to webapp-WIP/package-lock.json diff --git a/webapp/package.json b/webapp-WIP/package.json similarity index 100% rename from webapp/package.json rename to webapp-WIP/package.json diff --git a/webapp/src/Plugin.tsx b/webapp-WIP/src/Plugin.tsx similarity index 100% rename from webapp/src/Plugin.tsx rename to webapp-WIP/src/Plugin.tsx diff --git a/webapp/src/components/rhs_sidebar/index.js b/webapp-WIP/src/components/rhs_sidebar/index.js similarity index 100% rename from webapp/src/components/rhs_sidebar/index.js rename to webapp-WIP/src/components/rhs_sidebar/index.js diff --git a/webapp/src/components/rhs_sidebar/mattermost_gitlab.jsx b/webapp-WIP/src/components/rhs_sidebar/mattermost_gitlab.jsx similarity index 100% rename from webapp/src/components/rhs_sidebar/mattermost_gitlab.jsx rename to webapp-WIP/src/components/rhs_sidebar/mattermost_gitlab.jsx diff --git a/webapp/src/components/rhs_sidebar/no_subscriptions.jsx b/webapp-WIP/src/components/rhs_sidebar/no_subscriptions.jsx similarity index 100% rename from webapp/src/components/rhs_sidebar/no_subscriptions.jsx rename to webapp-WIP/src/components/rhs_sidebar/no_subscriptions.jsx diff --git a/webapp/src/components/rhs_sidebar/rhs_sidebar.css b/webapp-WIP/src/components/rhs_sidebar/rhs_sidebar.css similarity index 100% rename from webapp/src/components/rhs_sidebar/rhs_sidebar.css rename to webapp-WIP/src/components/rhs_sidebar/rhs_sidebar.css diff --git a/webapp/src/components/rhs_sidebar/rhs_sidebar.jsx b/webapp-WIP/src/components/rhs_sidebar/rhs_sidebar.jsx similarity index 100% rename from webapp/src/components/rhs_sidebar/rhs_sidebar.jsx rename to webapp-WIP/src/components/rhs_sidebar/rhs_sidebar.jsx diff --git a/webapp/src/index.tsx b/webapp-WIP/src/index.tsx similarity index 100% rename from webapp/src/index.tsx rename to webapp-WIP/src/index.tsx diff --git a/webapp/src/manifest.test.tsx b/webapp-WIP/src/manifest.test.tsx similarity index 100% rename from webapp/src/manifest.test.tsx rename to webapp-WIP/src/manifest.test.tsx diff --git a/webapp/src/types/mattermost-webapp/index.d.ts b/webapp-WIP/src/types/mattermost-webapp/index.d.ts similarity index 100% rename from webapp/src/types/mattermost-webapp/index.d.ts rename to webapp-WIP/src/types/mattermost-webapp/index.d.ts diff --git a/webapp/tests/i18n_mock.json b/webapp-WIP/tests/i18n_mock.json similarity index 100% rename from webapp/tests/i18n_mock.json rename to webapp-WIP/tests/i18n_mock.json diff --git a/webapp/tests/setup.tsx b/webapp-WIP/tests/setup.tsx similarity index 100% rename from webapp/tests/setup.tsx rename to webapp-WIP/tests/setup.tsx diff --git a/webapp/tsconfig.json b/webapp-WIP/tsconfig.json similarity index 100% rename from webapp/tsconfig.json rename to webapp-WIP/tsconfig.json diff --git a/webapp/webpack.config.js b/webapp-WIP/webpack.config.js similarity index 100% rename from webapp/webpack.config.js rename to webapp-WIP/webpack.config.js