// Version history and updates
This page records all the version updates and new features being added to this website. For more information, please visit the github repository.
Completed the basic functionalities of all the main pages beside <Projects> and not yet deployed publicly.
All (main) pages completed and deployed the website. Fixed the responsiveness and the overflowing issue on mobile viewports.
Full responsiveness on the mobile viewport by removing limited 'max-width' properties. pages involved: blogs, individual blog, contents map.
LeetCode page made (almost fully complete for the summary page), however each page of the problem still needs further work. Credits page created and finished. Added icon & changed name of the site.
Restyled the Project component. Implemented Grid for mobile viewports.
Functioning LeetCode page made for individual problems. Styled the code section with markdown plugins and adjusted element-positionings to make the page mobile-friendly.
Added a CV page with a pdf viewer, refined About page to be more professional and adjusted the styling on the LeetCode problem page.
Pagination system applied on the LeetCode listing page (reducing loading & rendering time). Added a redirect component for every LeetCode problem to the official site.
Added a folder to store all LeetCode Problems files instead of stuffing every problem into 1. Applied an extra layer to process the problem data.
Replaced the difficulty tags of the LeetCode page with buttons on mobile viewports, restyled appearance on desktop version. Restyled the code section on individual problem pages (added line numbers & applied Syntax highlight).
Added a new background inspired by Taroj1205. Restyled most of the card-like components on pages: Projects, Contents, LeetCode. Implemented animations for certain elements to move when on hover and shifted the aesthetic of the website to be more modern.
Implemented intro animations on all pages using Motion & CSS (Blogs). Created a new navbar with a more sleek look to match the theme.
Implemented dark mode.
Restyled About (Home) page, reworded text sections on About and Blogs page.
Spacing issues fixed on Contents page, added new scrollbar. Patched unusual frontend functionalities.
Updated the visual of the [About] page and [Contents] page to look more like a folder structure and easier to navigate. Made a temporary 404 page. Fixed minor layout issues on [Layout.tsx].