ZH Preview #329
Closed
NoNathan17 wants to merge 19 commits into
Closed
Conversation
* add global CSS design tokens to globals.scss * cleaned up unneccessary globals and fixed dotgothic import --------- Co-authored-by: Cyril Joby <cyriljoby@dhcp-172-27-038-241.mobile.uci.edu> Co-authored-by: Nathan Ong <nathanong1217@gmail.com>
* feat: initial commit * big feat: implemented entire window component * chore: adjusted styling to match hifi * feat: docstrings to retro window! * feat: Renamed Window.tsx to RetroWindow.tsx * chore: testing window modes * fix: increased window control size * ran prettier * chore: renamed variables, small styling, and added/removed props * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * removed about retro window testing * restored framedContent and cleaned up imports * fixed padding with framed content * forgot to remove the about testing omg --------- Co-authored-by: Nathan Ong <nathanong1217@gmail.com> Co-authored-by: Nathan Ong <164730140+NoNathan17@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* added new assets * main window * info window * overlap main and info windows * fix info window * apps window * fix: minor changes and organization * fix: include breakpoints * fix: apply now button + globals colors * more color changes * remove files
# Conflicts: # apps/site/src/app/(home)/sections/Landing/ApplyButton.tsx # apps/site/src/app/(home)/sections/Landing/Landing.tsx # apps/site/src/app/(home)/sections/Landing/Title.module.scss # apps/site/src/components/RetroWindow/RetroWindow.module.scss # apps/site/src/lib/styles/globals.scss
Contributor
|
Deploy preview for zothacks-site-2023 ready!
|
* feat: added color picker * feat: color picker functionality --------- Co-authored-by: Victoria Lee <victoria.hyoju.lee@gmail.com>
Contributor
|
Deploy preview for zothacks-site ready!
|
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
| gap: 0.75rem; | ||
| padding: 0.45rem 0.5rem; | ||
| background: linear-gradient(90deg, #03036d 0%, #487db5 100%); | ||
| background: linear-gradient(90deg, var(--xp-blue-dark) 0%, var(--xp-blue-medium) 100%); |
Contributor
There was a problem hiding this comment.
[prettier] reported by reviewdog 🐶
Suggested change
| background: linear-gradient(90deg, var(--xp-blue-dark) 0%, var(--xp-blue-medium) 100%); | |
| background: linear-gradient( | |
| 90deg, | |
| var(--xp-blue-dark) 0%, | |
| var(--xp-blue-medium) 100% | |
| ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.