[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Add new responsive styles to input on api pagination #2333

Merged
merged 8 commits into from
Oct 22, 2024

Conversation

KATIETOLER
Copy link
Collaborator
@KATIETOLER KATIETOLER commented Sep 18, 2024

Adjust responsive breakpoints for namespace filtering

This adds a change to the input and nav styles on the API pagination component in holocene to fix breakpoints for namespace filtering.

MD

Screenshot 2024-09-17 at 6 39 07 PM

XS

Screenshot 2024-09-17 at 6 39 29 PM

LG

Screenshot 2024-09-17 at 6 39 46 PM

XL

Screenshot 2024-09-17 at 6 40 00 PM

Copy link
vercel bot commented Sep 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
holocene ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 18, 2024 6:51pm

@Alex-Tideman
Copy link
Contributor

Let's point this at codefreeze-09.12.24 branch instead of main

@KATIETOLER KATIETOLER changed the base branch from main to codefreeze-09.12.24 September 18, 2024 15:29
@KATIETOLER KATIETOLER marked this pull request as ready for review September 18, 2024 15:38
Copy link
Contributor
@laurakwhit laurakwhit left a comment

Choose a reason for hiding this comment

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

Let's point this PR at main again since codefreeze-09.12.24 has been merged

src/lib/holocene/api-pagination.svelte Outdated Show resolved Hide resolved
@@ -226,7 +226,7 @@
<Input
icon="search"
id="api-pagination-search-input"
class="grow"
class="w-full sm:w-1/2"
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we want to keep this grow

Suggested change
class="w-full sm:w-1/2"
class="grow"
Before After
Screenshot 2024-10-07 at 9 53 05 AM Screenshot 2024-10-07 at 10 02 31 AM

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Let me know if this seems better! Thank you Laura! <3

src/lib/holocene/api-pagination.svelte Outdated Show resolved Hide resolved
simplify with flex-wrap

Co-authored-by: Laura Whitaker <laura.whitaker@temporal.io>
Add better responsive styles

Co-authored-by: Laura Whitaker <laura.whitaker@temporal.io>
@KATIETOLER KATIETOLER changed the base branch from codefreeze-09.12.24 to main October 8, 2024 18:09
Copy link
Contributor
@laurakwhit laurakwhit left a comment

Choose a reason for hiding this comment

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

One more change (see comment below) and then should be good to go 🚀

src/lib/holocene/api-pagination.svelte Outdated Show resolved Hide resolved
Co-authored-by: Laura Whitaker <laura.whitaker@temporal.io>
@KATIETOLER KATIETOLER merged commit c2047bf into main Oct 22, 2024
14 checks passed
@KATIETOLER KATIETOLER deleted the responsive-input-ApiPagination/kt branch October 22, 2024 15:25
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.

3 participants