Add navigation to the form#36
Open
YarikDrago wants to merge 37 commits intosauravhathi:mainfrom
Open
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Display fields only with data.
sauravhathi
requested changes
Sep 10, 2025
Owner
sauravhathi
left a comment
There was a problem hiding this comment.
Add navigation to the form feature isn’t feasible with the current layout.
Suggest improving the UI design and spacing first so multi-step navigation can work smoothly.
Owner
There was a problem hiding this comment.
Changed LANGUAGE_LEVELS to use readable terms instead of A1–C2 codes.
Example: Intermediate instead of B1, Fluent instead of C1.
export const LANGUAGE_LEVELS = [
"Beginner",
"Intermediate",
"Advanced",
"Fluent",
"Native"
]… rules, add Prettier support, and update scripts in `package.json`.
…port styles using Prettier.
…roved modularity and performance.
…ailed OpenGraph, Twitter, and robots directives.
…zation schema in `layout.js` for improved clarity and maintainability.
…for improved organization and consistency.
…rIsCollapsed` in `ResumeContext` for improved state management and component structure.
…ing, restructure components, and update styles for improved usability and maintainability.
…prove sidebar toggle behavior, and refine component styles for better responsiveness.
…TracingRoot`, and restructure for improved compatibility and maintainability.
…t` for better state management.
… with consistent theming and improved aesthetics.
…cy, add `select` and `option` styling.
…s for improved theming and maintainability.
…tions with reusable `AddBtn` and `DeleteBtn` components for improved maintainability and consistency.
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.
Add navigation to the form to improve usability.
