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

feat(com-pwa): review, refactor, release v1 #1050

Merged
merged 20 commits into from
Apr 19, 2023
Merged

feat(com-pwa): review, refactor, release v1 #1050

merged 20 commits into from
Apr 19, 2023

Conversation

alimd
Copy link
Member

@alimd alimd commented Apr 16, 2023

No description provided.

`,
];
return html`
${this.render_part_item_list(order.itemList ?? [], this.fsm.getContext().productStorage, false)}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

کلا render_part_item_list رو برداریم به نظرم

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

منم فکر میکنم shipping_form کافی هست

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

خبر برش دار

</div>
`,
];
return html`
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻 👍🏻

uniquely/com-pwa/src/ui/page/new-order.ts Fixed Show resolved Hide resolved
uniquely/com-pwa/src/ui/page/new-order.ts Fixed Show resolved Hide resolved
uniquely/com-pwa/src/ui/page/new-order.ts Fixed Show fixed Hide fixed
@alimd alimd added the new-feature New features or options. label Apr 19, 2023
@alimd alimd force-pushed the feat/com branch 3 times, most recently from d5284ec to b555b9f Compare April 19, 2023 16:35
});

// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
const order = this.fsm.getContext().orderStorage!.data[this.fsm.getContext().orderId];

Check warning

Code scanning / ESLint

Disallow non-null assertions using the `!` postfix operator

Forbidden non-null assertion.
@alimd alimd merged commit 6def709 into next Apr 19, 2023
@alimd alimd deleted the feat/com branch April 19, 2023 23:12
core/fsm/src/core.ts Show resolved Hide resolved
@@ -1,6 +1,6 @@
window.appConfig = {
api: 'https://order.soffit.co/api/v0',
cdn: '/cdn/',
cdn: 'https://order.soffit.co/cdn/',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

این اشتباه نیست؟
توی دولوپ لوکال بهتره
ولی بخوایم با دامنه دیگه بیاریم بالا کار نمیکنه
مثل demo.order.soffit.co

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new-feature New features or options.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants