pezkuwichain
6c6aa2883f
Fix Jest mocks for CI: add virtual: true for optional packages
...
@polkadot/api and @pezkuwi/* packages are not installed in CI,
so jest.mock needs virtual: true to allow mocking without the
actual module being present.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-18 03:30:47 +03:00
pezkuwichain
40bc15f1f9
Fix all ESLint errors in mobile app (157 errors -> 0)
...
Major fixes:
- Replace `any` types with proper TypeScript types across all files
- Convert require() imports to ES module imports
- Add __DEV__ guards to console statements
- Escape special characters in JSX (' and ")
- Fix unused variables (prefix with _ or remove)
- Fix React hooks violations (useCallback, useMemo patterns)
- Convert wasm-crypto-shim.js to TypeScript
- Add eslint-disable comments for valid setState patterns
Files affected: 50+ screens, components, contexts, and services
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-18 02:55:03 +03:00
pezkuwichain
1a47363938
Fix all ESLint errors in mobile app (157 errors -> 0)
...
Major fixes:
- Replace `any` types with proper TypeScript types across all files
- Convert require() imports to ES module imports
- Add __DEV__ guards to console statements
- Escape special characters in JSX (' and ")
- Fix unused variables (prefix with _ or remove)
- Fix React hooks violations (useCallback, useMemo patterns)
- Convert wasm-crypto-shim.js to TypeScript
- Add eslint-disable comments for valid setState patterns
Files affected: 50+ screens, components, contexts, and services
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-18 02:55:03 +03:00
pezkuwichain
6979f36721
Fix ESLint errors in governance screens, services, types, and utils
2026-01-18 01:51:22 +03:00
pezkuwichain
b9903831c6
Fix ESLint errors in governance screens, services, types, and utils
2026-01-18 01:51:22 +03:00
pezkuwichain
28b9cec71b
Fix ESLint errors in remaining screens: TaxZekat, WhatsKURD, governance screens
2026-01-18 01:48:13 +03:00
pezkuwichain
80eac5d6b9
Fix ESLint errors in remaining screens: TaxZekat, WhatsKURD, governance screens
2026-01-18 01:48:13 +03:00
pezkuwichain
1f6e449041
Fix ESLint errors: escape entities, fix any types, remove unused imports
2026-01-18 01:45:31 +03:00
pezkuwichain
a5c3ec4032
Fix ESLint errors: escape entities, fix any types, remove unused imports
2026-01-18 01:45:31 +03:00
pezkuwichain
4c3a70be92
Fix ESLint errors: remove any types, fix console statements, remove unused vars
2026-01-18 01:41:41 +03:00
pezkuwichain
3e89c3fe05
Fix ESLint errors: remove any types, fix console statements, remove unused vars
2026-01-18 01:41:41 +03:00
pezkuwichain
33033a31f0
Fix web build polyfills and mobile ESLint ignore patterns
2026-01-18 01:28:04 +03:00
pezkuwichain
d75c587a3f
Fix web build polyfills and mobile ESLint ignore patterns
2026-01-18 01:28:04 +03:00
pezkuwichain
a963a96d53
Fix mobile peer deps, skip SDK UI job for now
2026-01-18 01:22:06 +03:00
pezkuwichain
02880b4004
Fix mobile peer deps, skip SDK UI job for now
2026-01-18 01:22:06 +03:00
pezkuwichain
f6d53276a3
Fix mobile types override and SDK UI yarn detection
2026-01-18 01:17:35 +03:00
pezkuwichain
20bdbe1905
Fix mobile types override and SDK UI yarn detection
2026-01-18 01:17:35 +03:00
pezkuwichain
bbb442a70b
Fix CI: remove root package.json, fix mobile overrides, update workflow
2026-01-18 01:13:24 +03:00
pezkuwichain
c75ae9a7f5
Fix CI: remove root package.json, fix mobile overrides, update workflow
2026-01-18 01:13:24 +03:00
pezkuwichain
dfc8d27c39
Add presale lib and backup file, ignore credentials
2026-01-18 01:08:42 +03:00
pezkuwichain
2855c0b106
Add presale lib and backup file, ignore credentials
2026-01-18 01:08:42 +03:00
pezkuwichain
48caa0cd87
Add unified build scripts and update Quality Gate workflow for all packages
2026-01-18 01:07:27 +03:00
pezkuwichain
994625b6b5
Add unified build scripts and update Quality Gate workflow for all packages
2026-01-18 01:07:27 +03:00
pezkuwichain
83f0e39543
Update @pezkuwi/extension-dapp to 0.62.20
2026-01-18 01:04:04 +03:00
pezkuwichain
b82f57a3ee
Update @pezkuwi/extension-dapp to 0.62.20
2026-01-18 01:04:04 +03:00
pezkuwichain
f7f533b8ec
Update promotional images and web package dependencies
2026-01-17 23:20:03 +03:00
pezkuwichain
21ed5ee318
Update promotional images and web package dependencies
2026-01-17 23:20:03 +03:00
pezkuwichain
28f1f0de96
Fix TypeScript errors and update dependencies
...
- Fix ReactPortal return types in PopupWindow, Tooltip, Modal
- Fix RefObject type compatibility for React 18
- Update extension-dapp dependency to 0.62.19
- Update vanitygen dependency to 1.0.1
- Add eslint-scope resolution for webpack
- Remove unused @ts-expect-error directives
- Update mobile test snapshots
2026-01-17 23:13:47 +03:00
pezkuwichain
a6f51d0822
Fix TypeScript errors and update dependencies
...
- Fix ReactPortal return types in PopupWindow, Tooltip, Modal
- Fix RefObject type compatibility for React 18
- Update extension-dapp dependency to 0.62.19
- Update vanitygen dependency to 1.0.1
- Add eslint-scope resolution for webpack
- Remove unused @ts-expect-error directives
- Update mobile test snapshots
2026-01-17 23:13:47 +03:00
pezkuwichain
10ed6e78a5
fix: remove local path aliases for extension packages in vite config
2026-01-17 19:32:20 +03:00
pezkuwichain
667509c5dc
fix: remove local path aliases for extension packages in vite config
2026-01-17 19:32:20 +03:00
pezkuwichain
2276c557e2
Fix lint: remove unused Smartphone import
2026-01-17 18:44:23 +03:00
pezkuwichain
031c911bb2
Fix lint: remove unused Smartphone import
2026-01-17 18:44:23 +03:00
pezkuwichain
1b29df3379
Reorganize images and update web components
2026-01-17 18:40:21 +03:00
pezkuwichain
999a0a5c48
Reorganize images and update web components
2026-01-17 18:40:21 +03:00
pezkuwichain
f3e4e344ff
Fix lint: remove unused imports
2026-01-17 18:29:00 +03:00
pezkuwichain
71a4f2c9a3
Fix lint: remove unused imports
2026-01-17 18:29:00 +03:00
pezkuwichain
aa7892b3ea
Update @pezkuwi/extension packages to 0.62.18
2026-01-17 16:31:58 +03:00
pezkuwichain
b40cba984f
Update @pezkuwi/extension packages to 0.62.18
2026-01-17 16:31:58 +03:00
pezkuwichain
a3924b0d3a
Add Nova Wallet style token list with real prices
...
- Fix showAlert crash (recursive call -> Alert.alert)
- Add TokenService for dynamic token fetching
- Known tokens (HEZ, PEZ, USDT, DOT, BTC, ETH) always shown
- CoinGecko prices with fallback (HEZ=DOT/4, PEZ=DOT/10)
- Use PNG logos for HEZ/PEZ instead of SVG components
- Token search uses allTokens with proper filtering
- 30s auto-refresh for price updates
2026-01-17 13:52:09 +03:00
pezkuwichain
e3f8b85016
Add Nova Wallet style token list with real prices
...
- Fix showAlert crash (recursive call -> Alert.alert)
- Add TokenService for dynamic token fetching
- Known tokens (HEZ, PEZ, USDT, DOT, BTC, ETH) always shown
- CoinGecko prices with fallback (HEZ=DOT/4, PEZ=DOT/10)
- Use PNG logos for HEZ/PEZ instead of SVG components
- Token search uses allTokens with proper filtering
- 30s auto-refresh for price updates
2026-01-17 13:52:09 +03:00
pezkuwichain
53e01876cc
Redesign HEZ and PEZ token logos with Kurdistan three colors
...
HEZ Logo:
- Three colored rings (Red, Yellow, Green)
- Two mountains with rising sun
- HEZ text at bottom
PEZ Logo:
- 6 ovals (alternating red/green)
- Sun rays in center
- Stylized Pezkuwi head
2026-01-17 12:50:21 +03:00
pezkuwichain
ec6c1ebea9
Redesign HEZ and PEZ token logos with Kurdistan three colors
...
HEZ Logo:
- Three colored rings (Red, Yellow, Green)
- Two mountains with rising sun
- HEZ text at bottom
PEZ Logo:
- 6 ovals (alternating red/green)
- Sun rays in center
- Stylized Pezkuwi head
2026-01-17 12:50:21 +03:00
pezkuwichain
cf1f184fbf
Fix referral share link to use pezkuwichain.io domain
...
- Changed referral link from fake pezkuwi.app to pezkuwichain.io/app
- Updated deep link scheme to pezkuwichain://
- Updated share message with correct branding and Kurdish text
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-17 12:33:00 +03:00
pezkuwichain
b1de1cac18
Fix referral share link to use pezkuwichain.io domain
...
- Changed referral link from fake pezkuwi.app to pezkuwichain.io/app
- Updated deep link scheme to pezkuwichain://
- Updated share message with correct branding and Kurdish text
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-17 12:33:00 +03:00
pezkuwichain
58e07b369d
Fix PresidentScreen: use GradientHeader, remove manual header
2026-01-17 04:20:09 +03:00
pezkuwichain
e61e2b3109
Fix PresidentScreen: use GradientHeader, remove manual header
2026-01-17 04:20:09 +03:00
pezkuwichain
8231052a8f
Fix KurdMediaScreen: use GradientHeader, remove manual header
2026-01-17 04:18:50 +03:00
pezkuwichain
c55d22b1b5
Fix KurdMediaScreen: use GradientHeader, remove manual header
2026-01-17 04:18:50 +03:00
pezkuwichain
6f53aeb9e5
Fix IdentityScreen: use GradientHeader, remove manual header
2026-01-17 04:18:09 +03:00