Skip to content

[stable8] fix(NcAppContent): list is not scrollable on mobile#8289

Merged
ShGKme merged 1 commit into
stable8from
fix/1616-List-of-notes-not-scrollable
Mar 12, 2026
Merged

[stable8] fix(NcAppContent): list is not scrollable on mobile#8289
ShGKme merged 1 commit into
stable8from
fix/1616-List-of-notes-not-scrollable

Conversation

@JuliaKirschenheuter

@JuliaKirschenheuter JuliaKirschenheuter commented Mar 11, 2026

Copy link
Copy Markdown
Contributor

☑️ Resolves

As regression from https://github.com/nextcloud-libraries/nextcloud-vue/pull/6261/changes. Previously, there was no div, and a list was directly in the parent with height: 100%. After this change there was a <div> created between parent and list with no height limit.

Done: added a height between parent and list.

🖼️ Screenshots

🏚️ Before 🏡 After
Screenshot from 2026-03-11 16-03-46 Screenshot from 2026-03-11 15-59-20

🏁 Checklist

  • ⛑️ Tests are included or are not applicable
  • 📘 Component documentation has been extended, updated or is not applicable
  • 2️⃣ Backport to stable8 for maintained Vue 2 version or not applicable

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
@JuliaKirschenheuter JuliaKirschenheuter self-assigned this Mar 11, 2026
@JuliaKirschenheuter JuliaKirschenheuter added the 3. to review Waiting for reviews label Mar 11, 2026
@ShGKme ShGKme changed the title fix(files): fix height of a list inside the content-wrapper fix(NcAppContent): list is not scrollable on mobile Mar 11, 2026
@ShGKme ShGKme added the bug Something isn't working label Mar 11, 2026
@ShGKme ShGKme added this to the 9.6.0 milestone Mar 11, 2026
@ShGKme

ShGKme commented Mar 11, 2026

Copy link
Copy Markdown
Contributor

Title and labels are adjusted for the changelog generation.

@codecov

codecov Bot commented Mar 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 45.94%. Comparing base (4dcd389) to head (2f89684).
⚠️ Report is 4 commits behind head on stable8.

Additional details and impacted files
@@           Coverage Diff            @@
##           stable8    #8289   +/-   ##
========================================
  Coverage    45.94%   45.94%           
========================================
  Files          193      193           
  Lines         4878     4878           
  Branches      1197     1259   +62     
========================================
  Hits          2241     2241           
+ Misses        2551     2549    -2     
- Partials        86       88    +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.

@ShGKme ShGKme added the feature: app-content Related to the app-content component label Mar 11, 2026

@Antreesy Antreesy left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks good with applied changes!

@nextcloud-libraries nextcloud-libraries deleted a comment from ShGKme Mar 11, 2026
@Antreesy

Copy link
Copy Markdown
Contributor

/backport to main

@Antreesy Antreesy modified the milestones: 9.6.0, 8.37.0 Mar 11, 2026
@ShGKme ShGKme changed the title fix(NcAppContent): list is not scrollable on mobile [stable8] fix(NcAppContent): list is not scrollable on mobile Mar 12, 2026
@ShGKme ShGKme merged commit 98c2ca9 into stable8 Mar 12, 2026
22 checks passed
@ShGKme ShGKme deleted the fix/1616-List-of-notes-not-scrollable branch March 12, 2026 07:07
@susnux susnux mentioned this pull request Mar 13, 2026
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 feature: app-content Related to the app-content component

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants