-
Notifications
You must be signed in to change notification settings - Fork 12
Enhance Website with Overhauled Download Page, New Branding Section, and UI Improvements #227
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
base: master
Are you sure you want to change the base?
Conversation
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
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 ↗︎
|



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.