Commit Graph

195 Commits

Author SHA1 Message Date
Francisco Gindre 320381f2f1 bump build 2022-01-07 13:39:50 -03:00
Francisco Gindre b72ece4828 Naïvely integrate to navigation 2022-01-07 13:33:12 -03:00
Francisco Gindre 137631705c font adjustments 2022-01-07 11:12:07 -03:00
Francisco Gindre 262140c349 Text shadows 2022-01-06 21:15:24 -03:00
Francisco Gindre 83008276bd Zcash Logo and welcome screen 2022-01-06 20:57:43 -03:00
Francisco Gindre 91ead4675b Move words(fromMissingIndices:size) to RecoveryPhrase 2022-01-06 11:40:59 -03:00
Francisco Gindre 2a91f3a541 PR fixes
PR suggestions

PR suggestions
2022-01-04 20:44:25 -03:00
Francisco Gindre 0d3d6c03c9 Rename pickWordsFromMissingIndices 2022-01-04 19:41:07 -03:00
Francisco Gindre e5c0e4ff8b Renamed RecoveryPhraseStepFulfillment to ValidationWord 2022-01-04 18:53:05 -03:00
Francisco Gindre 3a962bfc26 Fix Swiftlint issues 2022-01-04 18:47:52 -03:00
Francisco Gindre 57f93979c0 Remove comments and clean up code 2022-01-04 17:37:51 -03:00
Francisco Gindre 328de20fb1 Make ScrollableWhenScaledUp modifier fileprivate 2022-01-04 17:09:41 -03:00
Francisco Gindre c7a99e9de5 Fix PhraseChip preview 2022-01-04 16:50:39 -03:00
Francisco Gindre 475e236025 Resolved PR comments
Fixes to resolve PR conversations

Fixes to resolve PR conversations
2022-01-03 20:07:20 -03:00
Francisco Gindre 3a2872f94b Fix: pre success/failure screen step shrinks the screen because word grid is missing 2022-01-03 14:30:30 -03:00
Francisco Gindre 6da74b8f7d build 12 2021-12-30 17:48:45 -03:00
Francisco Gindre 953561d9f5 Fix: chip grid background does not bleed out to bottom of the screen 2021-12-30 17:44:57 -03:00
Francisco Gindre aaea559bf7 Fix Empty chip shadow color for dark color scheme 2021-12-30 17:15:57 -03:00
Francisco Gindre 5be5554477 Fix: ValidationFailedScreen does not scroll well when scaled up 2021-12-30 16:20:49 -03:00
Francisco Gindre bfcf93edb3 FIX: Colored chips too big when scaled up 2021-12-30 16:10:10 -03:00
Francisco Gindre 033d568d86 Accessibility Pass on Validation success screen 2021-12-30 15:02:55 -03:00
Francisco Gindre bbfd4d0964 Rename ValidationFailedView 2021-12-30 13:18:19 -03:00
Francisco Gindre 07ea38c727 Fix: Accesibility fixes for Validation Failed screen 2021-12-30 12:20:46 -03:00
Francisco Gindre 88f915357f Fix: Vertical separation between wordgroups is too tall. 2021-12-30 12:12:25 -03:00
Francisco Gindre 837011c109 Fix: Colored Chip does not adjust 2021-12-30 12:12:03 -03:00
Francisco Gindre 535d035afa Fix: LazyVGrid can't take GeometryReader on its items' bodies 2021-12-29 19:59:23 -03:00
Francisco Gindre 6d7ffcb1b8 Flatten EnumeratedChip view hierarchy 2021-12-28 16:37:35 -03:00
Francisco Gindre 99aac2593b Flatten EnumeratedChip Hierarchy 2021-12-28 16:20:51 -03:00
Francisco Gindre 80a8cd5f43 Add Placeholder states for SwiftUI Previews 2021-12-28 11:59:34 -03:00
Francisco Gindre 0d7e06db81 Adjust UI spacing and padding to designs 2021-12-28 11:55:58 -03:00
Francisco Gindre 96924af7d6 View Modifier to add scrollview when the content is being scaled up by DynamicType 2021-12-27 20:39:13 -03:00
Francisco Gindre 1438a7bff9 Fix word grid background colors 2021-12-27 20:38:20 -03:00
Francisco Gindre 97e87e9231 0.0.1-11 2021-12-23 18:36:29 -03:00
Francisco Gindre 5647b7d7e0 Connect Phrase Display to validation 2021-12-23 18:35:43 -03:00
Francisco Gindre a7fab173c0 hide back button on Success view 2021-12-23 17:18:34 -03:00
Francisco Gindre 0dbb4dfcf7 Connect SuccessValidation Screen to home 2021-12-22 15:42:31 -03:00
Francisco Gindre 17c69bf2b5 Validation Failed Screen 2021-12-22 13:43:10 -03:00
Francisco Gindre 37bf3a5e23 Add Red color to backgrounds 2021-12-21 19:42:23 -03:00
Francisco Gindre ff7e249d01 Connect Success Screen to successful validation 2021-12-21 19:25:21 -03:00
adam 6b35785bb4 Success Screen
fix project
2021-12-21 16:34:56 -03:00
Francisco Gindre 86006c88cd BlueChip is now ColoredChip. 2021-12-21 13:49:58 -03:00
Francisco Gindre a7e254bae2 Connect Header to State 2021-12-21 11:02:48 -03:00
Francisco Gindre dc592b4b70 Tie view's title to state 2021-12-21 10:44:57 -03:00
Francisco Gindre cdcce122fa Fix randomIndices() 2021-12-21 10:22:44 -03:00
Francisco Gindre cde059b9e7 Cleanup. Remove .validate, .invalid and .valid states. Figure word chips out of the state. 2021-12-21 10:21:19 -03:00
Francisco Gindre e94021b4be PR Fixes. Move .initial factory method to test target. Rename given() to apply(chip:group:) and make it a member function 2021-12-20 19:27:30 -03:00
Francisco Gindre a2546abee6 Remove RecoveryPhraseValidationStep.swift
Move remaining code to proper places
2021-12-16 20:31:02 -03:00
Francisco Gindre 4bf4e600f6 Reduce spacing between groups. Code cleanup 2021-12-16 20:23:19 -03:00
Francisco Gindre 8bab8d75f4 add navigation bar to phrase validation demo 2021-12-16 20:16:52 -03:00
Francisco Gindre 1f522dfab5 0.0.1-10 2021-12-16 19:28:30 -03:00