-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix: Include docs files for copilot in package #397
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Red-Giuliano
approved these changes
Dec 21, 2024
Red-Giuliano
added a commit
that referenced
this pull request
Jan 3, 2025
* fix: Add style attribute to all relevant components (#384) * chore(main): release 0.5.1 (#385) * fix: Restore deleted publish code (#387) * chore(main): release 0.5.2 (#388) * fix: Free versions and proper environment installs (#389) * fix: Free versions and proper environment installs * fix: Missed condition * chore(main): release 0.5.3 (#390) * fix: updated docs with higher res screenshots and fixed typos/errors in code (#382) * updated docs with higher res screenshots and to fix typos/errors in code * minor docs updates and saving/reading as python file * made slight change to handle multine cell definitions in parser * restored backend and moved saving to python file to new branch * fix: Restore yarn lock and remove unwanted changes * fix: space --------- Co-authored-by: Red Giuliano <red.giuliano@zero-true.com> Co-authored-by: Carson-Shaar <carson.shaar@zero-true.com> * fix(solve-parser-issue): Solved parsing issue with list of variables define globally and in function together (#379) * fix(solve-bug-in-linting): Updated the linting command to check only stable errors according to ruff and ignore others (#383) * fix: Actions artifacts v3 is closing down and other upgrades (#391) * chore(updated-cell-traversal): Updated cell traversal to move between notebook cells using up and down arrow (#381) * chore(updated-cell-traversal): Updated cell traversal to move between notebook cells using up and down arrow * fix(solve-text-component-issue): Fix traversal in text component * chore(optimize-ui): Improved UI for file explorer and copilot components (#380) * chore(optimize-ui): Improved UI for file explorer and copilot components * Updated bug found in copilot unauthorized state * fix(UI-file-explorer): Maintaining proper ui with file item * chore(file-explorer-UI): Optimize UI to open and clsoe folders when clicked on title * chore(optimize-ui-file-explorer):OPtimized file explorer by providing features like right click menu,subfolder item creation, crag drop items, and click open titles in explorer * fix(drag-drop-ui): imporove drag drop funcitonalities * fix(text-cell-traversal): Debugged the issue with text cell traversal and handled all the edge cases for traversal with different decorations and elements (#395) fix(text-cell-traversal):Debugged the issue with text cell traversal and handled all the edge cases for traversal with different decorations and elements * chore(update-copilot-reference): Updated copilot added reference for zero true components to suggest (#396) * Added document context for zero_true components to provide reference for copilot * chore(update-copilot-reference): Updated copilot added reference for zero true components to suggest * fix: Include docs files for copilot in package (#397) * chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /zt_frontend (#398) Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix(logic-optimizations): Added copy button on copilot code,update search logic in file explorer, optimized copilot suggesstions (#402) * fix(logic-optimizations): Added copy button on copilot code,update search logic in file explorer, optimized copilot suggesstions * fix(copilot-suggesstions): improved some context and increased debounce --------- Co-authored-by: Carson-Shaar <120226019+Carson-Shaar@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Carson-Shaar <120226019+Carson-Shaar@users.noreply.github.com> Co-authored-by: Jonathan Meyers <jmymy@users.noreply.github.com> Co-authored-by: Red Giuliano <red.giuliano@zero-true.com> Co-authored-by: Carson-Shaar <carson.shaar@zero-true.com> Co-authored-by: Priya Kanabar <119392691+priyakanabar-crest@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Carson-Shaar
added a commit
that referenced
this pull request
Jan 6, 2025
* formatting sidebar and more snackable docs * new files needed * added template for timer * reverted blog post to main branch to avoid merge conflict * merging main into docs-branch (#405) * fix: Add style attribute to all relevant components (#384) * chore(main): release 0.5.1 (#385) * fix: Restore deleted publish code (#387) * chore(main): release 0.5.2 (#388) * fix: Free versions and proper environment installs (#389) * fix: Free versions and proper environment installs * fix: Missed condition * chore(main): release 0.5.3 (#390) * fix: updated docs with higher res screenshots and fixed typos/errors in code (#382) * updated docs with higher res screenshots and to fix typos/errors in code * minor docs updates and saving/reading as python file * made slight change to handle multine cell definitions in parser * restored backend and moved saving to python file to new branch * fix: Restore yarn lock and remove unwanted changes * fix: space --------- Co-authored-by: Red Giuliano <red.giuliano@zero-true.com> Co-authored-by: Carson-Shaar <carson.shaar@zero-true.com> * fix(solve-parser-issue): Solved parsing issue with list of variables define globally and in function together (#379) * fix(solve-bug-in-linting): Updated the linting command to check only stable errors according to ruff and ignore others (#383) * fix: Actions artifacts v3 is closing down and other upgrades (#391) * chore(updated-cell-traversal): Updated cell traversal to move between notebook cells using up and down arrow (#381) * chore(updated-cell-traversal): Updated cell traversal to move between notebook cells using up and down arrow * fix(solve-text-component-issue): Fix traversal in text component * chore(optimize-ui): Improved UI for file explorer and copilot components (#380) * chore(optimize-ui): Improved UI for file explorer and copilot components * Updated bug found in copilot unauthorized state * fix(UI-file-explorer): Maintaining proper ui with file item * chore(file-explorer-UI): Optimize UI to open and clsoe folders when clicked on title * chore(optimize-ui-file-explorer):OPtimized file explorer by providing features like right click menu,subfolder item creation, crag drop items, and click open titles in explorer * fix(drag-drop-ui): imporove drag drop funcitonalities * fix(text-cell-traversal): Debugged the issue with text cell traversal and handled all the edge cases for traversal with different decorations and elements (#395) fix(text-cell-traversal):Debugged the issue with text cell traversal and handled all the edge cases for traversal with different decorations and elements * chore(update-copilot-reference): Updated copilot added reference for zero true components to suggest (#396) * Added document context for zero_true components to provide reference for copilot * chore(update-copilot-reference): Updated copilot added reference for zero true components to suggest * fix: Include docs files for copilot in package (#397) * chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /zt_frontend (#398) Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix(logic-optimizations): Added copy button on copilot code,update search logic in file explorer, optimized copilot suggesstions (#402) * fix(logic-optimizations): Added copy button on copilot code,update search logic in file explorer, optimized copilot suggesstions * fix(copilot-suggesstions): improved some context and increased debounce --------- Co-authored-by: Carson-Shaar <120226019+Carson-Shaar@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Carson-Shaar <120226019+Carson-Shaar@users.noreply.github.com> Co-authored-by: Jonathan Meyers <jmymy@users.noreply.github.com> Co-authored-by: Red Giuliano <red.giuliano@zero-true.com> Co-authored-by: Carson-Shaar <carson.shaar@zero-true.com> Co-authored-by: Priya Kanabar <119392691+priyakanabar-crest@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * updated blog for timer component --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Red Giuliano <red.giuliano@zero-true.com> Co-authored-by: Carson-Shaar <120226019+Carson-Shaar@users.noreply.github.com> Co-authored-by: Jonathan Meyers <jmymy@users.noreply.github.com> Co-authored-by: Carson-Shaar <carson.shaar@zero-true.com> Co-authored-by: Priya Kanabar <119392691+priyakanabar-crest@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.