Skip to content
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

fix(core): move openinapp guard to workspace scope #9751

Open
wants to merge 1 commit into
base: canary
Choose a base branch
from

Conversation

pengx17
Copy link
Collaborator

@pengx17 pengx17 commented Jan 17, 2025

No description provided.

@pengx17 pengx17 marked this pull request as ready for review January 17, 2025 06:45
@graphite-app graphite-app bot requested review from a team January 17, 2025 06:45
Copy link
Collaborator Author

pengx17 commented Jan 17, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link

codecov bot commented Jan 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 53.39%. Comparing base (ca9c948) to head (aa6f631).
Report is 5 commits behind head on canary.

Additional details and impacted files
@@            Coverage Diff             @@
##           canary    #9751      +/-   ##
==========================================
+ Coverage   53.10%   53.39%   +0.29%     
==========================================
  Files        2185     2189       +4     
  Lines       98175    98883     +708     
  Branches    16688    16720      +32     
==========================================
+ Hits        52131    52801     +670     
- Misses      44675    44717      +42     
+ Partials     1369     1365       -4     
Flag Coverage Δ
server-test 78.61% <ø> (+0.48%) ⬆️
unittest 32.04% <ø> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -41,7 +41,7 @@ export const OpenInAppPage = ({
const goToAppearanceSetting = useCallback(
(e: MouseEvent) => {
openHereClicked?.(e);
workspaceDialogService.open('setting', {
workspaceDialogService?.open('setting', {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's not kinda proper to show [change in settings] in authentication pages

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will not show on authentication mode. The button will only show when mode === 'open-doc'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants