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

Improved: Empty State View #2162

Merged
merged 2 commits into from
Oct 11, 2024
Merged

Improved: Empty State View #2162

merged 2 commits into from
Oct 11, 2024

Conversation

Sewer56
Copy link
Member

@Sewer56 Sewer56 commented Oct 10, 2024

fixes #2159 (good enough to consider it a 'fix' for now)
fixes #2160 (adds missing hyperlink)

For the shrinking issue, the following margin is reduced:

image

Currently shrinking the window does this:

image

With the PR it is shrunk down to 16 (from 128):

image

The contents remain centered, 1:1 with before if not shrunk.

The movement of the title and link is still inconsistent, however that's due to an unrelated reason; the hyperlink is actually a button, and unlike the text, the button has a minimum size, and thus can't wrap around edges. Will leave to @insomnious to pick that one up since they volunteered.

Already got the thumbs up from @captainsandypants on Slack.

@Sewer56 Sewer56 added the Dev UI label Oct 10, 2024
@Sewer56 Sewer56 requested a review from a team October 10, 2024 15:17
@Sewer56 Sewer56 self-assigned this Oct 10, 2024
@halgari halgari merged commit 0e1cd76 into main Oct 11, 2024
10 checks passed
@halgari halgari deleted the fix-empty-library-centering branch October 11, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
3 participants