feat: modernize landing page, refresh favicon, fix TS6/Biome2.5 build#1
Merged
Conversation
Redesign the landing page and bring tooling up to date with the recently upgraded dependencies (TypeScript 6, @types/node 26, Biome 2.5, semantic-release 25). UI / public site: - Rewrite public/index.html with a "Telegram Sky" design — light default + Telegram dark palette, Bricolage Grotesque + Onest fonts, README mockup hero, glass cards, scroll reveals, prefers-reduced-motion support. - Upgrade the generator: segmented style picker, labelColor field, colour pickers, logo toggle, Markdown/HTML/URL outputs; params omitted when default, readable @ in URLs. Add a live 5-style gallery and copyable crypto addresses. - Replace the emoji favicon with a crisp Telegram paper-plane SVG (public/favicon.svg). Build / tooling fixes (TS 6 + Biome 2.5): - tsconfig: moduleResolution/module -> nodenext (node10 deprecated in TS 6), add "types": ["node", "jest"] so test globals resolve. - biome.json: migrate experimentalScannerIgnores -> files.includes, run biome migrate (preset: recommended). - Regenerate package-lock.json to match the updated package.json (npm ci). - Add engines (node >=20.8.1); bump CI matrix to Node 20/22/24, release on 22. Docs: - Bump TypeScript badge 5.5 -> 6.0 across all README translations. - README: add live-generator link, refresh Tech Stack. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
🎉 This PR is included in version 1.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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
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.
What changed
Redesigns the landing page and fixes the build/tooling errors surfaced by the recently upgraded dependencies (TypeScript 6,
@types/node26, Biome 2.5, semantic-release 25).UI / public site
public/index.htmlwith a "Telegram Sky" design: light theme by default + a real Telegram dark palette (#0E1621/#17212B), Bricolage Grotesque + Onest fonts, a README-mockup hero showing the badge in context, glass cards, scroll-reveal animations, andprefers-reduced-motionsupport.labelColorfield, synced colour pickers, logo toggle, and Markdown / HTML / Direct-URL outputs. Params are omitted from the URL when left at default and@stays readable. Added a live gallery of all 5 styles and copyable crypto addresses.public/favicon.svg), verified legible from 16px to 128px.Build / tooling fixes (TS 6 + Biome 2.5)
tsconfig.json:module/moduleResolution→nodenext(node10is deprecated in TS 6) and added"types": ["node", "jest"]so test globals resolve again.biome.json: migrated deprecatedexperimentalScannerIgnoresintofiles.includesand ranbiome migrate(preset: "recommended").package-lock.jsonso it matches the updatedpackage.json(otherwisenpm ciin CI would fail).engines(node >=20.8.1); bumped CI matrix to Node 20/22/24 (18 is EOL and semantic-release 25 needs ≥20.8), release job on Node 22.Docs
5.5→6.0across all 11 README translations.README.md: added a live-generator link and refreshed the Tech Stack.Verification
tsc --noEmit— cleanbiome check .— cleanjest— 8/8 passingtscbuild emitsdist/Notes for reviewers
/api/telegram-badge, so they only appear on the Vercel deployment, not a plain static preview.npm auditreports 32 vulnerabilities in transitive dev dependencies (mostly the semantic-release toolchain). Not auto-fixed here —--forcepulls majors that could break the release pipeline. Can be addressed separately.