Commit 4dfada5
Feat/eid wallet redesign (#961)
* chore(eid-wallet): enable desktop dev environment
Allows running the wallet via `pnpm tauri dev` on a desktop machine for
the redesign work. Previously the only registered capability targeted
iOS/Android only, so on desktop the WebView had zero IPC permissions
and the global-state init via @tauri-apps/plugin-store crashed at first
paint.
- Cargo.toml: add `devtools` feature on the tauri crate (Windows debug
builds don't expose devtools without it)
- capabilities/desktop.json: new capability granting the non-mobile
plugin defaults (core, opener, store, deep-link, notifications,
process) on windows/macOS/linux
- tauri.conf.json: register `desktop-capability` alongside the existing
`mobile-capability`
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* remove obsolete rules
* updqte button logic
* remove dead dependencies
* Splashscreen + new fonts & colors
* Splashscreen + Pin
* fix "delete" account bug
* Placeholders for main page
* Refactor main page from 1200+ to 200+ lines
* App Wizard
* Login PIN screen + shared PinDots
* PIN entry UX: keyboard auto-open, footer lifts, splash Continue
* Cleanup wordy comments
* Prevent scrolling on pin screens
* Main: Legal ID accordion + verified state + KYC entry
* Improve accordion ui
* Improve the Wizard style and add new icons
* Create icon components
* Greeting page styling
* Marketplace carousel + logos
* centralize design
* crop pictique logo
* Notification page styling
* fix slide up animation on greeting page
* Settings page styling
* Add current language store
* Add info drawers
* Social Bindings flow
* Add proper links to apps marketplace
* Fix bottom drawer QR code
* Pin and language pages
* Blur out unavailable languages
* Reinforce page transition animations
* improve tour animation
* fix flickering logo
* Comment out name edit button for now
* add bottom lower opacity on greetings page
* Personal bindings FE
* Personal flow backend
* Connect front to back
* fix onboarding name style
* Format/lint
* coderabbit first pass
* Fix back button behavior
* Use timezone-aware timestamptz
* Refactor verifyAnswer to improve error handling and clarify return behavior
* Update app icon to new eID logo
* Show security answer at setup time
* scan-qr drawer
* Bundle Metastate platform icons via shared package
* Add security-question recovery flow to /recover
* Correctly handles no camera access
* Stop clipping the scan drawer app-card shadow
* Balance wrap the ename
* Pad icon for better android display
* Fix scan QR page transition
* Fix the platform scanned shadow for real this time
* Improve favicon fetching fallback
* Improve pin dots & add privacy UI to it
* coderabbit fixes
---------
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent ab86a76 commit 4dfada5
178 files changed
Lines changed: 9321 additions & 2990 deletions
File tree
- infrastructure
- eid-wallet
- src-tauri
- capabilities
- gen
- android/app/src/main/res
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- apple/Assets.xcassets/AppIcon.appiconset
- icons
- src
- lib
- actions
- fragments
- SplashScreen
- global
- stores
- ui
- BottomSheet
- Button
- ContactCard
- PinDots
- PlatformAppCard
- icons
- utils
- routes
- (app)
- main
- components
- legacy
- notifications
- personal
- components
- scan-qr
- components
- settings
- language
- pin
- social-bindings
- (auth)
- login
- onboarding
- steps
- (public)/recover
- static
- fonts
- images
- evault-core
- src
- config
- core
- protocol
- types
- utils
- entities
- migrations
- services
- packages/platform-icons
- icons
- src
- platforms/marketplace/client/assets
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | | - | |
29 | | - | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | | - | |
36 | 37 | | |
37 | 38 | | |
38 | | - | |
39 | | - | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
47 | | - | |
48 | 46 | | |
49 | 47 | | |
50 | 48 | | |
51 | 49 | | |
52 | | - | |
53 | 50 | | |
54 | 51 | | |
55 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| |||
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments