Release/v1.0.5 beta.3#1661
Closed
zerob13 wants to merge 8 commits into
Closed
Conversation
* feat(ci): add windows arm64 e2e * fix(ci): address windows arm review * fix(e2e): use default profile * fix(e2e): use providerless arm smoke * fix(ci): hardcode arm64 runtimes * ci: enable windows arm64 build
* fix(spotlight): resolve panel stacking and hover perf issues
- Teleport spotlight overlay to body to escape sidebar compositing context
- Drop contain:paint and will-change/translateZ from sidebar so spotlight
z-index can take effect across stacking contexts
- Add v-memo and rAF-batched mouseenter to result items; skip scrollIntoView
on mouse-driven activeIndex changes
- Raise SelectContent z-index to z-[80] so dropdowns render above the
ChatStatusBar popover (z-72) and other custom overlays
- Update Spotlight tasks.md to reflect actual completion state
- Refresh tests for deepchat_sessions schema v28, buildHistoryTurns 5-arg
signature, and ChatPage pending-lane DOM order
* chore: update
* fix: apply CodeRabbit auto-fixes
Fixed 1 file(s) based on 3 unresolved review comments.
Co-authored-by: CodeRabbit <noreply@coderabbit.ai>
---------
Co-authored-by: zhangmo8 <zhangmo8@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: CodeRabbit <noreply@coderabbit.ai>
* fix(e2e): launch packaged app via cdp * fix(ci): split win arm smoke checks * fix(ci): support sharp on win arm e2e * fix(ci): upgrade duckdb for win arm * fix(ci): limit win arm e2e smoke * ci: fix windows build matrix
Replace duplicated coachmark/spotlight implementations in GuidedOnboardingOverlay and WelcomePage with a shared OnBoardingSpotlight component + useOnBoarding composable. Render the dim overlay as a single SVG <path> with fill-rule=evenodd (driver.js technique), driven by VueUse's ResizeObserver-backed useElementBounding / useElementSize. This drops the 4 blocker divs + 9999px box-shadow + 200ms transition + manual resize listener stack that caused visible resize lag and heavy paint cost. The border now renders as a second <path> inside the same SVG so it stays in lockstep with the dim layer. Onboarding flow (steps, callbacks, i18n) is unchanged; only the visual layer is refactored. Co-authored-by: zhangmo8 <zhangmo8@users.noreply.github.com>
* ci: pin action versions * ci: set persist-credentials
* docs: add sqlite encryption plan * feat: encrypt sqlite database * fix(sqlite): harden encrypted startup * fix(sqlite): address encryption review * fix(splash): quiet canceled renderer loads * fix(ui): show unknown db status
- useGuidedOnboardingStep falls back to getState() when an IPC
call fails, so the next handoff sees the real backend state
instead of a stale/null cached one.
- continueGuidedOnboardingFromSettings re-reads the onboarding
state when no resume step id can be resolved, preventing the
helper from focusing the main window while settings should be
routing to settings-mcp.
- OnBoardingSpotlight no longer draws its dim path when there
is no cutout, so a target that has not been measured yet does
not produce a full-window block.
Co-authored-by: zhangmo8 <zhangmo8@users.noreply.github.com>
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or 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
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.