Skip to content

Conversation

@JuliaKirschenheuter
Copy link
Contributor

@JuliaKirschenheuter JuliaKirschenheuter commented Jan 23, 2023

Fixes #835

Before After
Screenshot from 2023-01-23 14-16-58 Screenshot from 2023-01-23 14-13-26
Screenshot from 2023-01-23 14-17-12 Screenshot from 2023-01-23 14-13-38
Screenshot from 2023-01-23 14-17-18 Screenshot from 2023-01-23 14-13-48

@JuliaKirschenheuter JuliaKirschenheuter self-assigned this Jan 23, 2023
@JuliaKirschenheuter JuliaKirschenheuter force-pushed the fix/835-Replace_custom_tooltips_with_native_one_for_privacy_settings_page branch from d473068 to 81f3ca9 Compare January 23, 2023 13:28
Signed-off-by: julia.kirschenheuter <[email protected]>
@JuliaKirschenheuter JuliaKirschenheuter force-pushed the fix/835-Replace_custom_tooltips_with_native_one_for_privacy_settings_page branch from 81f3ca9 to 43fe9c0 Compare January 23, 2023 13:32
@JuliaKirschenheuter JuliaKirschenheuter force-pushed the fix/835-Replace_custom_tooltips_with_native_one_for_privacy_settings_page branch from 43fe9c0 to d858260 Compare January 23, 2023 13:33
@JuliaKirschenheuter
Copy link
Contributor Author

/backport to stable25

@ChristophWurst ChristophWurst merged commit 3c3380e into master Jan 25, 2023
@delete-merged-branch delete-merged-branch bot deleted the fix/835-Replace_custom_tooltips_with_native_one_for_privacy_settings_page branch January 25, 2023 15:20
@backportbot-nextcloud
Copy link

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

@JuliaKirschenheuter
Copy link
Contributor Author

/backport to stable25

@backportbot-nextcloud
Copy link

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

@ChristophWurst
Copy link
Member

/backport to stable25

@backportbot-nextcloud
Copy link

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

@ChristophWurst
Copy link
Member

Just testing if nextcloud/backportbot#359 was deployed. It was not.

@ChristophWurst
Copy link
Member

/backport to stable25

@ChristophWurst
Copy link
Member

testing again because I'm curious

@backportbot-nextcloud
Copy link

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

@ChristophWurst
Copy link
Member

/backport to stable25

@backportbot-nextcloud
Copy link

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

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

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

# 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-stable25

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

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BITV]: Replace custom tooltips with native one for privacy settings page

4 participants