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

Expandasearch #3433

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Expandasearch #3433

wants to merge 12 commits into from

Conversation

sniemetz
Copy link

@sniemetz sniemetz commented Apr 1, 2025

move search box into top nav and hide it on search.html
add search link to nav for smaller screens

@@ -29,9 +29,11 @@ export const handleExpandaSearch = (): void => {
if (s && s.querySelector('button')) s.querySelector('button').disabled = false;
if (s && s.querySelector('input')) s.querySelector('input').focus();
document.querySelector('div.searchContainer')!.style.width = "90%";
redoTimeout();
}

function hideSearch(e?: MouseEvent): void {
Copy link
Owner

Choose a reason for hiding this comment

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

A better naming would be awesome, so please use event instead of just an e

@sniemetz
Copy link
Author

sniemetz commented Apr 2, 2025 via email

@thorsten
Copy link
Owner

thorsten commented Apr 4, 2025

@sniemetz Could you please fix the merge conflict?

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.

2 participants