-
Notifications
You must be signed in to change notification settings - Fork 0
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
Migrate to Next.js #165
Merged
Merged
Migrate to Next.js #165
Conversation
This file contains 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
- updsate tsconfig jsx option - upgrade project dependencies - format code
- add .tool-versions file - update .editorconfig file for yaml formatting
- add next dependency - remove cra dependency - remove HeaderContext - remove react-app-env.d.ts - remove entry point and App component - add default pages of error, layout, not-found - update .gitignore - add eslint config - add "use client" directive to fix rendering issue temporary - move modules/components for next project structure - add vscode config for typescript backend
- add MIT license - remove port information from .env
- upgrade styled-components to v6 - remove @types/styled-components - upgrade typescript to v5 - other library upgraded
- change editorconfig tab size to 2 - refactor utils to refer API endpoint from env variables - add .env file
- add vanilla-extract dependencies - remove styled dependencies - remove support module for styled-components
- index page redirects to login page automatically
- add disabled variant for status bar - add VE dynamic dependency
- add sample wallpaper image - apply to layout component
- implement selected state - call onClick callback when shortcut double clicked
- add useCoordinateValues hook
- add Settings window component - add Resume window component - remove legacy components
- change useDrag return ref to drag start trigger
- add LayerManager and Layer components - add LayerContext
- register pre-commit hook to lint message
- apply removeCurrent method to Window close button
- add Profile, Resume, Settings shortcut components - apply added components on home page
- adjust border radius value
- apply isTopLayer to Window component header
- write pdf renderer module - add pdfium.js module - add resume pdf resource in static resource
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
- icon from macOS_Big_Sur_icons_replacements repository
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.