-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: combine job and vehicle list to one item list
move files, combine css and translation files and rename them
- Loading branch information
Showing
30 changed files
with
84 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
...s/vehicle-list/i18n/vehicle.i18n.cs-cz.js → ...ponents/item-list/i18n/item.i18n.cs-cz.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
...s/vehicle-list/i18n/vehicle.i18n.de-de.js → ...ponents/item-list/i18n/item.i18n.de-de.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
...s/vehicle-list/i18n/vehicle.i18n.en-us.js → ...ponents/item-list/i18n/item.i18n.en-us.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
...s/vehicle-list/i18n/vehicle.i18n.es-es.js → ...ponents/item-list/i18n/item.i18n.es-es.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
...ments/forms/map-form/components/optimization/components/item-list/i18n/item.i18n.fr-fr.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
export default { | ||
job: { | ||
amount: 'Amount', | ||
service: 'Expected service time', | ||
skills: 'Skills needed', | ||
}, | ||
vehicle: { | ||
amount: 'Amount', | ||
service: 'Expected service time', | ||
skills: 'Skills needed', | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...ments/forms/map-form/components/optimization/components/item-list/i18n/item.i18n.hu-hu.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
export default { | ||
job: { | ||
amount: 'Amount', | ||
service: 'Expected service time', | ||
skills: 'Skills needed', | ||
}, | ||
vehicle: { | ||
amount: 'Amount', | ||
service: 'Expected service time', | ||
skills: 'Skills needed', | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...ments/forms/map-form/components/optimization/components/item-list/i18n/item.i18n.it-it.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
export default { | ||
job: { | ||
amount: 'Amount', | ||
service: 'Expected service time', | ||
skills: 'Skills needed', | ||
}, | ||
vehicle: { | ||
amount: 'Amount', | ||
service: 'Expected service time', | ||
skills: 'Skills needed', | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...ments/forms/map-form/components/optimization/components/item-list/i18n/item.i18n.pt-br.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
export default { | ||
job: { | ||
amount: 'Amount', | ||
service: 'Expected service time', | ||
skills: 'Skills needed', | ||
}, | ||
vehicle: { | ||
amount: 'Amount', | ||
service: 'Expected service time', | ||
skills: 'Skills needed', | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...ments/forms/map-form/components/optimization/components/item-list/i18n/item.i18n.ro-ro.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
export default { | ||
job: { | ||
amount: 'Amount', | ||
service: 'Expected service time', | ||
skills: 'Skills needed', | ||
}, | ||
vehicle: { | ||
amount: 'Amount', | ||
service: 'Expected service time', | ||
skills: 'Skills needed', | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 0 additions & 7 deletions
7
...agments/forms/map-form/components/optimization/components/job-list/i18n/job.i18n.cs-cz,js
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...agments/forms/map-form/components/optimization/components/job-list/i18n/job.i18n.de-de.js
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...agments/forms/map-form/components/optimization/components/job-list/i18n/job.i18n.en-us.js
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...agments/forms/map-form/components/optimization/components/job-list/i18n/job.i18n.es-es.js
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...agments/forms/map-form/components/optimization/components/job-list/i18n/job.i18n.fr-fr.js
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...agments/forms/map-form/components/optimization/components/job-list/i18n/job.i18n.hu-hu.js
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...agments/forms/map-form/components/optimization/components/job-list/i18n/job.i18n.it-it.js
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...agments/forms/map-form/components/optimization/components/job-list/i18n/job.i18n.pt-br.js
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...agments/forms/map-form/components/optimization/components/job-list/i18n/job.i18n.ro-ro.js
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...forms/map-form/components/optimization/components/vehicle-list/i18n/vehicle.i18n.fr-fr.js
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...forms/map-form/components/optimization/components/vehicle-list/i18n/vehicle.i18n.hu-hu.js
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...forms/map-form/components/optimization/components/vehicle-list/i18n/vehicle.i18n.it-it.js
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...forms/map-form/components/optimization/components/vehicle-list/i18n/vehicle.i18n.pt-br.js
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...forms/map-form/components/optimization/components/vehicle-list/i18n/vehicle.i18n.ro-ro.js
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...fragments/forms/map-form/components/optimization/components/vehicle-list/vehicle-list.css
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters