-
Notifications
You must be signed in to change notification settings - Fork 0
release-3.0.0 #27
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
Merged
release-3.0.0 #27
Conversation
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
…hanced user greeting
…update Home component layout
…authentication logic
…s and constants imports
… and remove obsolete styles
…vateRoutes dependency
…nt component layout
…pdate API endpoints and improve UI elements
…user, journal, vault, and pin; remove deprecated app.router.js
…ling middleware; implement session validation with JWT
…ex files for improved structure and CORS configuration
…on, and password recovery; refactor user controller to remove authentication logic
…Your Secured Vault"
…ere a void return was expected. has been fixed.
amankrs21
commented
Mar 15, 2025
Owner
Author
amankrs21
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes are okay.
|
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.



release-3.0.0
fix: disable exhaustive-deps rule for useEffect in Journal componentrefactor: restructure entry point and update home page layout with enhanced user greetingfeat: implement new routing structure with ErrorBoundary and Loading contextstyle: add global styles for consistent layout and typographychore: update dependencies for @emotion and @mui packagesfeat: implement loading context and refactor loading componentfeat: add ErrorPage component and implement AuthContext for authentication managementfeat: add LogoutPop component and integrate logout functionality in Headerfeat: refactor KeyAccessModal and KeySetupModal to use useAuth hook; update Home component layoutfeat: refactor account components to use useAuth hook and streamline authentication logicfeat: refactor authentication logic to use useAuth hook; update styles and constants importsfeat: add index.html and secure.png for SecureVault landing pagefeat: add 404 and 503 error pages; refactor error handling components and remove obsolete stylesfeat: enhance Loading component with dynamic messages and improve PrivateRoutes dependencyfeat: update API endpoints for user account actions and enhance Account component layoutfeat: refactor Journal, Vault components and their related dialogs; update API endpoints and improve UI elementsfeat: restructure routing by creating separate route files for auth, user, journal, vault, and pin; remove deprecated app.router.jsfeat: add MongoDB connection configuration and centralized error handling middleware; implement session validation with JWTfeat: update error messages for form validation; refactor app and index files for improved structure and CORS configurationfeat: implement authentication controller with user login, registration, and password recovery; refactor user controller to remove authentication logicfeat: update Vault component title from "Your Secured Passwords" to "Your Secured Vault"FIX: Sonar fix for 'PaperProps' is deprecated.`