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

Alternative to Vuetify layout (v-layout, v-flex) #495

Open
MatthewGidcomb opened this issue Apr 21, 2024 · 0 comments
Open

Alternative to Vuetify layout (v-layout, v-flex) #495

MatthewGidcomb opened this issue Apr 21, 2024 · 0 comments
Assignees

Comments

@MatthewGidcomb
Copy link
Member

v-layout is, at least the way we've used it, a flexbox-based 12-column grid implementation (and we commonly use < 12 columns, leaving some gutter on the right) It is used in three components:

  • AddNewVenue (wrapper around the subset of submission form fields for creating a new venue
  • SubmissionForm (quite heavily; it's the basis of pretty much the entire layout)
  • contact page form (similar to submission form, but so simple in this case it can easily be replaced with a max-width)

We need a non-Vuetify replacement. Fortunately, it's just flex; this is straightforward.

@MatthewGidcomb MatthewGidcomb self-assigned this Apr 21, 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

No branches or pull requests

1 participant