Skip to content

Conversation

@backportbot
Copy link

@backportbot backportbot bot commented Jan 8, 2026

Backport of #8020

Warning, This backport's changes differ from the original and might be incomplete ⚠️

Todo

  • Review and resolve any conflicts
  • Amend HEAD commit to remove the line stating to skip CI

Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@backportbot backportbot bot requested review from GretaD, ShGKme and susnux January 8, 2026 18:44
@backportbot backportbot bot added bug Something isn't working 3. to review Waiting for reviews labels Jan 8, 2026
@backportbot backportbot bot added this to the 8.36.0 milestone Jan 8, 2026
@ShGKme ShGKme force-pushed the backport/8020/stable8 branch from bf19b15 to 7d3eb04 Compare January 8, 2026 20:00
@ShGKme ShGKme marked this pull request as ready for review January 8, 2026 20:01
Comment on lines +156 to +159
// For backward compatibility to support using without v-model binding (passive model)
const localModel = ref(model.value)
watch(model, (newValue) => (localModel.value = newValue), { flush: 'sync' })
watch(localModel, (newValue) => (model.value = newValue), { flush: 'sync' })
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only notable change from Vue 3 version.

@codecov
Copy link

codecov bot commented Jan 8, 2026

Codecov Report

❌ Patch coverage is 0% with 8 lines in your changes missing coverage. Please review.
✅ Project coverage is 45.63%. Comparing base (c673e9c) to head (7d3eb04).

Files with missing lines Patch % Lines
...c/components/NcActionCheckbox/NcActionCheckbox.vue 0.00% 4 Missing ⚠️
src/components/NcActionRadio/NcActionRadio.vue 0.00% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           stable8    #8060      +/-   ##
===========================================
+ Coverage    45.54%   45.63%   +0.08%     
===========================================
  Files          193      193              
  Lines         4797     4788       -9     
  Branches      1237     1173      -64     
===========================================
  Hits          2185     2185              
+ Misses        2517     2510       -7     
+ Partials        95       93       -2     

☔ View full report in Codecov by Sentry.
📢 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants