-
Notifications
You must be signed in to change notification settings - Fork 32
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
Conversation
Skipping CI for Draft Pull Request. |
59866c5
to
a402b30
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.
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
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.
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
Based on #1097.
Implement component
MarkdownView
(without style), update UI ComponentMarkdownView
for code editor #1106Draft for custom components which can be nested in markdown string
Supported components: https://github.com/goplus/builder/pull/1109/files#diff-2b45b07de42d0666a4d124e657a01578f9dee089349a62c5ab9821e1d53d4ae5R20-R41