forked from sanity-io/sanity-translations-tab
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fetch upstream changes #8
Open
apennell
wants to merge
39
commits into
All-Turtles:main
Choose a base branch
from
sanity-io:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
* Reset button in finally Reset button to not busy in `finally` so it doesn't get stuck disabled if error is caught * Show link to external job, if present This update accepts `linkToVendorTask` as an additional detail returned with a `TranslationTask`, which should be a link to view the current translation task on the vendor's platform. If there is a translation task and it includes `linkToVendorTask`, then a link to "View Job" will show in the translation tab so users can easily get to the job on the translation vendor platform to perform additional tasks or get additional info. * Fix/z-index issue Resolves Z-index issue when opening the "Inspect" view, which is still available for translations tab but was showing behind the translations tab content. Removing `zOffset` resolved the issue and couldn't find any new issues introduced in the tab by removing that setting. * Update version Includes new functionality, so bumping up a minor version to 1.4.0
Bump version to 2.0.5 to include idStructure
* 🚀 change localeIdAdapter to sync and async * 📖 change localeIdAdapter description
…17) * add optional `baseLanguage` parameter to `options.importForTranslation` prop in `TranslationsTab` * update `baseFieldlevelConfig` to have same signature for `importTranslation` and then call `fieldLevelPatch` with `baseLanguage`
* refactor: update for studio v3 * chore: add plugin-kit and make changes according to verify script * chore: update readme * chore: update github workflows --------- Co-authored-by: Kristi Kuhnen <[email protected]>
* fix: show progress bar with 0% progress * fix: silence react error and remove unused example folder
* chore: update to v4 * feat!: add logic for new doc i18n pattern (#25) * feat!: add logic for new doc i18n pattern * chore: update dependencies * feat: add translation metadata doc patches * refactor: rename utils to be a bit clearer * feat: add legacy implementations for users on old versions of doc i18n * fix: export legacy document-level config --------- Co-authored-by: Tom Smith <[email protected]> * fix: various fixes for edge cases in patching * fix: account for draft i18n --------- Co-authored-by: Tom Smith <[email protected]>
* fix: add weak ref to i18n array so drafts can be translated * Feat: hoist serialization configuration options (#29) * feat: add top-level options for serialization, deserialization, and stop types * feat: hoist language field and use in patch methods
* feat: add callback param option for plugin * fix: export serialized doc type --------- Co-authored-by: arthurpereira <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.