The current version of node-sass is very outdated which is causing build errors due to 404 not found requests to components no longer available.
This PR updates to latest version of node sass and confirms local development can be setup.
Co-authored-by: Rex Tang (TOMOHIKO YUKAWA) <retang@microsoft.com>
Co-authored-by: Rex Tang <rex.tang@microsoft.com>
Co-authored-by: Rex Tang <rextangtw@gmail.com>
Co-authored-by: Jason Chou <harvinchou@hotmail.com>
Co-authored-by: John Chang <john.chang@microsoft.com>
* fix: Update new link for VoTT site (#907)
* feat: Japanese language support
* fixed tslint errors
* fixed variables for japanese
* added JP PR feedback suggestions
* added JP PR feedback suggestions
Co-authored-by: Tanner Barlow <tabarlow@microsoft.com>
The horizontal asset bar looks more visually appealing on the bottom and it also opens up more real estate for the main editing surface.
However, it also reduces the overall usability of the app. The vertical scrolling behavior on the moues wheel no longer works and the keyboard shortcut hot keys are inverted.
Let's revert this change for now until we are able to overcome these critical usability requirements.
feat: change sidebar from vertical to horizontal
Moved the vertical asset previewer to be horizontal and at the bottom of the screen. This helps maximize the size of the picture being tagged when it is a landscape photo.
AB#860
* fix: test asset distribution to include all tags on test/train split
The test asset may not included all tags when export with test/train split option in current venison (2.1.0).
* Extract the same split logic into helper function
* Formatting
* Inverting if statement
feat: change sidebar from vertical to horizontal
Moved the vertical asset previewer to be horizontal and at the bottom of the screen. This helps maximize the size of the picture being tagged when it is a landscape photo.
AB#860
String.length is not appropriate for calculating buffer size
when non-alphabet letter is included in content.
Change the method Buffer.alloc to Buffer.from as directed by the nodejs document.
Resolves issue of tag color picker not being shown on alt-click or color-click + edit button. Also adds several tests for increased test coverage of tagInput.tsx