-
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 <deepak.chaudhary@globanmt.com> * fix: resolved zoom image with transform functionality (#589) Co-authored-by: deepakglobant <deepak.chaudhary@globanmt.com> * Updated create inspection params and removed zoom level labels (#590) Co-authored-by: souyahia-monk <samy.ouyahia@monkvision.ai> * Release @monkvision/monkjs v3.8.4 * Removed zoom level label from compliance (#591) Co-authored-by: souyahia-monk <samy.ouyahia@monkvision.ai> * feat: navigate images on keyboard clicks (#593) Co-authored-by: deepakglobant <deepak.chaudhary@globanmt.com> * 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 <samy.ouyahia@monkvision.ai> * Added fix to generic webapp for task statuses * Added VM german translations * Fixed the language dropdown (#606) Co-authored-by: souyahia-monk <samy.ouyahia@monkvision.ai> * 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 <123438709+deepakglobant@users.noreply.github.com> Co-authored-by: deepakglobant <deepak.chaudhary@globanmt.com> Co-authored-by: souyahia-monk <samy.ouyahia@monkvision.ai>
- 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
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.