-
Notifications
You must be signed in to change notification settings - Fork 73
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
feat: WebUILink and WebUINavigate component #2846
Conversation
Your org requires the Graphite merge queue for merging into mainAdd the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
d92c1ea
to
8af56f0
Compare
fc6f867
to
9169a62
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
8af56f0
to
13b62c1
Compare
9169a62
to
b5ce6fd
Compare
13b62c1
to
7616df6
Compare
b5ce6fd
to
f13e145
Compare
7616df6
to
076dd76
Compare
f13e145
to
3b1b867
Compare
076dd76
to
ad3ab01
Compare
3b1b867
to
80fccdc
Compare
ad3ab01
to
6a40a93
Compare
80fccdc
to
4b2abdc
Compare
4b2abdc
to
62d34f9
Compare
6a40a93
to
9fc59ae
Compare
4b2abdc
to
d89a170
Compare
9fc59ae
to
2148a93
Compare
d89a170
to
39796fa
Compare
Merge activity
|
Resolves #2198 Introduces `WebUILink` and `WebUINavigate` components to handle navigation events consistently across the application. These components dispatch custom events for routing in Web component world when navigation occurs, ensuring proper synchronization between React routing and external navigation handlers. The routing configuration has been restructured to use nested routes, particularly for the session and serving sections, improving route organization and maintainability.
2148a93
to
f3ac7fa
Compare
39796fa
to
aa466b1
Compare
Resolves #2198
Introduces
WebUILink
andWebUINavigate
components to handle navigation events consistently across the application. These components dispatch custom events for routing in Web component world when navigation occurs, ensuring proper synchronization between React routing and external navigation handlers.The routing configuration has been restructured to use nested routes, particularly for the session and serving sections, improving route organization and maintainability.