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 styling issues and make the FilePicker height fixed #971

Merged
merged 2 commits into from Aug 29, 2023
Merged

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Aug 28, 2023

This fixes some remaining styling issues and the second commit sets a fixed height to the file picker.
We already have a max. width of 900px and a max. height of 90% from the modal.

So from my perspective a height of max. 800px looks good (900x800px), thats why I set the height to min(80vh, 800px).

small medium large
Screen Shot 2023-08-28 at 21 27 42 Screen Shot 2023-08-28 at 21 27 50 Screen Shot 2023-08-28 at 21 27 57

* Make sure scrolled elements can not be seen through the table header
* Ensure the buttons are not overlaying the files list content

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux susnux changed the title Fix/design Fix styling issues and make the FilePicker height fixed Aug 28, 2023
@susnux susnux added the bug Something isn't working label Aug 28, 2023
…g skeletons

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Copy link

@jancborchardt jancborchardt left a comment

Choose a reason for hiding this comment

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

Looks good design-wise! But will this make it to 27.1 as mentioned in #900 (comment) @susnux @szaimen?

Edit: Ah I guess that's what the backport at #972 is for? Let's just make sure it gets in.

@susnux susnux merged commit f8acc16 into master Aug 29, 2023
8 checks passed
@susnux susnux deleted the fix/design branch August 29, 2023 11:58
@susnux
Copy link
Contributor Author

susnux commented Aug 29, 2023

@jancborchardt If someone merges the open stable4 requests and creates a new beta release then we can try to merge on server until Thursday.

@skjnldsv @AndyScherzinger

@jancborchardt
Copy link

@AndyScherzinger @skjnldsv is that possible? Otherwise the filepicker changes height often which looks very off.

@AndyScherzinger AndyScherzinger modified the milestones: 4.3.0, 4.2.0, 5.0.0 Aug 30, 2023
@skjnldsv skjnldsv mentioned this pull request Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Question: Should the file picker have a fixed size?
4 participants