Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ebcb8f4

Browse files
committed
Remove the support of route and its dependencies.
1 parent 6b005b1 commit ebcb8f4

File tree

7 files changed

+0
-971
lines changed

7 files changed

+0
-971
lines changed

viewer/packages/lowcoder/src/app.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
DATASOURCE_CREATE_URL,
1111
DATASOURCE_EDIT_URL,
1212
DATASOURCE_URL,
13-
SUPPORT_URL,
1413
FOLDER_URL,
1514
FOLDERS_URL,
1615
IMPORT_APP_FROM_TEMPLATE_URL,
@@ -317,7 +316,6 @@ class AppIndex extends React.Component<AppIndexProps, any> {
317316
DATASOURCE_CREATE_URL,
318317
DATASOURCE_EDIT_URL,
319318
DATASOURCE_URL,
320-
SUPPORT_URL,
321319
QUERY_LIBRARY_URL,
322320
FOLDERS_URL,
323321
FOLDER_URL,

viewer/packages/lowcoder/src/constants/routesURL.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export const USER_AUTH_URL = "/user/auth";
88
export const ORG_HOME_URL = "/org/home";
99
export const COMPONENT_DOC_URL = "/components";
1010
export const SETTING_URL = "/setting";
11-
export const SUPPORT_URL = "/support";
1211
export const PERMISSION_SETTING = "/setting/permission";
1312
export const ORGANIZATION_SETTING = "/setting/organization";
1413
export const SUBSCRIPTION_SETTING = "/setting/subscription";
@@ -27,8 +26,6 @@ export const SUBSCRIPTION_ERROR = `${SUBSCRIPTION_SETTING}/error`;
2726
export const SUBSCRIPTION_DETAIL = `${SUBSCRIPTION_SETTING}/details/:subscriptionId/:productId`;
2827
export const SUBSCRIPTION_INFO = `${SUBSCRIPTION_SETTING}/info/:productId`;
2928

30-
export const SUPPORT_DETAIL = `${SUPPORT_URL}/details/:ticketId`;
31-
3229
export const ALL_APPLICATIONS_URL = "/apps";
3330
export const ADMIN_APP_URL = "/ee/:applicationId/:viewMode";
3431
export const APPLICATION_MARKETPLACE_URL = `https://app.lowcoder.cloud/apps`;
@@ -109,4 +106,3 @@ export const buildOrgId = (orgId: string) => `${ORGANIZATION_SETTING}/${orgId}`;
109106
export const buildSubscriptionSettingsLink = (subscriptionId: string, productId : string) => `${SUBSCRIPTION_SETTING}/details/${subscriptionId}/${productId}`;
110107
export const buildSubscriptionInfoLink = (productId: string) => `${SUBSCRIPTION_SETTING}/info/${productId}`;
111108

112-
export const buildSupportTicketLink = (ticketId: string) => `${SUPPORT_URL}/details/${ticketId}`;

viewer/packages/lowcoder/src/pages/ApplicationV2/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
// MODULE_APPLICATIONS_URL,
99
QUERY_LIBRARY_URL,
1010
SETTING_URL,
11-
SUPPORT_URL,
1211
TRASH_URL,
1312
ORG_HOME_URL,
1413
} from "constants/routesURL";
@@ -59,7 +58,6 @@ import { fetchFolderElements, updateFolder } from "../../redux/reduxActions/fold
5958
import { trans } from "../../i18n";
6059
import { foldersSelector } from "../../redux/selectors/folderSelector";
6160
import Setting from "pages/setting";
62-
import { Support } from "pages/support";
6361
// import { TypographyText } from "../../components/TypographyText";
6462
// import { messageInstance } from "lowcoder-design/src/components/GlobalInstances";
6563
import { isEE } from "util/envUtils";

viewer/packages/lowcoder/src/pages/support/index.tsx

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)