Skip to content

feat(dialog): experimental sharing dialog for the unified sharing API - #239

Merged
skjnldsv merged 11 commits into
mainfrom
feature/vite-lib-build
Aug 27, 2026
Merged

feat(dialog): experimental sharing dialog for the unified sharing API#239
skjnldsv merged 11 commits into
mainfrom
feature/vite-lib-build

build: skip type checking during doc generation

47b9e8b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 27, 2026 in 1s

73.93% (-21.84%) compared to b298105

View this Pull Request on Codecov

73.93% (-21.84%) compared to b298105

Details

Codecov Report

❌ Patch coverage is 70.90909% with 144 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.93%. Comparing base (b298105) to head (47b9e8b).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
lib/dialog/components/SharePanel.vue 67.03% 28 Missing and 2 partials ⚠️
lib/dialog/composables/useRecipientSearch.ts 21.87% 20 Missing and 5 partials ⚠️
lib/dialog/composables/useLinkShare.ts 51.35% 15 Missing and 3 partials ⚠️
lib/dialog/utils/clipboard.ts 0.00% 15 Missing and 2 partials ⚠️
lib/dialog/composables/useShareProperties.ts 36.00% 13 Missing and 3 partials ⚠️
lib/dialog/components/ShareConfirmation.vue 55.55% 10 Missing and 2 partials ⚠️
lib/dialog/api/share.ts 83.33% 9 Missing ⚠️
lib/dialog/utils/api.ts 75.86% 3 Missing and 4 partials ⚠️
lib/dialog/components/PropertyField.vue 93.33% 5 Missing ⚠️
lib/dialog/composables/usePermissionPresets.ts 87.80% 5 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #239       +/-   ##
===========================================
- Coverage   95.77%   73.93%   -21.84%     
===========================================
  Files           4       23       +19     
  Lines          71      564      +493     
  Branches       25      168      +143     
===========================================
+ Hits           68      417      +349     
- Misses          3      126      +123     
- Partials        0       21       +21     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.