Skip to content

Commit

Permalink
Remove Download Realm sidebar item
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbroman committed Apr 17, 2024
1 parent 1d71b5f commit 837e3d3
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 127 deletions.
36 changes: 0 additions & 36 deletions hosting-holium-com/src/pages/download.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions shared/src/onboarding/components/AccountDialogSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ export enum SidebarSection {
Hosting = 'Hosting',
Storage = 'Storage',
CustomDomain = 'Custom Domain',
DownloadRealm = 'Download Realm',
GetHosting = 'Get Hosting',
GetRealm = 'Get Realm',
Support = 'Support',
}

Expand Down
37 changes: 0 additions & 37 deletions shared/src/onboarding/dialogs/Download/DownloadDialog.tsx

This file was deleted.

33 changes: 0 additions & 33 deletions shared/src/onboarding/dialogs/Download/DownloadDialogBody.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions shared/src/onboarding/dialogs/PurchaseID.WEB.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
ChooseIdentityDialog,
CreateAccountDialog,
CredentialsDialog,
DownloadDialog,
GetOnRealmDialog,
PaymentDialog,
ThirdEarthPeriodicity,
Expand Down Expand Up @@ -136,20 +135,3 @@ export const CredentialsDialogStory: ComponentStory<
);

CredentialsDialogStory.storyName = '6. Credentials';

export const DownloadDialogStory: ComponentStory<
typeof DownloadDialog
> = () => (
<OnboardingDialogWrapper>
<DownloadDialog
onDownloadMacM1={() => {}}
onDownloadMacIntel={() => {}}
onDownloadWindows={() => {}}
onDownloadLinux={() => {}}
onBack={() => {}}
onNext={() => Promise.resolve(false)}
/>
</OnboardingDialogWrapper>
);

DownloadDialogStory.storyName = '7. Download Realm for desktop';
1 change: 0 additions & 1 deletion shared/src/onboarding/onboarding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export { ChooseIdentityDialog } from './dialogs/ChooseIdentity/ChooseIdentityDia
export { ClaimTokenDialog } from './dialogs/ClaimToken/ClaimTokenDialog';
export { CreateAccountDialog } from './dialogs/CreateAccount/CreateAccountDialog';
export { CredentialsDialog } from './dialogs/Credentials/CredentialsDialog';
export { DownloadDialog } from './dialogs/Download/DownloadDialog';
export { GetOnRealmDialog } from './dialogs/GetOnRealm/GetOnRealmDialog';
export { GetRealmDialog } from './dialogs/GetRealm/GetRealmDialog';
export { HostingDialog } from './dialogs/Hosting/HostingDialog';
Expand Down

0 comments on commit 837e3d3

Please sign in to comment.