chore: rename seller wizard folders for the new order

This commit is contained in:
Jonathan Rainville 2019-08-01 13:48:30 -04:00
parent 3a6279056b
commit e769aaa899
No known key found for this signature in database
GPG Key ID: 5F4630B759727D9C
23 changed files with 14 additions and 14 deletions

View File

@ -39,12 +39,12 @@ import BuyContact from '../wizards/Buy/0_Contact';
import BuyTrade from '../wizards/Buy/1_Trade'; import BuyTrade from '../wizards/Buy/1_Trade';
// Sell // Sell
import SellLocation from '../wizards/Sell/0_Location'; import SellLocation from '../wizards/Sell/3_Location';
import SellContact from '../wizards/Sell/1_Contact'; import SellContact from '../wizards/Sell/4_Contact';
import SellAsset from '../wizards/Sell/2_Asset'; import SellAsset from '../wizards/Sell/0_Asset';
import SellPaymentMethods from '../wizards/Sell/3_PaymentMethods'; import SellPaymentMethods from '../wizards/Sell/1_PaymentMethods';
import SellArbitrator from '../wizards/Sell/4_SelectArbitrator'; import SellArbitrator from '../wizards/Sell/5_SelectArbitrator';
import SellCurrency from '../wizards/Sell/5_Currency'; import SellCurrency from '../wizards/Sell/2_Currency';
import SellMargin from '../wizards/Sell/6_Margin'; import SellMargin from '../wizards/Sell/6_Margin';
import SellLimits from '../wizards/Sell/7_Limits'; import SellLimits from '../wizards/Sell/7_Limits';

View File

@ -4,9 +4,9 @@ import {storiesOf} from '@storybook/react';
import {withInfo} from "@storybook/addon-info"; import {withInfo} from "@storybook/addon-info";
import {action} from "@storybook/addon-actions"; import {action} from "@storybook/addon-actions";
import SellerAssets from '../../../src/js/wizards/Sell/2_Asset/components/SellerAssets'; import SellerAssets from '../../../src/js/wizards/Sell/0_Asset/components/SellerAssets';
storiesOf('Wizards/Sell/2_Asset', module) storiesOf('Wizards/Sell/0_Asset', module)
.add( .add(
"No Asset Selected", "No Asset Selected",
withInfo({inline: true})(() => ( withInfo({inline: true})(() => (

View File

@ -4,9 +4,9 @@ import {storiesOf} from '@storybook/react';
import {withInfo} from "@storybook/addon-info"; import {withInfo} from "@storybook/addon-info";
import {action} from "@storybook/addon-actions"; import {action} from "@storybook/addon-actions";
import SellerPosition from '../../../src/js/wizards/Sell/0_Location/components/SellerPosition'; import SellerPosition from '../../../src/js/wizards/Sell/3_Location/components/SellerPosition';
storiesOf('Wizards/Sell/0_Location', module) storiesOf('Wizards/Sell/3_Location', module)
.add( .add(
"Without default location", "Without default location",
withInfo({inline: true})(() => ( withInfo({inline: true})(() => (

View File

@ -4,11 +4,11 @@ import {storiesOf} from '@storybook/react';
import {withInfo} from "@storybook/addon-info"; import {withInfo} from "@storybook/addon-info";
import {action} from "@storybook/addon-actions"; import {action} from "@storybook/addon-actions";
import SellerPaymentMethod from '../../../src/js/wizards/Sell/3_PaymentMethods/components/SellerPaymentMethod'; import SellerPaymentMethod from '../../../src/js/wizards/Sell/1_PaymentMethods/components/SellerPaymentMethod';
const methods = ['Cash (In person)', 'Bank Transfer', 'International wire']; const methods = ['Cash (In person)', 'Bank Transfer', 'International wire'];
storiesOf('Wizards/Sell/3_PaymentMethods', module) storiesOf('Wizards/Sell/1_PaymentMethods', module)
.add( .add(
"Not Selected", "Not Selected",
withInfo({inline: true})(() => ( withInfo({inline: true})(() => (

View File

@ -4,7 +4,7 @@ import {storiesOf} from '@storybook/react';
import {withInfo} from "@storybook/addon-info"; import {withInfo} from "@storybook/addon-info";
import {action} from "@storybook/addon-actions"; import {action} from "@storybook/addon-actions";
import FiatSelectorForm from '../../../src/js/wizards/Sell/5_Currency/components/FiatSelectorForm'; import FiatSelectorForm from '../../../src/js/wizards/Sell/2_Currency/components/FiatSelectorForm';
const CURRENCY_DATA = [ const CURRENCY_DATA = [
{id: 'USD', label: 'United States Dollar - USD'}, {id: 'USD', label: 'United States Dollar - USD'},

View File

@ -6,7 +6,7 @@ import {action} from "@storybook/addon-actions";
import MarginSelectorForm from '../../../src/js/wizards/Sell/6_Margin/components/MarginSelectorForm'; import MarginSelectorForm from '../../../src/js/wizards/Sell/6_Margin/components/MarginSelectorForm';
storiesOf('Wizards/Sell/5_Margin', module) storiesOf('Wizards/Sell/6_Margin', module)
.add( .add(
"Default", "Default",
withInfo({inline: true})(() => ( withInfo({inline: true})(() => (