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

Use textarea for query header to make it easier to editing long title #275

Merged
merged 2 commits into from
Oct 16, 2024

Conversation

argonism
Copy link
Contributor

This is a working code for #274

With this implementation, query title will behave like this:

output.mp4

@argonism argonism changed the title Fix query header for long title Use textarea for query header to make it easier to editing long title Sep 15, 2024
@argonism
Copy link
Contributor Author

@hokaccha @morishin
Hi, excuse me for mentioning all the maintainer-like people together.
Would you mind taking a look at this if you like?

Comment on lines -33 to +30
<input className="QueryHeader-inputTitle" type="text" value={query.title} onChange={handleChangeTitle} />
<QueryHeaderTitle title={query.title} onChangeTitle={onChangeTitle} />
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've split query header title into new component for readability.

Comment on lines -18 to +9
position: absolute !important;
right: 10px;
top: 6px;
margin: auto 10px auto 20px;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Use flexbox over position-absolute not to overlap between query header title and select element.

Copy link
Collaborator

@morishin morishin left a comment

Choose a reason for hiding this comment

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

sorry for late!

@argonism
Copy link
Contributor Author

argonism commented Oct 11, 2024

Thank you for reviewing! Is there anything I can do for further process?
I can see that 1 workflow is awaiting to be approval but it seems that I haven't permission to approve it.

@morishin morishin merged commit f0d3411 into bdash-app:master Oct 16, 2024
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