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

feat(styles): styles & layout for VideoUploadUI #71

Merged
merged 2 commits into from
Oct 31, 2023

Conversation

connordoman
Copy link
Contributor

Styling for Video Upload UI

Resolves #70

Description of the change:

Added styling to <VideoUploadUI/> mostly by altering its layout to use <Card/> components, like the <LoginForm/>. Also took this opportunity to unify styling across multiple components.

We are still experimenting with the most appropriate method for addressing case-by-case styling. This time, common style rules for <Card/> and some of its children are stored in a JavaScript style object and then retrieved where appropriate. This prevents site-wide overrides of elements like <Card/> but still allows us to manipulate certain ones to our needs.

Motivation for the change:

Every component needs styling!

@connordoman connordoman added feat New feature or request area/front-end Front-end work labels Oct 31, 2023
@connordoman connordoman self-assigned this Oct 31, 2023
@MyStackOverflows
Copy link
Contributor

is this meant to merge onto master or develop?

@connordoman connordoman changed the base branch from master to develop October 31, 2023 16:48
@connordoman
Copy link
Contributor Author

is this meant to merge onto master or develop?

Eventually by the transitive property I'll be right either way haha. Thanks man, early morning

Copy link
Contributor

@MyStackOverflows MyStackOverflows 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 to me, awesome work Connor

@MyStackOverflows MyStackOverflows merged commit 9875b10 into develop Oct 31, 2023
8 checks passed
@tthvo tthvo deleted the gh-70-video-upload-styles branch November 30, 2023 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/front-end Front-end work feat New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Task] Video upload UI styling
2 participants