feat: language switching - #53
Merged
AlyaEngineer merged 11 commits intoJun 30, 2026
Merged
Conversation
|
@YuliaDemir is attempting to deploy a commit to the alyaengineer's projects team on Vercel, but is not a member of this team. To resolve this issue, you can:
To read more about collaboration on Vercel, click here. |
AlyaEngineer
approved these changes
Jun 30, 2026
AlyaEngineer
left a comment
Owner
There was a problem hiding this comment.
всё строго по документации, отличная работа!
…into story/7-language-switching
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
AlyaEngineer
merged commit Jun 30, 2026
8a41799
into
feature/7-general-requirements
1 of 2 checks passed
42 tasks
AlyaEngineer
added a commit
that referenced
this pull request
Jul 8, 2026
* feat: language switching (#53) * feat: install next+ts+linter+prettier+ husky+redux * feat: configs + perfectionist + lint fix * feat: install scss * refactor: add some folders * feat: install i18n + basic configs * feat: add internatiolisation * feat: language switcher * feat: dependencies update * fix: delete scss + delete unnecessary files * fix: delete unnecessary layout * feat: user friendly errors (#58) * feat: add error page component * test: add tests for error page component * feat: add global error page component * test: add tests for global error page component * feat: implement toast provider and toast component * test: add tests for toast provider and toast component * feat: add toaster messages dictionary * chore: add coderabbit config * fix: fix .coderabbit.yaml instruction * fix: add target branches for review to instructions * fix: move console.error into useEffect * fix: ignore clickaway on close * test: add test for onClose on clickaway * fix: memoize showToast and context value with useCallback/useMemo * fix: remove duplicate dependency entries from devDependencies in package.json * fix: pass showToast function directly to context instead of memoized object wrapper * fix: split combined toast state into three separate useState calls * refactor: extract error page props into named Props type * fix: fixes with Prettier * feat: integrate ToastProvider into app layout * refactor: extract shared ErrorCard component and align with MUI theme * refactor: rename ErrorCard props * fix: add suppressHydrationWarning to html tag to prevent expected mismatch * refactor: move Header and Footer into root layout * fix: wrap main content in semantic main element * fix: add borderBottom to AppBar in header --------- Co-authored-by: YuliaDemir <129578495+YuliaDemir@users.noreply.github.com>
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.
Summary
Initial project setup and development tooling configuration.
This PR prepares the application foundation for further feature development with Next.js, TypeScript, code quality tools, Redux, path aliases, and pre-commit checks.
Changes Made
Related issue
Closes #8
Feature
Feature 7: General Requirements
Acceptance criteria
Feature 1: App Header
Feature 2: Sign In / Sign Up
Feature 3: Swagger Editor
Feature 4: Swagger Viewer
Feature 5: History and Analytics
Feature 6: About Page
Feature 7: General Requirements
Feature 8: YouTube Video
Type of change
Checklist