- Notifications
You must be signed in to change notification settings - Fork 0
fix(carousel): Fix carousel transition #34
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
Merged
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
| The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
EdwinDev6 added a commit that referenced this pull request Jan 25, 2024
* Delete Environment Variables * Feat Application with notifications (#26) * Delete Environment Variables * Fix README * Fix Title README * Feat Clone funcionality in README * Delete Clone documentacion README * Feat author in README * Feat when we do Crud operation in the project * Fix wrong button conditional * Refactor console.log in code * Delete Console and use semantic html in Postcard * Refactor semantic html * feat (auth): user data protected by cookies (#27) * Delete Environment Variables * Fix README * Fix Title README * Feat Clone funcionality in README * Delete Clone documentacion README * Feat author in README * Feat when we do Crud operation in the project * Fix wrong button conditional * Refactor console.log in code * Delete Console and use semantic html in Postcard * Refactor semantic html * Feat display of registered users * Feat: Implementing persistence authentication using cookies 🍪 Details: In this commit, persistent authentication has been implemented using cookies to maintain the user's session between sessions. This allows users to remain authenticated even after restarting the page or closing the browser. User data is now securely stored in a cookie, improving user experience and ensuring smooth browsing. -When editing a post it is displayed automatically without having to restart the page 🐞 A critical bug has also been fixed: -The bug that caused user data to be lost when restarting the page has been resolved. Previously, users experienced the annoyance of having to log in again every time they reloaded the page. Now, user data is properly maintained thanks to the persistence of cookies, providing a smoother and more satisfying experience. This commit marks an important step towards a more robust and reliable user experience! 🚀 * Fix: Login or logout in the nabvar depending on the session -Resolution of a bug that did not show whether the session had been logged in or not * Delete Console * Fix: bug that made infinite calls to the backend * Fix: (Nabvar): improving navigation based on permissions Details: The navigation bar has been changed according to each view, now the admin should not see the user view * Fix: navigate to home by clicking on the logo (#28) * refactor changing HTML tags for semantic tags (#29) * Fix: navigate to home by clicking on the logo * Refactor semantic html in login and navbar * feat(semantics): Change HTML tags for semantic tags Replaced most non-semantic HTML tags in the code by appropriate semantic tags to improve the structure and content accessibility. * Fix warning in cosole * Fix The admin cannot have the user view and vice versa. * Fix cancel pointer event (#30) * Feat functionality that does not allow viewing the navbar in the signup route (#31) * Feat error notifications when doing login or signup (#32) * Fix password length validation (#33) now it does not allow creating a password shorter than 6 characters * Fix carousel transition (#34) * Fix iterable posts * feat(posts): Add author, category and source to admin and user views (#35) * feat(image-edit): allow changing images after publication (#36) * Fix(navbar): fix link home appeared where it shouldn't * Fix: moderator role * Feat(Post):editing images after publication Details: -Now you can change one image for another after being published. -a preview of the selected images was added before publishing * Refactor: position to source in the post (#37) * Refactor: source position in the post * feat: Add Markdown formatting (#38) BREAKING CHANGE: There are no major changes to functionality or backwards compatibility. * Refactor: space between title and source description * Refactor: improve image src update (#40) * Refactor: improve image src update * Fix: bug in post images * Fix:(auth) login If the user exists (#41) * Fix(post) data required to publish * fix: source not requeride * Fix(post): bug that towards editing the obligatory category * feat: Implementation of detailed views of posts and interactive comments (#42) * Feat: View implementation to see the details of a post Details: -posts now have a see more button -all posts have a maximum size -changed the way of organizing from the backend using a best practice * Feat: implementation of view where comments are seen * Feat: comments in the app * Feat: subscription view implementation details: -user can subscribe to newsletters -the user can unsubscribe from newsletters -the user will be able to enter that view through the navbar * Feat: implementation sharing to social networks Details: -removal of icon without function in posts -new menu in single post view -sharing functionality on whatsapp -facebook sharing functionality -Linkedin sharing functionality -By clicking on the link on each social network you will be redirected to techtalk * style: design change in comments * feat: comment working immediately * feat: add useRouteVariables hook Details: Created a new hook, useRouteVariables, to encapsulate the logic for extracting route-related variables. This hook is utilized in the Navbar component to manage route-specific behavior. This change improves organization and readability. * feat(postcard): make entire post card clickable Wrap the entire post card in a Link component to enable clicking anywhere on the card to navigate to the post details. This improves usability by providing a more intuitive interaction for users. * fix: bug that when clicking a button redirects where it was not * feat: implement functionality to display edit/delete buttons for comments - Updated Comments.jsx in the frontend to render edit and delete buttons only if commentator's name matches the username in cookies. - In the PostDetailsCard component, adjusted handleDeleteComment to check if the comment can be deleted before making the server request. - Tweaked success and error toast messages for better reflection of actions performed. - Removed unused code block in handleDeleteComment in PostDetailsCard." * Fix(comments): update automatically make or delete a comment details: -When deleting a comment it sent 2 alerts, one correct and one error (corrected) -When you post or delete a comment, after the first comment they were not updated and the deleted ones remained on the page * Feat(comments):comment editing implementation Details: -When you click the "edit" button in your own comment, a text area will open with your text so you can edit it in real time (only if you are the author of the comment). * fix: getting the token correctly * Fix/admin/view (#43) * Fix:admin stays logged in -If you are not a registered user you cannot enter the post view * Fix: The navbar will not present views that you cannot enter * refactor: date format * Feat: goback button in detailPost * feat(subscription): implement automatic unsubscribe process (#44) This commit updates the SubscriptionPage component to automatically trigger an unsubscribe request when the page loads. The page now sends a POST request to the backend endpoint '/unsubscribe' with the email retrieved from the cookie. Additionally, the UnsubscribeSuccessPage now displays a success message upon successful unsubscription. * fix: routes in navbar * refactor: size carousel (#45) * Feat: implementation of user options (#46) -the user can see which email is in session -has special options -option dropdown * Feat(auth): forgot and reset password (#47) Changes: -Forgot password -Reset password -Send email with nodemailer * feat: manage/roles (#48) * Style: section logout in dropdown -now subscribe, support and logout have the same style * Feat: implementation of role changes -You can manage and change the role of the users -You can only change roles if you are an admin * Fix/routes/navbar (#49) * Refactor: elimination of repeated route and change of route for those not logged in * Feat: icon in the app and fix routes for roles * Fix/views (#50) * Style: change of sizes and design -Change the style of the comment box and apply a min-height and max-height. -Hidden the token's recovery password. -Modify password recovery with 2 verifications. * Fix: bug when logging in * Refactor: format document * Feat: implementation .env in contact and styles ResetPassword and ForgotPassword page
EdwinDev6 added a commit that referenced this pull request Jan 25, 2024
* Delete Environment Variables * Feat Application with notifications (#26) * Delete Environment Variables * Fix README * Fix Title README * Feat Clone funcionality in README * Delete Clone documentacion README * Feat author in README * Feat when we do Crud operation in the project * Fix wrong button conditional * Refactor console.log in code * Delete Console and use semantic html in Postcard * Refactor semantic html * feat (auth): user data protected by cookies (#27) * Delete Environment Variables * Fix README * Fix Title README * Feat Clone funcionality in README * Delete Clone documentacion README * Feat author in README * Feat when we do Crud operation in the project * Fix wrong button conditional * Refactor console.log in code * Delete Console and use semantic html in Postcard * Refactor semantic html * Feat display of registered users * Feat: Implementing persistence authentication using cookies 🍪 Details: In this commit, persistent authentication has been implemented using cookies to maintain the user's session between sessions. This allows users to remain authenticated even after restarting the page or closing the browser. User data is now securely stored in a cookie, improving user experience and ensuring smooth browsing. -When editing a post it is displayed automatically without having to restart the page 🐞 A critical bug has also been fixed: -The bug that caused user data to be lost when restarting the page has been resolved. Previously, users experienced the annoyance of having to log in again every time they reloaded the page. Now, user data is properly maintained thanks to the persistence of cookies, providing a smoother and more satisfying experience. This commit marks an important step towards a more robust and reliable user experience! 🚀 * Fix: Login or logout in the nabvar depending on the session -Resolution of a bug that did not show whether the session had been logged in or not * Delete Console * Fix: bug that made infinite calls to the backend * Fix: (Nabvar): improving navigation based on permissions Details: The navigation bar has been changed according to each view, now the admin should not see the user view * Fix: navigate to home by clicking on the logo (#28) * refactor changing HTML tags for semantic tags (#29) * Fix: navigate to home by clicking on the logo * Refactor semantic html in login and navbar * feat(semantics): Change HTML tags for semantic tags Replaced most non-semantic HTML tags in the code by appropriate semantic tags to improve the structure and content accessibility. * Fix warning in cosole * Fix The admin cannot have the user view and vice versa. * Fix cancel pointer event (#30) * Feat functionality that does not allow viewing the navbar in the signup route (#31) * Feat error notifications when doing login or signup (#32) * Fix password length validation (#33) now it does not allow creating a password shorter than 6 characters * Fix carousel transition (#34) * Fix iterable posts * feat(posts): Add author, category and source to admin and user views (#35) * feat(image-edit): allow changing images after publication (#36) * Fix(navbar): fix link home appeared where it shouldn't * Fix: moderator role * Feat(Post):editing images after publication Details: -Now you can change one image for another after being published. -a preview of the selected images was added before publishing * Refactor: position to source in the post (#37) * Refactor: source position in the post * feat: Add Markdown formatting (#38) BREAKING CHANGE: There are no major changes to functionality or backwards compatibility. * Refactor: space between title and source description * Refactor: improve image src update (#40) * Refactor: improve image src update * Fix: bug in post images * Fix:(auth) login If the user exists (#41) * Fix(post) data required to publish * fix: source not requeride * Fix(post): bug that towards editing the obligatory category * feat: Implementation of detailed views of posts and interactive comments (#42) * Feat: View implementation to see the details of a post Details: -posts now have a see more button -all posts have a maximum size -changed the way of organizing from the backend using a best practice * Feat: implementation of view where comments are seen * Feat: comments in the app * Feat: subscription view implementation details: -user can subscribe to newsletters -the user can unsubscribe from newsletters -the user will be able to enter that view through the navbar * Feat: implementation sharing to social networks Details: -removal of icon without function in posts -new menu in single post view -sharing functionality on whatsapp -facebook sharing functionality -Linkedin sharing functionality -By clicking on the link on each social network you will be redirected to techtalk * style: design change in comments * feat: comment working immediately * feat: add useRouteVariables hook Details: Created a new hook, useRouteVariables, to encapsulate the logic for extracting route-related variables. This hook is utilized in the Navbar component to manage route-specific behavior. This change improves organization and readability. * feat(postcard): make entire post card clickable Wrap the entire post card in a Link component to enable clicking anywhere on the card to navigate to the post details. This improves usability by providing a more intuitive interaction for users. * fix: bug that when clicking a button redirects where it was not * feat: implement functionality to display edit/delete buttons for comments - Updated Comments.jsx in the frontend to render edit and delete buttons only if commentator's name matches the username in cookies. - In the PostDetailsCard component, adjusted handleDeleteComment to check if the comment can be deleted before making the server request. - Tweaked success and error toast messages for better reflection of actions performed. - Removed unused code block in handleDeleteComment in PostDetailsCard." * Fix(comments): update automatically make or delete a comment details: -When deleting a comment it sent 2 alerts, one correct and one error (corrected) -When you post or delete a comment, after the first comment they were not updated and the deleted ones remained on the page * Feat(comments):comment editing implementation Details: -When you click the "edit" button in your own comment, a text area will open with your text so you can edit it in real time (only if you are the author of the comment). * fix: getting the token correctly * Fix/admin/view (#43) * Fix:admin stays logged in -If you are not a registered user you cannot enter the post view * Fix: The navbar will not present views that you cannot enter * refactor: date format * Feat: goback button in detailPost * feat(subscription): implement automatic unsubscribe process (#44) This commit updates the SubscriptionPage component to automatically trigger an unsubscribe request when the page loads. The page now sends a POST request to the backend endpoint '/unsubscribe' with the email retrieved from the cookie. Additionally, the UnsubscribeSuccessPage now displays a success message upon successful unsubscription. * fix: routes in navbar * refactor: size carousel (#45) * Feat: implementation of user options (#46) -the user can see which email is in session -has special options -option dropdown * Feat(auth): forgot and reset password (#47) Changes: -Forgot password -Reset password -Send email with nodemailer * feat: manage/roles (#48) * Style: section logout in dropdown -now subscribe, support and logout have the same style * Feat: implementation of role changes -You can manage and change the role of the users -You can only change roles if you are an admin * Fix/routes/navbar (#49) * Refactor: elimination of repeated route and change of route for those not logged in * Feat: icon in the app and fix routes for roles * Fix/views (#50) * Style: change of sizes and design -Change the style of the comment box and apply a min-height and max-height. -Hidden the token's recovery password. -Modify password recovery with 2 verifications. * Fix: bug when logging in * Refactor: format document * Feat: implementation .env in contact and styles ResetPassword and ForgotPassword page * Fix/views (#52) * Style: change of sizes and design -Change the style of the comment box and apply a min-height and max-height. -Hidden the token's recovery password. -Modify password recovery with 2 verifications. * Fix: bug when logging in * Refactor: format document * Feat: implementation .env in contact and styles ResetPassword and ForgotPassword page * Feat: add icon comments and format contactPage * Feat: dropdown to manage post in moderator page * Style: buttons in the comments * Style: textarea in edit comments * Feat: icon comments in userpost * Feat: implementation baseUrl environment variable
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.
Now the carousel is bigger, has a better design and automatic transition