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

fix: Include docs files for copilot in package #397

Merged
merged 1 commit into from
Dec 21, 2024
Merged

Conversation

Carson-Shaar
Copy link
Contributor

No description provided.

@Carson-Shaar Carson-Shaar merged commit fcb5071 into main Dec 21, 2024
18 checks passed
@Carson-Shaar Carson-Shaar deleted the copilot-fix branch December 21, 2024 22:02
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants