Skip to content

ZH Preview #329

Closed
NoNathan17 wants to merge 19 commits into
mainfrom
zh-preview
Closed

ZH Preview #329
NoNathan17 wants to merge 19 commits into
mainfrom
zh-preview

Conversation

@NoNathan17
Copy link
Copy Markdown
Contributor

No description provided.

cyriljoby and others added 14 commits May 18, 2026 13:59
* 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
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 20, 2026

Deploy preview for zothacks-site-2023 ready!

Name Hack at UCI Site
Preview Visit Preview
Commit e7af783

NoNathan17 and others added 2 commits May 22, 2026 01:06
* feat: added color picker

* feat: color picker functionality

---------

Co-authored-by: Victoria Lee <victoria.hyoju.lee@gmail.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 26, 2026

Deploy preview for zothacks-site ready!

Name Hack at UCI Site
Preview Visit Preview
Commit 66e93b3

NoNathan17 and others added 3 commits May 26, 2026 15:57
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%);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

[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%
);

@NoNathan17 NoNathan17 closed this May 28, 2026
@NoNathan17 NoNathan17 deleted the zh-preview branch May 28, 2026 23:54
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.

4 participants