Skip to content

Conversation

@max-nextcloud
Copy link
Collaborator

@max-nextcloud max-nextcloud commented Mar 16, 2023

πŸ“ Summary

Give both versions 50% of the screen space and try to vertically align them. This should make comparing the versions easier.

Fixes #3950.

πŸ–ΌοΈ Screenshots

🏚️ Before 🏑 After
Open test md in viewer -- displays conflicts Open test md in viewer -- displays conflicts (2)

🏁 Checklist

  • Code is properly formatted (npm run lint / npm run stylelint / composer run cs:check)
  • Sign-off message is added to all commits
  • Tests (unit, integration and/or end-to-end) passing and the changes are covered with tests
  • Documentation is not required

@max-nextcloud max-nextcloud requested a review from mejo- March 16, 2023 11:42
@max-nextcloud
Copy link
Collaborator Author

/backport to stable26

@max-nextcloud
Copy link
Collaborator Author

/compile

@cypress
Copy link

cypress bot commented Mar 16, 2023

1 flaky tests on run #9086 β†—οΈŽ

0 140 1 0 Flakiness 1

Details:

fix: split layout of conflict view
Project: Text Commit: 4f215d083f
Status: Passed Duration: 03:34 πŸ’‘
Started: Mar 16, 2023 9:23 PM Ended: Mar 16, 2023 9:26 PM
FlakinessΒ  cypress/e2e/share.spec.js β€’ 1 flaky test

View Output Video

Test Artifacts
Open test.md in viewer > Share a file with download disabled shows an error Output Screenshots

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

Give both versions 50% of the screen space and try to vertically align them.
This should make comparing the versions easier.

Fixes #3950.

Signed-off-by: Max <[email protected]>
@mejo- mejo- force-pushed the fix/conflict-layout branch from 6ef4c43 to 21d48ec Compare March 16, 2023 21:11
@mejo-
Copy link
Member

mejo- commented Mar 16, 2023

/compile

Signed-off-by: nextcloud-command <[email protected]>
@mejo- mejo- merged commit dc4648b into main Mar 17, 2023
@delete-merged-branch delete-merged-branch bot deleted the fix/conflict-layout branch March 17, 2023 08:06
@backportbot-nextcloud
Copy link

The backport to stable26 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable26
git pull origin/stable26

# Create the new backport branch
git checkout -b fix/foo-stable26

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable26

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

@mejo-
Copy link
Member

mejo- commented Mar 17, 2023

/backport e83f2db,21d48ec36dd49c63aaa7185e443b9d3043cffe60 to stable26

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Conflict resolution screen with different width

4 participants