This repository was archived by the owner on Jan 25, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Enhance Website with Overhauled Download Page, New Branding Section, and UI Improvements #227
Open
charlottewiltshire0
wants to merge
190
commits into
master
Choose a base branch
from
feature/update-v2.5
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Fix/favicon
… and cookie handling
…ovements Improve Cookie Consent Accessibility and Add Callbacks
…proved descriptions
…em for better structure
…vements Download page improvements
…ing and metadata management
…ndomQuote component
…equestAnimationFrame
…age generation logic
… streamline metadata export
Blog System Overhaul
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
main-website | 595b18d | Jul 06 2025, 03:20 PM |
opdev1004
approved these changes
Jul 6, 2025
Contributor
opdev1004
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.
Looking good to me
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.



This pull request introduces a wide-ranging set of features, enhancements, and refactors across the entire application. The changes include the introduction of a new branding page, a complete overhaul of the download and blog functionalities, significant UI component additions, and numerous improvements to code quality, internationalization, and backend services.
Key Features & Enhancements
1. New Branding Page
/brandingpage has been created to provide official brand assets and guidelines.BrandLogo,BrandSymbol,BrandClearspace,BrandColors, andBrandLegalGuidelinescomponents display different logo variations, color palettes, and usage rules.2. Revamped Download Experience
/api/download/versions) fetches and displays historical releases from GitHub, allowing users to download older versions.SelectandTabsfor a better user experience.3. Enhanced Blog & New Changelog Section
useBlogFiltershook, allowing users to filter posts by tags and search query.BlogFilters: A dedicated component for search and multi-select tag filtering.BlogPostCard: A redesigned card for displaying blog posts.BlogRandomQuote: A component that displays a random quote from a blog post.GoToTop: A button that appears on scroll to return to the top of the page./changelogsection has been added to display version updates, with its own sidebar for filtering by platform and a table of contents for individual entries.4. UI Component Library Expansion
Alert,Badge,Checkbox,Select,Sidebar,Tabs,Tooltip.AnimatedButton: A customizable button with hover and press effects.GlowingEffect: A component to add a glowing effect to elements.5. Internationalization (i18n)
translation.json) have been extensively updated to support the new features, including the download dialog, changelog, and blog filtering.@sanity/language-filterplugin to improve the content management experience for multilingual content.Refactoring & Code Quality
Footer,Header, andCookieConsent, have been refactored for better readability, reusability, and to use new shared components likeSharedNavLink.use-os,use-scroll-visibility, anduse-blog-filtershave been introduced to encapsulate complex logic and improve state management.platform,changelog, and a reusableblockContentobject have been added to support the new features.Fixes & Miscellaneous
pnpm-lock.yamlfile in favor ofbun.lock.README.mdhas been updated with a "Hardware Requirement" section and details about the technology stack.This pull request represents a significant step forward in functionality, user experience, and code architecture for the website.