Uh oh!
There was an error while loading. Please reload this page.
Keep layout on sync errors - #6903
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #6903 +/- ##
==========================================
+ Coverage 37.43% 38.31% +0.87%
==========================================
Files 939 925 -14 Lines 42404 42310 -94 Branches 1464 1466 +2 ==========================================
+ Hits 15874 16210 +336 + Misses 25753 25338 -415 + Partials 777 762 -15 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
af40cfd to
d9d2506Compare
marcoambrosini
left a comment
There was a problem hiding this comment.
Looks good @max-nextcloud, let's just make sure that the margin from the bottom is of size --clickable-area
bff0826 to
adc0bdbComparemax-nextcloud
commented
Feb 17, 2025
/backport to stable30 |
max-nextcloud
commented
Feb 17, 2025
/backport to stable29 |
adc0bdb to
f14eb27Compare
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
678cd9e to
7e84bccCompareSigned-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
The document status div is full width. Its background hides the text behind it and scrollbars on the side. Introduce a new .status-wrapper div that sets the background and only has the size of the actual message. Also move the message to the very bottom of the screen on mobile. Signed-off-by: Max <max@nextcloud.com>
7e84bcc to
51cb02cCompareSigned-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
51cb02c to
b47c6b5Compare@marcoambrosini This should be ready for another review. I have not added screenshots for small screens yet though. |
a555700 to
4beb32eCompareOtherwise unpacking the tar file failed on github runners if the cache was created by garm runners and the binary could not be found on garm runners if the cache was created by github runners. Signed-off-by: Max <max@nextcloud.com>
4beb32e to
64d9887Comparemax-nextcloud
commented
Mar 12, 2025
ouch... did not remember that this was still on automerge. |
max-nextcloud
commented
Mar 12, 2025
/backport to stable31 |
juliusknorr
commented
Mar 19, 2025
/backport 64d9887 to stable30 |
juliusknorr
commented
Mar 19, 2025
/backport 64d9887 to stable29 |
The backport to # Switch to the target branch and update it
git checkout stable30
git pull origin stable30
# Create the new backport branch
git checkout -b backport/6903/stable30
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts, resolve them
git cherry-pick 64d9887
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/6903/stable30Error: Failed to create pull request: Validation Failed: {"resource":"PullRequest","code":"custom","message":"A pull request already exists for nextcloud:backport/6903/stable30."} - https://docs.github.com/rest/pulls/pulls#create-a-pull-request Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
See #6877 and #2240
Ui changes
🖼️ Screenshots
Other commits
☑️ TODO
--clickable-area