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

Implemented UI for the product store creation and management #3

Merged
merged 10 commits into from
May 22, 2024

Conversation

amansinghbais
Copy link
Contributor

@amansinghbais amansinghbais commented May 3, 2024

Related Issues

Related Issue #1

Short Description and Why It's Useful

Created the UI for the product store creation and management pages.

Screenshots of Visual Changes before/after (If There Are Any)

Screenshot from 2024-05-03 14-53-42

Screenshot from 2024-05-21 18-12-17

Screenshot from 2024-05-21 18-12-26

Screenshot from 2024-05-03 14-53-53

Screenshot from 2024-05-03 14-53-55

Screenshot from 2024-05-03 14-54-21

Screenshot from 2024-05-03 14-54-00

Screenshot from 2024-05-03 14-54-09

Contribution and Currently Important Rules Acceptance


<style scoped>
ion-content {
--padding-bottom: 80px;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Improve indentation

Comment on lines 51 to 61
path: "/create-product-store",
component: CreateProductStore
},
{
path: "/add-configurations",
component: AddConfigurations
},
{
path: "/product-store-details/:productStoreId",
component: ProductStoreDetails,
props: true
Copy link
Collaborator

Choose a reason for hiding this comment

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

Add name for routes.

async function openSelectOperatingCountriesModal() {
const modal = await modalController.create({
component: SelectOperatingCountriesModal,
showBackdrop: true
Copy link
Collaborator

Choose a reason for hiding this comment

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

No need to pass showBackdrop as true, as its default is true.

@ravilodhi ravilodhi merged commit b949dfb into hotwax:main May 22, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants