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

Front-end implementation #5

Open
hiromaily opened this issue Nov 4, 2022 · 0 comments
Open

Front-end implementation #5

hiromaily opened this issue Nov 4, 2022 · 0 comments
Assignees

Comments

@hiromaily
Copy link
Owner

hiromaily commented Nov 4, 2022

Upgrade front-end by React v18 with Next.js v12 and MUI is used as React component library.
There are so many issue yet.

  • Implement top page
    • First mode button doesn't work after displaying page
    • any css doesn't work on main content
      • fixed after hard reload on chrome
    • className mismatch error
      • fixed after hard reload on chrome
    • warn - Attempted to load @next/swc-darwin-arm64, but it was not installed after next dev run on Apple Silicon Mac
      • reinstall npm module after node_modules, package-lock.json removed
  • Implement resume page
            <Link href='/'>
              <>
                <Image src='/hy.png' alt='HY Logo' width={40} height={40} />
              </>
            </Link>
@hiromaily hiromaily self-assigned this Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant