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

tyler/won added CardGrid support for 2 and 3 column grids #90

Merged
merged 9 commits into from
Mar 10, 2024

Conversation

tylerrlin
Copy link
Collaborator

Description

Added column support for CardGrid and updated pages that use column count.

Issues

Resolve #89

Screenshots

Screenshot 2024-02-18 at 2 01 42 PM Screenshot 2024-02-18 at 2 02 45 PM Screenshot 2024-02-18 at 2 03 01 PM

Test

Change column_count in CardGrid

Copy link

vercel bot commented Feb 18, 2024

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

Name Status Preview Comments Updated (UTC)
the-legacy-project2 ❌ Failed (Inspect) Feb 25, 2024 7:31pm

@tylerrlin tylerrlin changed the title added CardGrid support for 2 and 3 column grids tyler/won added CardGrid support for 2 and 3 column grids Feb 18, 2024
@nickbar01234 nickbar01234 self-requested a review February 19, 2024 04:41
Copy link
Collaborator

@nickbar01234 nickbar01234 left a comment

Choose a reason for hiding this comment

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

This is great, thank you guys! I think we should take it a step further and allow for the grid to collapse on smaller screen. For example, on a lg screen, we probably only want to render 1 tile per row?

nickbar01234 and others added 2 commits March 6, 2024 21:51
change senior name to first name and last name

Co-authored-by: Tyler <[email protected]>

finish first draft

Co-authored-by: Tyler <[email protected]>

reverted senior firstname/lastname field
Copy link
Collaborator

@nickbar01234 nickbar01234 left a comment

Choose a reason for hiding this comment

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

Thank you for your work! That was a handful of pages to implement. I went ahead and fixed some quick issues:

  1. Remove @joinChapter routing. We will eventually enforce that a user can only access views corresponding to their role. Therefore, anyone viewing chapter-leader/ segment must have a chapter and been promoted.
  2. Update chapter-leader/members to chapter-leader/users following the conventions we have in admin view.

I've left a couple of tiny changes to address. Once that's fixed, feel free to merge in whenever!

  1. Utilize SearchableContainer.tsx instead of manually plugging in SearchBar.tsx.
  2. Update the logic to fetch pending users.

wkim10 and others added 2 commits March 10, 2024 13:48
@tylerrlin tylerrlin merged commit 0b6c2fb into main Mar 10, 2024
4 checks passed
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.

[Feature + Enhancement] Rendering Tiles
3 participants