forked from metaplex-foundation/metaplex
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: build by removing unneeded code (metaplex-foundation#1021)
- Loading branch information
Showing
12 changed files
with
4 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 0 additions & 24 deletions
24
js/packages/web/src/views/packCreate/components/DesignAndInfoStep/index.less
This file was deleted.
Oops, something went wrong.
61 changes: 0 additions & 61 deletions
61
js/packages/web/src/views/packCreate/components/DesignAndInfoStep/index.tsx
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
js/packages/web/src/views/packCreate/components/DesignAndInfoStep/interface.ts
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
js/packages/web/src/views/packCreate/components/SalesSettingsStep/index.less
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
js/packages/web/src/views/packCreate/components/SalesSettingsStep/index.tsx
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
js/packages/web/src/views/packCreate/components/SalesSettingsStep/interface.ts
This file was deleted.
Oops, something went wrong.
8 changes: 2 additions & 6 deletions
8
js/packages/web/src/views/packCreate/components/Sidebar/data.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,15 @@ | ||
import { CreatePackSteps } from '../../types'; | ||
|
||
export const STEPS_TITLES: Record<number, string> = { | ||
export const STEPS_TITLES: Record<CreatePackSteps, string> = { | ||
[CreatePackSteps.SelectItems]: 'Select Items', | ||
[CreatePackSteps.SelectVoucher]: 'Select Voucher', | ||
[CreatePackSteps.AdjustQuantities]: 'Adjust Quantities', | ||
// [CreatePackSteps.SalesSettings]: 'Sales Settings', | ||
// [CreatePackSteps.DesignAndInfo]: 'Info & Design', | ||
[CreatePackSteps.ReviewAndMint]: 'Review & Mint', | ||
}; | ||
|
||
export const CONTINUE_TITLES: Record<number, string> = { | ||
export const CONTINUE_TITLES: Record<CreatePackSteps, string> = { | ||
[CreatePackSteps.SelectItems]: 'Continue to Voucher', | ||
[CreatePackSteps.SelectVoucher]: 'Continue to Quantities', | ||
[CreatePackSteps.AdjustQuantities]: 'Continue to Mint', | ||
// [CreatePackSteps.SalesSettings]: 'Continue to Design', | ||
// [CreatePackSteps.DesignAndInfo]: 'Continue to Mint', | ||
[CreatePackSteps.ReviewAndMint]: 'Confirm & Mint', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters