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

UI Component MarkdownView for code editor #1109

Merged
merged 1 commit into from
Nov 27, 2024
Merged

Conversation

nighca
Copy link
Collaborator

@nighca nighca commented Nov 22, 2024

Based on #1097.

Copy link

qiniu-prow bot commented Nov 22, 2024

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@nighca nighca changed the title Issue 1106 UI Component MarkdownView for code editor Nov 22, 2024
@nighca nighca force-pushed the issue-1106 branch 3 times, most recently from 59866c5 to a402b30 Compare November 25, 2024 04:29
@nighca nighca requested a review from Copilot November 25, 2024 08:31

Choose a reason for hiding this comment

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

Copilot reviewed 13 out of 28 changed files in this pull request and generated no suggestions.

Files not reviewed (15)
  • spx-gui/package-lock.json: Language not supported
  • spx-gui/package.json: Language not supported
  • spx-gui/src/components/editor/code-editor/ui/DefinitionOverviewWrapper.vue: Evaluated as low risk
  • spx-gui/src/components/editor/code-editor/ui/MarkdownView.vue: Evaluated as low risk
  • spx-gui/src/components/editor/code-editor/ui/APIReference.vue: Evaluated as low risk
  • spx-gui/src/components/editor/code-editor/ui/DefinitionDetail.vue: Evaluated as low risk
  • spx-gui/src/components/editor/code-editor/runtime.ts: Evaluated as low risk
  • spx-gui/src/components/editor/preview/EditorPreview.vue: Evaluated as low risk
  • spx-gui/src/components/editor/panels/EditorPanels.vue: Evaluated as low risk
  • spx-gui/src/components/editor/panels/ConsolePanel.vue: Evaluated as low risk
  • spx-gui/src/components/editor/preview/InPlaceRunner.vue: Evaluated as low risk
  • spx-gui/src/components/editor/EditorContextProvider.vue: Evaluated as low risk
  • spx-gui/src/components/editor/code-editor/CodeEditor.vue: Evaluated as low risk
  • spx-gui/src/components/editor/code-editor/ui/DefinitionDetailWrapper.vue: Evaluated as low risk
  • spx-gui/src/components/common/markdown-vue/MarkdownView.ts: Evaluated as low risk
Comments skipped due to low confidence (1)

spx-gui/src/components/editor/code-editor/common.ts:77

  • [nitpick] The variable name overloadId is introduced without a clear explanation or context. Consider adding a comment or renaming it to something more descriptive.
overloadId?: string

Choose a reason for hiding this comment

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

Copilot reviewed 5 out of 13 changed files in this pull request and generated no suggestions.

Files not reviewed (8)
  • spx-gui/package-lock.json: Language not supported
  • spx-gui/package.json: Language not supported
  • spx-gui/src/components/editor/code-editor/ui/APIReference.vue: Evaluated as low risk
  • spx-gui/src/components/editor/code-editor/ui/DefinitionDetail.vue: Evaluated as low risk
  • spx-gui/src/components/editor/code-editor/ui/DefinitionDetailWrapper.vue: Evaluated as low risk
  • spx-gui/src/components/editor/code-editor/ui/DefinitionOverviewWrapper.vue: Evaluated as low risk
  • spx-gui/src/components/editor/code-editor/ui/MarkdownView.vue: Evaluated as low risk
  • spx-gui/src/components/editor/code-editor/common.ts: Evaluated as low risk
@aofei aofei merged commit 32adb73 into goplus:dev Nov 27, 2024
3 of 4 checks passed
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