Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(files): switched native input to NcButton #42690

Merged

Conversation

emoral435
Copy link
Contributor

Summary

Replaces the 'input' button to transfer files / ownership with our native NcButton component

New DOM Update View

image

Checklist

@emoral435 emoral435 added 3. to review Waiting for reviews accessibility labels Jan 10, 2024
@emoral435 emoral435 self-assigned this Jan 10, 2024
@emoral435 emoral435 force-pushed the fix/core/42593/replace-transfer-button-with-NcVue-Button branch from 62d1398 to ea79f36 Compare January 10, 2024 18:17
@emoral435
Copy link
Contributor Author

/backport 86a8e07 to stable28

@emoral435 emoral435 force-pushed the fix/core/42593/replace-transfer-button-with-NcVue-Button branch from ea79f36 to 2f94cca Compare January 10, 2024 18:29
@emoral435 emoral435 requested a review from Pytal January 10, 2024 18:30
@emoral435 emoral435 merged commit f0a4aa9 into master Jan 10, 2024
41 checks passed
@emoral435 emoral435 deleted the fix/core/42593/replace-transfer-button-with-NcVue-Button branch January 10, 2024 19:14
@backportbot-nextcloud
Copy link

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

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

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

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

Error: Unknown error

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

@skjnldsv
Copy link
Member

/skjnldsv-backport to stable28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BITV]: Replace "Transfer" button with NcVue button
4 participants