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 facility details page and modals (#3) #6

Merged
merged 6 commits into from
Nov 16, 2023

Conversation

amansinghbais
Copy link
Contributor

Related Issues

Closes #3

Short Description and Why It's Useful

Implemented UI for the facility details page

  • Created cards for the detail page
  • Created add address modal and add latitude & longitude modal.
  • Created an modal for adding product store and selecting operating time.

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

Screenshot from 2023-11-15 17-04-43

Screenshot from 2023-11-15 17-04-36

Screenshot from 2023-11-15 17-04-55

Screenshot from 2023-11-15 17-04-58

Screenshot from 2023-11-15 17-04-47

Screenshot from 2023-11-15 17-04-51

Contribution and Currently Important Rules Acceptance

Comment on lines 22 to 23
IonItem,
IonIcon
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
IonItem,
IonIcon
IonIcon,
IonItem

},
data() {
return {
isTimeModalOpen: false as boolean
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
isTimeModalOpen: false as boolean
isTimeModalOpen: false

@@ -46,6 +47,12 @@ const routes: Array<RouteRecordRaw> = [
component: DxpLogin,
beforeEnter: loginGuard
},
{
path: "/facility-details",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
path: "/facility-details",
path: "/facility-details/:facilityId",
props: true,

@ymaheshwari1 ymaheshwari1 merged commit 9f6d08b into hotwax:main Nov 16, 2023
1 check 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.

Create card UI for facility details page
2 participants