feat: activate whatsKURD button — mobile-styled encrypted messaging page

- Add WhatsKURDPage with mobile header, reusing useMessaging hook,
  KeySetup, InboxMessage, ComposeDialog components
- Route /social/whatskurd wired in App.tsx
- Remove comingSoon from whatsKURD in MobileHomeLayout
This commit is contained in:
2026-04-09 08:03:12 +03:00
parent b965b4a507
commit eaccf65beb
3 changed files with 190 additions and 1 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ const APP_SECTIONS: AppSection[] = [
emoji: '💬',
borderColor: 'border-l-blue-500',
apps: [
{ title: 'mobile.app.whatsKurd', icon: '💬', route: '/message', comingSoon: true },
{ title: 'mobile.app.whatsKurd', icon: '💬', route: '/social/whatskurd' },
{ title: 'mobile.app.forum', icon: '📰', route: '/forum' },
{ title: 'mobile.app.kurdMedia', icon: '📺', route: '/forum', comingSoon: true },
{ title: 'mobile.app.events', icon: '📅', route: '/forum', comingSoon: true },