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(ui mode): linkify attachment names and content #31960

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

dgozman
Copy link
Contributor

@dgozman dgozman commented Aug 1, 2024

  • Pass contentType to the CodeMirror.
  • Support text/markdown mode.
  • Custom mode for non-supported types that linkifies urls.

This comment has been minimized.

packages/web/src/components/codeMirrorWrapper.tsx Outdated Show resolved Hide resolved
- Pass `contentType` to the CodeMirror.
- Support `text/markdown` mode.
- Custom mode for non-supported types that linkifies urls.
Copy link
Contributor

github-actions bot commented Aug 1, 2024

Test results for "tests 1"

4 flaky ⚠️ [chromium-library] › library/browsercontext-fetch-happy-eyeballs.spec.ts:46:3 › get should work
⚠️ [firefox-library] › library/browsercontext-fetch-happy-eyeballs.spec.ts:46:3 › get should work
⚠️ [webkit-library] › library/browsercontext-viewport-mobile.spec.ts:99:5 › mobile viewport › should fire orientationchange event
⚠️ [playwright-test] › ui-mode-test-watch.spec.ts:145:5 › should watch all

29514 passed, 702 skipped
✔️✔️✔️

Merge workflow run.

@dgozman dgozman merged commit a541751 into microsoft:main Aug 1, 2024
30 checks passed
dgozman added a commit to dgozman/playwright that referenced this pull request Aug 1, 2024
…and content

- Pass `contentType` to the CodeMirror.
- Support `text/markdown` mode.
- Custom mode for non-supported types that linkifies urls.
dgozman added a commit that referenced this pull request Aug 1, 2024
…ent (#31971)

- Pass `contentType` to the CodeMirror.
- Support `text/markdown` mode.
- Custom mode for non-supported types that linkifies urls.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants