9 commits in all time Dec 17, 2025 21:28 – Mar 17, 2026 21:28 UTC
fix(ui): restore coin detail page with coin-specific data
Git Commit d80e6a16 Branch master Document 1/330 ++ 72 --
fix(ui): restore platform detail page with chain-specific data
The UI redesign replaced the platform detail template with a generic
all-platforms listing. Restore it as a proper detail page showing
chain-specific stats, supply distribution, and stablecoins table.
Git Commit fdd3ead0 Branch master Document 1/237 ++ 53 --
feat(ui): redesign with dark glass-card theme and design system
- Add design-system.css (CSS variables, colors, typography, spacing)
- Add components.css (glass cards, tables, badges, buttons, layout)
- Refactor common.css to use design system variables and utility classes
- Rewrite all EJS templates with new dark theme and consistent styling
- Fix HybridTransformer calling static formatNumber as instance method
- Fix template bugs: coin.logo->img_url, double $ on price, coin.chains->platforms
- Rewrite broken status.ejs table to properly use health data source loop
- Add new CSS files to static build copy list
- Update screenshot selectors to match new CSS classes
Git Commit 08249751 Branch master Document 14/896 ++ 3,861 --
fix(ui): fix broken links, add dominance metric, and enhance blockchains page
- Fix coin row links on home page to use /coins/{uri} instead of /coin/{symbol}
- Fix chain row links on blockchains page to use /platforms/{uri} instead of /chain/{name}
- Remove dead /api-docs link from footer
- Compute top coin dominance percentage in StablecoinDataService
- Add Dominant Coin column with real coin logos to blockchains table
- Add real chain logos from DeFiLlama icon CDN to blockchains table
- Center-align blockchains table cells
Git Commit ba7f6a2b Branch master Document 4/47 ++ 11 --
Merge dff59ccefd2c2709d81730111a464d9192701a34 into d8f669e769a631588480fccc3145045295be890e
Git Commit dfb64f69 Branch pull/64/merge Document 2/34 ++ 18 --
build(deps): bump qs and express
Bumps [qs](https://github.com/ljharb/qs) to 6.14.2 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `qs` from 6.13.0 to 6.14.2
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.13.0...v6.14.2)

Updates `express` from 4.21.2 to 4.22.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/v4.22.1/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.21.2...v4.22.1)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.14.2
  dependency-type: indirect
- dependency-name: express
  dependency-version: 4.22.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit dff59cce Branch dependabot/npm_and_yarn/multi-a07fd7252a Document 2/34 ++ 18 --
Merge 4a4af9b8c1e818f0ca299472be18ad8f20149533 into d8f669e769a631588480fccc3145045295be890e
Git Commit 3f6ce6ae Branch pull/63/merge Document 2/18 ++ 11 --
build(deps): bump axios from 1.12.2 to 1.13.5
Bumps [axios](https://github.com/axios/axios) from 1.12.2 to 1.13.5.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.12.2...v1.13.5)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.13.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit 4a4af9b8 Branch dependabot/npm_and_yarn/axios-1.13.5 Document 2/18 ++ 11 --
build(deps): bump qs and express
Bumps [qs](https://github.com/ljharb/qs) to 6.14.1 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `qs` from 6.13.0 to 6.14.1
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.13.0...v6.14.1)

Updates `express` from 4.21.2 to 4.22.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/v4.22.1/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.21.2...v4.22.1)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.14.1
  dependency-type: indirect
- dependency-name: express
  dependency-version: 4.22.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit d0c7360d Branch pull/62/head Document 2/38 ++ 19 --