Commit Graph

6 Commits

Author SHA1 Message Date
pezkuwichain 84b87458da feat: replace governance banner with builders call-to-action (#63)
The "Your Voice Matters" card used pezkuwiwallet://pezkuwi/open/governance.
That path prefix-matches the referendum deep link handler (/open/gov), which
requires an id; without one it reports "Referendum not found". Worse, a
matched-but-failed deep link is persisted and never cleared, so it replays on
every app launch.

Replace it with a builders/developer call-to-action (image: Gre Miraza scene)
that links to an external Telegram invite. External https links bypass the
in-app deep link engine entirely, so this card cannot get stuck.

prod + dev kept in sync; en/ku/tr localised.
2026-07-22 21:32:23 -07:00
pezkuwichain 1433c8db45 feat: refresh home banners — remove Newroz/Explorer, add Cloud Nation & Hiring (#61)
Assets banner set (prod + dev kept in sync):
- Remove pezkuwi-newroz-001 (expired) and pezkuwi-explorer-001
- Add pezkuwi-book-001: "Cloud Nation" book promo (image = English cover),
  action null ("on Amazon" in copy)
- Add pezkuwi-hiring-001: Pezkuwi Digital States hiring 10,000 paid roles,
  action -> https://welati.pex.network
- Welcome card: "Kurdistan" -> "Stateless Nations" (en/ku/tr)
- Community card action -> new Telegram invite (t.me/+DUWJ8wtt5qI4Njgy)

Localisation covers all app-supported languages of the 6-language standard
(en/ku/tr); fa/ar/kmr are not app locales so no dead files were added.

New foreground images (250x180, transparent, text-free) added under
resources/images/. Backgrounds reused from freed slots.
2026-07-22 20:43:14 -07:00
pezkuwichain 88b4f2330e Add missing banner images 2026-01-24 08:04:23 +03:00
pezkuwichain cf2c49f073 Add banner background images (gradient) 2026-01-24 06:28:45 +03:00
pezkuwichain 84f7ed30dc Update banners for Pezkuwi Wallet
- Replace Nova Wallet banners with Pezkuwi-specific content
- Add Kurdish (ku) localization as primary language
- Add English (en) localization
- Remove unused languages and Nova-related content
- Add Pezkuwi banner images (HEZ, PEZ, Newroz, welcome)
- Add README with admin guide for banner management

8 banners: Welcome, Staking, HEZ Token, PEZ Token,
Governance, Community, Explorer, Newroz
2026-01-24 06:27:06 +03:00
pezkuwichain 46297339b1 Initial commit: Pezkuwi Wallet Utils
- Chain configurations for Polkadot, Kusama and all major parachains
- Pezkuwichain ecosystem (Relay Chain, Asset Hub, People Chain)
- Staking metadata and validator lists
- DApp configurations
- XCM cross-chain messaging configs
- Governance dApp listings
- Promotional banners
- Chain migration configurations
- Asset metadata and icons

Based on Nova Utils with Pezkuwichain extensions
2026-01-23 00:29:48 +03:00