Pull Request #121 by snehalkadwe
added user's timezone to display contents in their timezone
Description
- Get the user's timezone from the browser
- Converted the contents
startTimeUnix
to user's timezone and added a link on time to redirect it timeanddate.com
- Now the Card would dynamically display: "August 25 at 7:00 PM" in the user's local time zone.
Type of change
Please delete options that are not relevant.
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
Responsive Testing?
(Only applicable for Frontend changes)
Checked for: (width in px)
- [ ] Laptop L - 1440px
- [ ] Laptop - 1024px
- [ ] Tablet - 768px
- [ ] Mobile M - 375px
Checklist:
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in modules10 Replies
Pull Request #299 by Rushikesh0107
Feat/scroll responsive fixed nav bar
added the responsive nav bar.
FFIXES:- #295
Pull Request #299 by Rushikesh0107
Feat/scroll responsive fixed nav bar
added the responsive nav bar.
FFIXES:- #295
Unknown User•12mo ago
Message Not Public
Sign In & Join Server To View
Pull Request #416 by Chakit22
Validation/coding profile usernames
1. Added validation check for the usernames entered while updating the ratings to the leaderboard.
2. Threw an error with a a suitable message.
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
Summary by CodeRabbit
- Bug Fixes
- Enhanced username validation to prevent the use of URLs as usernames, ensuring a more secure and reliable user experience.
- Improved error handling in user dashboard ratings to provide clearer error messages and prevent potential crashes.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Pull Request #415 by pranshugupta54
Add OSSFriendsPage component to App.jsx and CustomComponents.jsx
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
Summary by CodeRabbit
- New Features
- Introduced a new page
OSSFriendsPage
to showcase open source friends.
- Added a Card
component displaying contest details for each open source friend.
- Included a new route to access the OSSFriendsPage
directly from the app navigation.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->Pull Request #414 by Chakit22
Added validation for coding profile usernames.
1. Added validation check for the usernames entered while updating the ratings to the leaderboard.
2. Threw an error with a a suitable message.
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
Summary by CodeRabbit
- Bug Fixes
- Enhanced username validation to prevent URLs from being submitted as usernames.
- Improved error handling on the user dashboard to provide clearer messages when an "Invalid Username" issue occurs.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Pull Request #407 by im-vedant
Updated You section
fixes #338
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
Summary by CodeRabbit
- Refactor
- Improved visual presentation and responsiveness of the leaderboard.
- Style - Updated styles for user avatars and usernames. - Enhanced display of user ratings with a focus on readability. - Bug Fixes - Fixed conditional rendering issues for usernames and user ratings on various screen sizes. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Style - Updated styles for user avatars and usernames. - Enhanced display of user ratings with a focus on readability. - Bug Fixes - Fixed conditional rendering issues for usernames and user ratings on various screen sizes. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Pull Request #321 by Zolo-Ryan
[FEATURE] Added a option to download and view pdf generated from user data
Now users can download their auto generated pdf directly, the pdf thus generated will have clickable links as usual.
A template was created for the same purpose which can be designed to improve the look of resume without affecting the backend.
A controller was created for this purpose.
https://github.com/digitomize/digitomize/assets/119104324/4a3c02da-5719-4541-9dd5-819720715561
Pull Request #299 by Rushikesh0107
Feat/scroll responsive fixed nav bar
added the responsive nav bar.
FFIXES:- #295
Unknown User•9mo ago
Message Not Public
Sign In & Join Server To View