Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate rest of dialogs #5097

Merged
merged 46 commits into from
Aug 13, 2024
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
4007922
Replace Dialog in OrderCustomerChangeDialog
poulch Aug 5, 2024
0eb2df9
Replace Dialog in OrderProductAddDialog
poulch Aug 5, 2024
821f0d4
Replace Dialog in OrderFulfillmentTrackingDialog
poulch Aug 5, 2024
2d47438
Replace Dialog in OrderInvoiceEmailSendDialog
poulch Aug 5, 2024
7b2b610
Replace Dialog in OrderCannotCancelOrderDialog and fix showing two di…
poulch Aug 5, 2024
20fb55f
Replace Dialog in OrderFulfillmentApproveDialog
poulch Aug 5, 2024
533958c
Replace Dialog in ProductVariantDeleteDialog
poulch Aug 5, 2024
2cfa34d
Replace Dialog in ProductExternalMediaDialog
poulch Aug 5, 2024
d72bf22
Replace Dialog in ProductExportSteps
poulch Aug 5, 2024
02bd685
Replace Dialog in ProductVariantMediaSelectDialog
poulch Aug 5, 2024
0c8d6eb
Replace Dialog in DiscountCountrySelectDialog
poulch Aug 5, 2024
b339d6a
Replace Dialog in PluginSecretFieldDialog
poulch Aug 5, 2024
15cd14c
Merge branch 'main' into merx-791-migrate-dialogs
poulch Aug 5, 2024
3d94ea6
Replace Dialog in ShippingZonePostalCodeRangeDialog
poulch Aug 5, 2024
7f709cc
Replace Dialog in ShippingZoneCountriesAssignDialog
poulch Aug 5, 2024
e85b605
Replace Dialog in ShippingZoneCountriesAssignDialog
poulch Aug 5, 2024
97217d1
Replace Dialog in gift card export dialog
poulch Aug 5, 2024
faf8fd5
Replace Dialog in GiftCardBulkCreateSuccessDialog
poulch Aug 5, 2024
b563e64
Remove not used delete category dialog
poulch Aug 5, 2024
7142d24
Replace Dialog in SaveFilterTabDialog
poulch Aug 5, 2024
16e7313
Replace Dialog in MenuCreateDialog
poulch Aug 5, 2024
f5a70ad
Replace Dialog in TokenCreateDialog
poulch Aug 5, 2024
fdf8e1f
Replace Dialog in ExitFormDialog
poulch Aug 5, 2024
b94f5b8
Replace Dialog in DevModePanel
poulch Aug 5, 2024
469b534
Add Xl modal size
poulch Aug 5, 2024
3196c51
Replace Dialog in AppPermissionsDialog
poulch Aug 5, 2024
9b291e0
Replace Dialog in DryRun
poulch Aug 5, 2024
1ec2aae
Add modal size MD
poulch Aug 5, 2024
8ba5293
Replace Dialog in AttributeValueEditDialog
poulch Aug 6, 2024
4c4e0eb
Replace Dialog in AssignMembersDialog
poulch Aug 6, 2024
dd08b7b
Replace Dialog in AssignVariantDialog
poulch Aug 6, 2024
a12176b
Replace Dialog in AssignProductDialog
poulch Aug 6, 2024
9972bf9
Replace Dialog in AssignContainerDialog
poulch Aug 6, 2024
d2352b6
Replace Dialog in AssignAttributeDialog
poulch Aug 6, 2024
d07978b
Add todo comment
poulch Aug 6, 2024
d286403
Extract messages
poulch Aug 6, 2024
484448f
Add missing test ids
poulch Aug 6, 2024
11d2dbb
Add changeset
poulch Aug 6, 2024
0a4d114
Add Modal sizes
poulch Aug 6, 2024
4e91258
Update sizing
poulch Aug 6, 2024
1a9448b
Small improvements after QA
poulch Aug 7, 2024
d0baccf
Fix full width modals
poulch Aug 7, 2024
859130d
Fix ActionDialog size
poulch Aug 7, 2024
37cec77
Merge branch 'main' into merx-791-migrate-dialogs
poulch Aug 10, 2024
c45a9a2
Merge branch 'main' into merx-791-migrate-dialogs
poulch Aug 10, 2024
efedfe3
Merge branch 'main' into merx-791-migrate-dialogs
poulch Aug 12, 2024
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
Prev Previous commit
Next Next commit
Add modal size MD
  • Loading branch information
poulch committed Aug 5, 2024
commit 1ec2aae31bc3a2f1d5412f795e1946410d19a4ad
1 change: 1 addition & 0 deletions src/components/Modal/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { Root } from "./Root";
import { Title } from "./Title";

export const DASHBOARD_MODAL_WIDTH_XL = 1920;
export const DASHBOARD_MODAL_WIDTH_MD = 1280;
export const DASHBOARD_MODAL_WIDTH = 600;
export const DASHBOARD_MODAL_WIDTH_SMALL = 444;

Expand Down
Loading