forked from microsoft/vscode
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Max/new window page visual bug fix #115
Merged
Fryingpannn
merged 26 commits into
trypear:main
from
MaxFSP:max/new-window-page-visual-bug-fix
Nov 12, 2024
Merged
Max/new window page visual bug fix #115
Fryingpannn
merged 26 commits into
trypear:main
from
MaxFSP:max/new-window-page-visual-bug-fix
Nov 12, 2024
+35
−21
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
update packaging guide
update packaging info
* PearAI Overlay * Uncomment layout * Remove comment * Prevent overlay open on every startup + background default color * Fix overlay bug * Border radius
* Console logs for debugging trace of overlay startup * Revert "Console logs for debugging trace of overlay startup" This reverts commit 70fa3bc. * Fix overlay appearing for half a second on startup
Co-authored-by: nang-dev <[email protected]>
Co-authored-by: nang-dev <[email protected]>
Co-authored-by: nang-dev <[email protected]>
* WIP: Walkthrough changes (microsoft#236) * Added walkthrough progress * Added progress for walkthrough * Added todo * enable editorInsets for inline chat (microsoft#253) * Fix .gitmodules * Update code.sh * update submodule to latest tip (microsoft#260) * fix: microsoft#262 prioritize pearai commands (microsoft#264) * fix: microsoft#262 prioritize pearai commands * fix: update priority order and change test case default chord * fix: use keymode.shift * Fixed code version * feat: docs and newchat shortcut on titlebar (microsoft#266) * feat: docs and newchat shortcut on titlebar * typo * Update README.md (microsoft#276) * Shortcut change to resize chat on the app side (microsoft#279) * Shortcut change to resize chat on the app side * Removed test related console log * Updated splitEditor shortcut * update icon and watermark (microsoft#278) * watermarks update * add shortcuts to watermark * titlebar icon change * fix walkthrough * Added product (microsoft#285) Co-authored-by: Nathan A <[email protected]> * set quality:stable (microsoft#267) * update MacOS example in CONTRIBUTING.md file: Packaging step 3 - integrate the submodule (microsoft#228) * update MacOS example in CONTRIBUTING.md file: Packaging step 3 - integrate the submodule * fix constants CAP * PearAI main app welcome page gif fixed (microsoft#286) * Update media paths for welcome page GIFs and GIF themselves. * upload two gifs first * upload one gif first * push again * Fixed walk through (microsoft#288) * Added imports for gif * Added png * Added typo fix * Added png --------- Co-authored-by: Nathan A <[email protected]> * Added to readme (microsoft#295) Co-authored-by: Nathan A <[email protected]> * add hacker theme to pearai (microsoft#300) * Update README.md * Set default theme to PearAI Dark/Light (microsoft#322) * Set default theme to PearAI Dark/Light * Undo not needed solarized file changes * Added auto-updating working client-side (microsoft#340) * Added updating working * Removed configs --------- Co-authored-by: Nathan A <[email protected]> Co-authored-by: Nathan A <[email protected]> * Updated wording (microsoft#341) * Added updating working * Removed configs * Added pearAI online services * Added pearAI online services --------- Co-authored-by: Nathan A <[email protected]> Co-authored-by: Nathan A <[email protected]> * Setup Environment with Space in Path (microsoft#335) * Added v1.1.0 (microsoft#344) Co-authored-by: Nathan A <[email protected]> * Bumped to v1.2.0 * Update README.md * patch-wsl (add vscode commit) (microsoft#348) * Update README.md * If you are looking for commit history, read this please * Updated to v1.3.0 * add pear version in about * Update CONTRIBUTING.md update packaging guide * Update CONTRIBUTING.md update packaging info * Update CONTRIBUTING.md * Git submodule commit update (trypear#66) * Bumped to v1.4.0 * PearAI Overlay (trypear#67) * PearAI Overlay * Uncomment layout * Remove comment * Prevent overlay open on every startup + background default color * Fix overlay bug * Border radius * Bumped to v1.4.1 * Fix overlay popping up for half a second at startup (trypear#77) * Console logs for debugging trace of overlay startup * Revert "Console logs for debugging trace of overlay startup" This reverts commit 70fa3bc. * Fix overlay appearing for half a second on startup * Bumped versions (trypear#80) Co-authored-by: nang-dev <[email protected]> * Handle overlay integration shortcuts (trypear#84) * feat: new window watermark (trypear#87) * Added darken and click outside overlay. todo for not closing * Added min for the auxbar (trypear#94) Co-authored-by: nang-dev <[email protected]> * feat: overlay-lock (trypear#92) * Added remove release notes (trypear#96) Co-authored-by: nang-dev <[email protected]> * remove unused vars (trypear#97) * Bumped to v1.4.4 * Default close sidebar for new window (trypear#98) * Add highlight of quickinput during cmd+i step * clean up * package.json * remove transition --------- Co-authored-by: Nang <[email protected]> Co-authored-by: Himanshu <[email protected]> Co-authored-by: Duke Pan <[email protected]> Co-authored-by: Maximiliano Farfan <[email protected]> Co-authored-by: Nathan A <[email protected]> Co-authored-by: Brian <[email protected]> Co-authored-by: Andrew Hopkins <[email protected]> Co-authored-by: Nathan A <[email protected]> Co-authored-by: Ashvin Nihalani <[email protected]> Co-authored-by: nang-dev <[email protected]>
* Updated visuals on the new window page * Fixed css indentation
MaxFSP
requested review from
nang-dev,
Fryingpannn and
a team
as code owners
November 12, 2024 01:22
Fryingpannn
approved these changes
Nov 12, 2024
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.
Remove redundant CSS styles
Enhance recent item display
Add media query for responsiveness
Improve layout consistency