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(UnifiedSearch): Focus search input on open #47319

Merged
merged 2 commits into from
Aug 19, 2024

Conversation

Fenn-CS
Copy link
Contributor

@Fenn-CS Fenn-CS commented Aug 19, 2024

Resolves : #47056

@Fenn-CS
Copy link
Contributor Author

Fenn-CS commented Aug 19, 2024

/backport to stable30

@Fenn-CS
Copy link
Contributor Author

Fenn-CS commented Aug 19, 2024

/backport to stable29

@Fenn-CS
Copy link
Contributor Author

Fenn-CS commented Aug 19, 2024

/backport to stable28

@Fenn-CS
Copy link
Contributor Author

Fenn-CS commented Aug 19, 2024

/compile

@Fenn-CS Fenn-CS enabled auto-merge August 19, 2024 07:04
Copy link
Contributor

@susnux susnux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

core/src/components/UnifiedSearch/UnifiedSearchModal.vue Outdated Show resolved Hide resolved
@Fenn-CS Fenn-CS force-pushed the fix/47056/focus-unified-search-on-open branch from 429ef0c to 911f7fa Compare August 19, 2024 12:40
Resolves : #47056

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
@Fenn-CS Fenn-CS force-pushed the fix/47056/focus-unified-search-on-open branch from 911f7fa to cf59575 Compare August 19, 2024 12:49
@Fenn-CS
Copy link
Contributor Author

Fenn-CS commented Aug 19, 2024

/compile

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@Fenn-CS Fenn-CS merged commit 3b795cd into master Aug 19, 2024
113 checks passed
@Fenn-CS Fenn-CS deleted the fix/47056/focus-unified-search-on-open branch August 19, 2024 18:30
Copy link

backportbot bot commented Aug 19, 2024

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 backport/47319/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 cf595751 ecca9e1a

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/47319/stable28

Error: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Copy link

backportbot bot commented Aug 19, 2024

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

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

# Create the new backport branch
git checkout -b backport/47319/stable29

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick cf595751 ecca9e1a

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/47319/stable29

Error: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🏗️ In progress
Development

Successfully merging this pull request may close these issues.

[Bug]: Advanced search does not focus input when opened
4 participants