pezkuwichain
45320e6f27
refactor: remove non-Pezkuwi blockchains from menu and update external service URLs
...
- Remove Paseo, prodChains, testChains from sidebar menu
- Keep only Pezkuwi, Dicle, Zagros networks and their parachains
- Update external service links to use Pezkuwi domains:
- explorer.pezkuwichain.io (block explorer)
- scan.pezkuwichain.io (blockchain scanner)
- statescan.pezkuwichain.io (state explorer)
- stats.pezkuwichain.io (validator stats)
- treasury.pezkuwichain.io (treasury dashboard)
- governance.pezkuwichain.io (governance portal)
- Disable non-applicable external services (Subsquare, KodaDot, etc.)
- Fix eslint errors (key ordering, unsafe member access)
2026-01-08 11:16:24 +03:00
pezkuwichain
d9eb5d9715
fix: remove unnecessary type assertions and fix key ordering in index.ts
2026-01-08 10:38:03 +03:00
pezkuwichain
7c1295d1d5
fix: resolve remaining eslint errors (key ordering and unsafe member access)
2026-01-08 10:27:55 +03:00
pezkuwichain
55d7dcb23b
fix: fix key ordering in endpoint configs
2026-01-08 02:30:31 +03:00
pezkuwichain
7e205f6c12
fix: add eslint-disable for unsafe-assignment errors
2026-01-08 02:25:25 +03:00
pezkuwichain
e0d25b2d3a
fix: fix remaining lint errors
2026-01-08 02:11:31 +03:00
pezkuwichain
513dc8e57f
fix: fix lint errors and update headers
2026-01-08 02:04:15 +03:00
pezkuwichain
0247a5238e
chore: update yarn.lock for @pezkuwi/dev@0.85.3
2026-01-08 01:45:39 +03:00
pezkuwichain
f1f5baf5f2
chore: update @pezkuwi/dev to 0.85.3
2026-01-08 01:36:37 +03:00
pezkuwichain
8416c121a1
chore: update copyright year to 2026
2026-01-08 00:30:05 +03:00
pezkuwichain
d7a99488d5
chore: add workflow_dispatch trigger to push-main.yml
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-08 00:22:05 +03:00
pezkuwichain
87854ee7a1
fix: update URLs and fix workflow authentication
...
- Replace pezkuwi.js.org with pezkuwichain.app domain
- Replace jacogr/pezkuwi-js-apps with pezkuwichain/pezkuwi-apps Docker image
- Fix GH_PAT_BOT secret issue by using GITHUB_TOKEN
- Update GitHub org references from pezkuwi-js to pezkuwichain
- Update issue template to point to docs.pezkuwichain.io
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-08 00:00:35 +03:00
pezkuwichain
6cc99ea3ea
Add CodeQL analysis workflow configuration
2026-01-07 23:42:22 +03:00
pezkuwichain
67d71e128d
feat: implement dark/light theme switching
...
- Add ui-settings resolution for v3.16.9
- Add CSS variables for dark/light themes in GlobalStyle
- Set default data-theme attribute on html element
- Simplify theme creation in Root.tsx
- Disable webpack error overlay for cleaner dev experience
2026-01-07 19:22:38 +03:00
pezkuwichain
fe0e014c4e
feat: add Kurdish, Turkish, and Persian language support
...
- Add Kurdish (Kurmanji) - ku
- Add Kurdish (Sorani) - ckb
- Add Turkish - tr
- Add Persian (Farsi) - fa
2026-01-07 16:32:36 +03:00
pezkuwichain
a91f2cf714
fix: update URLs, logos, and package versions
...
- Fix GitHub URLs from pezkuwi-js/apps to pezkuwichain/pezkuwi-apps
- Fix wiki URL from wiki.pezkuwi.network to wiki.pezkuwichain.io
- Fix support/statement URLs to use pezkuwichain.io domain
- Fix chain logos import (use variables instead of strings)
- Update @pezkuwi/networks to ^14.0.9
- Update @pezkuwi/types-known to ^16.5.8
2026-01-07 16:23:36 +03:00
pezkuwichain
6f59b1f3e4
fix: hardcode genesis hashes for Dicle, Pezkuwi, Zagros
2026-01-07 13:20:56 +03:00
pezkuwichain
8679c871d1
fix: update page title to Pezkuwi/Bizinikiwi Portal
2026-01-07 13:16:52 +03:00
pezkuwichain
d21bfb1320
feat: initial Pezkuwi Apps rebrand from polkadot-apps
...
Rebranded terminology:
- Polkadot → Pezkuwi
- Kusama → Dicle
- Westend → Zagros
- Rococo → PezkuwiChain
- Substrate → Bizinikiwi
- parachain → teyrchain
Custom logos with Kurdistan brand colors (#e6007a → #86e62a):
- bizinikiwi-hexagon.svg
- sora-bizinikiwi.svg
- hezscanner.svg
- heztreasury.svg
- pezkuwiscan.svg
- pezkuwistats.svg
- pezkuwiassembly.svg
- pezkuwiholic.svg
2026-01-07 13:05:27 +03:00