-
Notifications
You must be signed in to change notification settings - Fork 0
feat(v21): close bilingual search translation task UX #387
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
Merged
laiqian0239-glitch
merged 21 commits into
main
from
product/v21-product-experience-bilingual-search-translation-task-ux-p0
Aug 15, 2026
Merged
Changes from 17 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
179610c
test(v21): establish bilingual search translation UX causal RED
laiqian0239-glitch 267e971
fix(v21): register exact bilingual Product UX route
laiqian0239-glitch 14e8c70
feat(v21): bridge existing bilingual search translation jobs
laiqian0239-glitch f0c1381
feat(v21): expose exact bilingual search translation bridge
laiqian0239-glitch f501570
feat(v21): type bilingual Product projections
laiqian0239-glitch 414c965
feat(v21): project existing search translation authorities
laiqian0239-glitch ca01669
feat(v21): inject public Product navigation seam
laiqian0239-glitch a3cc33a
feat(v21): bind Product search to public Element navigation
laiqian0239-glitch f64cfaa
feat(v21): add bilingual search translation task surface
laiqian0239-glitch 173bd42
feat(v21): compose bilingual search across Product scenes
laiqian0239-glitch 423a0be
feat(v21): polish bilingual search with shared Product tokens
laiqian0239-glitch def0b6c
Merge fresh main into bilingual Product Experience
laiqian0239-glitch aea4b5f
Merge fresh main into bilingual Product Experience
laiqian0239-glitch 89ea054
Merge fresh main into bilingual Product Experience
laiqian0239-glitch 2535f32
Merge fresh main into bilingual Product Experience
laiqian0239-glitch 21cf8fd
test(v21): lock bilingual translation freshness failures
laiqian0239-glitch faaef39
fix(v21): preserve bilingual translation freshness
laiqian0239-glitch 5de339a
Merge trusted main into bilingual Product candidate
laiqian0239-glitch 9c95ee2
Merge pull request #423 from laiqian0239-glitch/main
laiqian0239-glitch 36e43c3
Merge pull request #426 from laiqian0239-glitch/main
laiqian0239-glitch 0462ada
fix(v21): harden bilingual search task UX
laiqian0239-glitch File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -1,6 +1,11 @@ | ||
| import React from "react"; | ||
| import { ProductExperienceShell } from "./product-experience/ProductExperienceShell"; | ||
| import type { RelationshipProjection } from "./product-experience/experienceTypes"; | ||
|
|
||
| export function YanceWorkspace(): React.JSX.Element { | ||
| return <ProductExperienceShell />; | ||
| type YanceWorkspaceProps = { | ||
| navigateSearchResult?: (relationship: RelationshipProjection) => Promise<boolean>; | ||
| }; | ||
|
|
||
| export function YanceWorkspace({ navigateSearchResult }: YanceWorkspaceProps): React.JSX.Element { | ||
| return <ProductExperienceShell navigateSearchResult={navigateSearchResult} />; | ||
| } |
This file contains hidden or 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.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.