-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/mn 381/german vm alpha online (#602)
* Design changes in inspection report for images (#587) Co-authored-by: deepakglobant <[email protected]> * fix: resolved zoom image with transform functionality (#589) Co-authored-by: deepakglobant <[email protected]> * Updated create inspection params and removed zoom level labels (#590) Co-authored-by: souyahia-monk <[email protected]> * Release @monkvision/monkjs v3.8.4 * Removed zoom level label from compliance (#591) Co-authored-by: souyahia-monk <[email protected]> * feat: navigate images on keyboard clicks (#593) Co-authored-by: deepakglobant <[email protected]> * fix: resolved arrow keys to show all the images (#595) Co-authored-by: Deepak Chaudhary <deepakglobant> * fix: change text in exit button in popup (MN-264) (#597) Co-authored-by: Deepak Chaudhary <deepakglobant> * feat: allow retaking pictures (MN-366) (#599) * fix: resolved current picture id if clicked again (#600) * Added VM to Alpha Controller * Added German language for Alpha Controller * feat: update VM components (MN-380) (#604) * feat: setup feedback package (MN-295) (#601) * Added debug options * Added missing translations for german sights * Added translation for Add Damage button * Fix : Inspection report handle tasks in error (#605) Co-authored-by: souyahia-monk <[email protected]> * Added fix to generic webapp for task statuses * Added VM german translations * Fixed the language dropdown (#606) Co-authored-by: souyahia-monk <[email protected]> * Fixed the VM redirect * Added german to new dropdown * Fixed the VIN modal isLastTour * Added generate_visual_outputs for damages * Removed update VIN task + update how image ocr task done is handled * Added numberOfSightsToUse in debug params * Fixed the issue causing the InspectionReport package language to not update --------- Co-authored-by: deepakglobant <[email protected]> Co-authored-by: deepakglobant <[email protected]> Co-authored-by: souyahia-monk <[email protected]>
- Loading branch information
1 parent
204b382
commit b49dd04
Showing
94 changed files
with
6,996 additions
and
1,497 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: Check Feedback package | ||
|
||
on: | ||
push: | ||
branches: [ main ] | ||
pull_request: | ||
branches: [ main ] | ||
|
||
jobs: | ||
analyze: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
actions: read | ||
contents: read | ||
security-events: write | ||
|
||
strategy: | ||
fail-fast: false | ||
matrix: | ||
language: [ 'javascript' ] | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-node@v2 | ||
with: | ||
node-version: '16' | ||
cache: 'yarn' | ||
- run: cd packages/feedback && yarn install | ||
- run: cd packages/feedback && yarn lint | ||
- run: cd packages/feedback && yarn run build |
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
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
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
- uses: actions/checkout@v1 | ||
- uses: actions/setup-node@v1 | ||
with: | ||
node-version: "14.x" | ||
node-version: "16.x" | ||
- name: Build Packages | ||
run: | | ||
yarn | ||
|
@@ -36,7 +36,7 @@ jobs: | |
- uses: actions/checkout@v1 | ||
- uses: actions/setup-node@v1 | ||
with: | ||
node-version: "14.x" | ||
node-version: "16.x" | ||
- uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: ${{ secrets.FUTURA_SECRET }} | ||
|
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
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
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
Oops, something went wrong.