Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: remove unimplemented account links#1411

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
code-asher merged 1 commit intomainfromasher/remove-account-links
May 12, 2022
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletionssite/src/AppRouter.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,8 +10,6 @@ import { HealthzPage } from "./pages/HealthzPage/HealthzPage"
import{LoginPage}from"./pages/LoginPage/LoginPage"
import{OrgsPage}from"./pages/OrgsPage/OrgsPage"
import{AccountPage}from"./pages/PreferencesPages/AccountPage/AccountPage"
import{LinkedAccountsPage}from"./pages/PreferencesPages/LinkedAccountsPage/LinkedAccountsPage"
import{SecurityPage}from"./pages/PreferencesPages/SecurityPage/SecurityPage"
import{SSHKeysPage}from"./pages/PreferencesPages/SSHKeysPage/SSHKeysPage"
import{SettingsPage}from"./pages/SettingsPage/SettingsPage"
import{CreateWorkspacePage}from"./pages/TemplatesPages/OrganizationPage/TemplatePage/CreateWorkspacePage"
Expand DownExpand Up@@ -124,9 +122,7 @@ export const AppRouter: React.FC = () => (

<Routepath="preferences"element={<PreferencesLayout/>}>
<Routepath="account"element={<AccountPage/>}/>
<Routepath="security"element={<SecurityPage/>}/>
<Routepath="ssh-keys"element={<SSHKeysPage/>}/>
<Routepath="linked-accounts"element={<LinkedAccountsPage/>}/>
</Route>

<Routepath=":username">
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,17 +7,13 @@ import { TabPanel } from "../TabPanel/TabPanel"

export const Language = {
accountLabel: "Account",
securityLabel: "Security",
sshKeysLabel: "SSH Keys",
linkedAccountsLabel: "Linked Accounts",
preferencesLabel: "Preferences",
}

const menuItems = [
{ label: Language.accountLabel, path: "/preferences/account" },
{ label: Language.securityLabel, path: "/preferences/security" },
{ label: Language.sshKeysLabel, path: "/preferences/ssh-keys" },
{ label: Language.linkedAccountsLabel, path: "/preferences/linked-accounts" },
]

export const PreferencesLayout: React.FC = () => {
Expand Down
View file
Open in desktop

This file was deleted.

11 changes: 0 additions & 11 deletionssite/src/pages/PreferencesPages/SecurityPage/SecurityPage.tsx
View file
Open in desktop

This file was deleted.


[8]ページ先頭

©2009-2025 Movatter.jp