[stable8] feat(NcReferenceWidget): allow to enable resizable widget height#8665
Merged
Conversation
Codecov Reportβ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## stable8 #8665 +/- ##
===========================================
- Coverage 46.85% 46.70% -0.16%
===========================================
Files 195 195
Lines 4926 4944 +18
Branches 1268 1273 +5
===========================================
+ Hits 2308 2309 +1
- Misses 2529 2546 +17
Partials 89 89 β View full report in Codecov by Harness. π New features to boost your workflow:
|
ShGKme
reviewed
Jun 23, 2026
f102d4e to
d666648
Compare
d666648 to
8199a3b
Compare
ShGKme
reviewed
Jun 29, 2026
8199a3b to
4e1d80a
Compare
Signed-off-by: Jonas <jonas@freesources.org>
4e1d80a to
56f3cd0
Compare
ShGKme
reviewed
Jun 29, 2026
Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: Jonas <jonas@freesources.org>
56f3cd0 to
8160e7f
Compare
ShGKme
approved these changes
Jun 29, 2026
ShGKme
left a comment
Contributor
There was a problem hiding this comment.
Tested on Windows Vivaldi and Android Firefox, works and looks well with mouse, finger, keyboard and screen reader.
susnux
approved these changes
Jun 30, 2026
Contributor
|
/backport to main |
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.
βοΈ Resolves
Allows widgets to flag themselves as resizable, which adds a resize drag handle to resize them horizontally. Particularly useful for embedded office documents, tables and deck boards in a Text file.
Required to fix nextcloud/text#8279
Developed against stable8 on purpose as Text and Deck apps are still on Vue 2, but already forward-ported locally to
mainbranch.Intending to set
isResizable: trueat least in files and deck board widget for a starter.πΌοΈ Screencasts
π Checklist
stable8for maintained Vue 2 version or not applicable