-
Notifications
You must be signed in to change notification settings - Fork 2
Test update #8
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
base: riccardoperra-patch-1
Are you sure you want to change the base?
Test update #8
Conversation
…tings page to toggle debug tools
- add hovercard support - add issue reference paste rules
|
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
* fix task lists preceded by \ * support pasting content * remove markdown paste * changeset
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* add support for autolinking * changeset
Version Packages
#87) * fix !86: fix table cell content parsing when using line breaks (or any other inline content) * parse table cell breaks correctly * changeset * table try to output html when cell contains complex content
Version Packages
* delegate events to root doc * event delegation fixes, prevent popover to be be opened * load suggest change config from react fiber * add suggestion support to code block node (pm) * add suggested change action * add suggested change action placeholder in toolbar * code block with suggestion view * code suggestion support * improve language detection * some fixes * fixes
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This pull request introduces several changes to the project, including updates to the README, configuration files, and the addition of new entry points for the extension. The most important changes are summarized below:
Documentation Updates:
README.md: The usage section was removed, and the title was changed to "GitHub Better Comments".extension/README.md: Added a new section titled "WXT + SolidJS" to provide a starting point for developing with SolidJS in WXT.Configuration and Setup:
extension/.gitignore: Added new rules to ignore log files, node_modules, editor directories, and other temporary files.extension/package.json: Introduced a newpackage.jsonfile with scripts for development, building, and other tasks, along with dependencies and devDependencies for SolidJS, Storybook, and other tools.Storybook Integration:
extension/.storybook/main.ts: Added a new Storybook configuration file to define stories, addons, and the framework.extension/.storybook/preview.tsx: Created a preview configuration for Storybook, including decorators and parameters for controls.Extension Entry Points:
extension/src/entrypoints/background.ts: Added a new background script entry point that logs a message with the browser runtime ID.extension/src/entrypoints/content.ts: Defined a new content script entry point that injects an editor script into GitHub pages.extension/src/entrypoints/editor-content.ts: Implemented the main logic for the editor content script, including handling comment fields, suggestion data, and file uploads.extension/src/entrypoints/popup: Added new files for the popup entry point, including HTML, CSS, and a SolidJS component for the popup interface. [1] [2] [3] [4] [5]These changes collectively enhance the project's documentation, configuration, and functionality, particularly with the integration of Storybook and the addition of new entry points for the extension.