Commit Graph

265 Commits

Author SHA1 Message Date
tequ
c49eaeb707 Merge branch 'main' into fix/102-cookie-consent 2026-04-22 14:17:21 +09:00
tequ
c66e5128bb Merge pull request #99 from tequdev/refactor-locale-definitions
refactor: centralize locale definitions into i18n/locales.ts
2026-04-22 14:13:53 +09:00
tequ
0fd537b7da fix import 2026-04-22 14:10:30 +09:00
tequ
c4c4be72be fix to use defaultLocale 2026-04-22 14:06:57 +09:00
tequ
b33fde5de1 Merge branch 'main' into refactor-locale-definitions 2026-04-22 14:04:17 +09:00
tequ
5377c9c4ac Merge pull request #97 from tequdev/translate-ecosystem-top-text
fix: make ecosystem page header text translatable
2026-04-22 14:03:13 +09:00
tequ
e21e9c4494 Merge branch 'main' into fix/102-cookie-consent 2026-04-22 13:07:26 +09:00
tequ
792445dcc6 Merge remote-tracking branch 'upstream/main' into refactor-locale-definitions 2026-04-22 13:04:02 +09:00
tequ
abc6601ed6 Merge remote-tracking branch 'upstream/main' into translate-ecosystem-top-text 2026-04-22 13:02:41 +09:00
tequ
dace47e06a Merge pull request #92 from tequdev/biome-2.4.10
Fix lint and format warnings
2026-04-22 12:59:56 +09:00
tequ
a0a3b5dff7 Merge branch 'main' into biome-2.4.10 2026-04-22 11:27:55 +09:00
Andrei Rosseti
74e6c04ef6 fix: cookie consent import error 2026-04-21 20:44:01 -03:00
tequ
27fad12728 Merge branch 'main' into translate-ecosystem-top-text 2026-04-21 14:31:59 +09:00
tequ
754f94fd7d Merge branch 'main' into refactor-locale-definitions 2026-04-21 14:31:49 +09:00
Ekiserrepé
31322e46bb Merge pull request #98 from alloynetworks/improvements
docs: add locale contribution guide with pt-BR worked example
2026-04-21 07:28:10 +02:00
tequ
5c98181a9c add trademark translations to ecosystem.json 2026-04-21 01:53:33 +09:00
tequ
0dcebe39d0 refactor: centralize locale definitions into i18n/locales.ts 2026-04-21 01:51:03 +09:00
alloynetworks
aae9a625b2 docs: link ADDING-A-LOCALE.md from README 2026-04-20 18:53:44 +03:00
alloynetworks
1b355698f9 docs: add locale contribution guide with pt-BR worked example 2026-04-20 18:41:19 +03:00
tequ
f1e2251b75 translate ecosystem page title 2026-04-20 21:14:42 +09:00
tequ
168d48689a fix: make ecosystem page header text translatable 2026-04-20 21:07:15 +09:00
tequ
9ed69419f8 fix lint/complexity/useLiteralKeys and format comments 2026-04-20 20:27:22 +09:00
tequ
92acdf3627 Merge remote-tracking branch 'upstream/main' into biome-2.4.10 2026-04-20 20:15:07 +09:00
Thomas Silkjær
bb701400a4 Merge pull request #96 from alloynetworks/editorial-redesign
Redesign of website - major change
2026-04-20 12:36:38 +02:00
alloynetworks
962b1e27a2 feat: add localised trademark disclaimer to ecosystem page 2026-04-20 13:30:09 +03:00
alloynetworks
2d1d94a72a update numbers 2026-04-20 13:24:22 +03:00
alloynetworks
a6492d12dc fix: update account count to 200k+ across all locales 2026-04-20 11:54:44 +03:00
alloynetworks
fdf88a10b4 fix: remove stale logo reference 2026-04-20 11:26:07 +03:00
alloynetworks
9d61131d2b feat: ecosystem enterprises, home stats grid, coming-soon logo 2026-04-20 11:21:38 +03:00
Bharath Chari
52213bddc2 Add descriptive alt text to all editorial component images 2026-04-20 08:53:22 +03:00
Bharath Chari
d6c174c388 Remove unused @astrojs/node dependency and pin Biome to 2.4.12 2026-04-20 08:44:51 +03:00
Bharath Chari
a99230bb07 Fix Biome config, restore components, and remove superseded MDX pages 2026-04-20 08:32:40 +03:00
Bharath Chari
0c19aa3491 Update README — reflect editorial component system and JSON data files 2026-04-20 08:13:58 +03:00
Bharath Chari
a99a7494f9 Redesign editorial pages with white-card component system
Replace MDX/PageSection approach with dedicated .astro components for About,
Features, Connect, Contest, and Ecosystem pages. Introduce JSON data files
for all editorial content. Add DEVELOPMENT.md reference guide.
2026-04-20 08:12:11 +03:00
alloynetworks
bf2a9bf78d Add ja roadmap page (falls back to en content) 2026-04-19 13:06:50 +03:00
alloynetworks
b76bfd8277 Refactor for biome checks 2026-04-19 12:52:39 +03:00
Bharath Chari
32e157449a Add Export Feature. 2026-04-19 08:15:51 +03:00
Bharath Chari
81be0b4ed2 error in roadmap.json 2026-04-19 08:02:20 +03:00
Bharath Chari
41d6993b24 Changes to items 2026-04-19 07:56:36 +03:00
Bharath Chari
506cb1d9be change updation date 2026-04-18 16:10:56 +03:00
Bharath Chari
a9e47846a1 json modification 2026-04-18 16:00:59 +03:00
Bharath Chari
22a22ad939 Mobile for roadmap 2026-04-18 15:55:54 +03:00
alloynetworks
1a7d9abc2c Replace MDX roadmap pages with data-driven Xahau Roadmap component
Adds a build-time-rendered roadmap chart (XahauRoadmap.astro) backed by a
single JSON source of truth (src/data/roadmap.json) validated by a Zod
schema. The old hand-written per-locale MDX pages are removed in favour of
an Astro i18n route at src/pages/[...lang]/roadmap.astro that renders
/roadmap and /es/roadmap, using BaseLayout directly so the page shows one
heading instead of a duplicate PageLayout H1.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-18 12:54:36 +03:00
tequ
c4dba1e5c4 Merge remote-tracking branch 'upstream/main' into biome-2.4.10 2026-04-16 16:49:59 +09:00
Alloy Networks
cd29944810 Merge pull request #93 from Ekiserrepe/main
Update metrics
2026-04-15 12:21:56 +03:00
Ekiserrepé
7cc2f9a7c3 Update metrics 2026-04-15 11:13:45 +02:00
Ekiserrepé
733cae517a Merge pull request #91 from Xahau/i18n 2026-04-15 09:21:04 +02:00
tequ
e18fbea3ba format 2026-04-15 14:00:30 +09:00
tequ
6ff739d992 Add i18n translations for fraud report and restore locale-aware links 2026-04-15 13:48:11 +09:00
tequ
340ab71aa9 Add locale-aware URL resolution to remarkGlobalReferences plugin 2026-04-09 19:11:00 +09:00