Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ikascom/ikas-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
feluna committed Nov 29, 2022
2 parents 6b1ddd6 + d5cddaa commit befbb72
Show file tree
Hide file tree
Showing 10 changed files with 342 additions and 741 deletions.
544 changes: 0 additions & 544 deletions ikas-theme/.ikas/settings-1663766627346.json

This file was deleted.

18 changes: 15 additions & 3 deletions ikas-theme/public/locales/en/account.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"noAddressPlaceholder": "You do not have a registered address. Please create an address below.",
"form": {
"title": "Address Title",
"titlePlaceholder": "home, work etc...",
"firstName": "Name",
"lastName": "Surname",
"addressLine1": "Address",
Expand All @@ -47,14 +46,27 @@
"city": "City",
"district": "District",
"phone": "Phone",
"phonePlaceholder": "example: +905551112233"
"placeholder": {
"title": "home, work etc...",
"firstName": "Name",
"lastName": "Surname",
"addressLine1": "Address",
"addressLine2": "Apartment",
"postalCode": "Zip code",
"country": "Country",
"state": "State",
"city": "City",
"district": "District",
"phone": "example: +905551112233"
}
},
"email": "Email",
"save": "Save",
"delete": "Delete",
"deleteConfirm": "Do you really want to delete this address?",
"requiredRule": "Required",
"phoneRule": "{{ phoneNumber }} is not a valid phone number"
"phoneRule": "{{ phoneNumber }} is not a valid phone number",
"invalidRule": "Field is invalid"
},
"favoriteProducts": {
"title": "My Favorites",
Expand Down
4 changes: 2 additions & 2 deletions ikas-theme/src/components/account/address/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ import useAddress from "./useAddress";
import AlertComponent from "src/components/components/alert";
import Button from "src/components/components/button";
import CloseIcon from "src/components/svg/close";
import Header from "../components/header";
import { useScreen } from "src/utils/hooks/useScreen";

import { NS } from "../";

import * as S from "./style";
import Header from "../components/header";
import { useScreen } from "src/utils/hooks/useScreen";

const Address = () => {
const store = useStore();
Expand Down
Loading

0 comments on commit befbb72

Please sign in to comment.