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

feat: SingleEditorMode #8984

Open
wants to merge 97 commits into
base: master
Choose a base branch
from
Open

feat: SingleEditorMode #8984

wants to merge 97 commits into from

Conversation

miya
Copy link
Member

@miya miya commented Jul 22, 2024

https://redmine.weseek.co.jp/issues/142089 のトピックブランチ

@miya miya self-assigned this Jul 22, 2024
Copy link

changeset-bot bot commented Jul 22, 2024

⚠️ No Changeset found

Latest commit: 9610ab8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

miya added 2 commits July 26, 2024 17:57
…omes-active-and-exceeds-the-threshold-switch-to-non-yjs-mode
@miya miya marked this pull request as ready for review September 3, 2024 06:30
Copy link

reg-suit bot commented Sep 3, 2024

reg-suit detected visual differences.

Check this report, and review them.

🔴🔴

🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵

What do the circles mean? The number of circles represent the number of changed images.
🔴 : Changed items, ⚪ : New items, ⚫ : Deleted items, and 🔵 Passed items

How can I change the check status? If reviewers approve this PR, the reg context status will be green automatically.

const shouldUpdateProps = (props != null && currentCmPropsData == null) || (props != null && currentCmPropsData != null && !isDeepEquals(currentCmPropsData, props));

// eslint-disable-next-line max-len
const shouldUpdate = swrKey != null && container != null && (currentData == null || (isValid(newData) && !isDeepEquals(currentData, newData)) || shouldUpdateProps);
Copy link
Member

@yuki-takei yuki-takei Sep 3, 2024

Choose a reason for hiding this comment

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

shouldUpdate ロジック、テスト書かないとデグレ起こった時に直すのが大変そう

これは後続タスクで構わないのでやってほしい

Copy link
Member

Choose a reason for hiding this comment

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

テスト失敗してる?

support: `@uiw/react-codemirror` in apps/app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants