AFFiNE
AFFiNE copied to clipboard
feat(core): auto focus the delete confirm button
What does this PR do?
This PR auto focus the delete confirm button
Fixes #5813
##Type of change Bug fix(non-breaking change which fixes the issue)
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
☁️ Nx Cloud Report
CI is running/has finished running commands for commit 27b9cdf294074e1f900a3bb549b25bb4d08a0494. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
✅ Successfully ran 6 targets
-
nx test:coverage @affine/monorepo
-
nx build @affine/storage -- --target x86_64-unknown-linux-gnu --use-napi-cross
-
nx build @affine/native -- --target x86_64-pc-windows-msvc --use-napi-cross
-
nx build @affine/native -- --target x86_64-apple-darwin --use-napi-cross
-
nx build @affine/native -- --target aarch64-apple-darwin --use-napi-cross
-
nx build @affine/native -- --target x86_64-unknown-linux-gnu --use-napi-cross
Sent with 💌 from NxCloud.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 60.06%. Comparing base (
6a02d0b
) to head (27b9cdf
). Report is 16 commits behind head on canary.
Additional details and impacted files
@@ Coverage Diff @@
## canary #6284 +/- ##
=======================================
Coverage 60.06% 60.06%
=======================================
Files 507 507
Lines 23493 23493
Branches 2150 2150
=======================================
Hits 14110 14110
Misses 9122 9122
Partials 261 261
Flag | Coverage Δ | |
---|---|---|
server-test | 70.45% <ø> (ø) |
|
unittest | 38.60% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
unfortunately, it doesn't work