Commit Graph

180 Commits

Author SHA1 Message Date
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
Francisco Gindre 98259fce1a Fix: Avoid Drop being disable between chips 2021-12-16 19:27:19 -03:00
Francisco Gindre f3479e09af remove associated values from Step enum 2021-12-16 19:16:10 -03:00
Francisco Gindre bf050bace7 Remove unused functions 2021-12-16 17:24:32 -03:00
Francisco Gindre 00ed82b7f6 Move creational factory methods together to the same extension 2021-12-16 17:20:56 -03:00
Francisco Gindre a04d4bf595 Move static functions from RecoveryPhraseValidationStep to RecoveryPhraseValidationState 2021-12-16 17:19:22 -03:00
Francisco Gindre ec46663662 rename RecoveryPhraseValidationState.RecoveryPhraseValidationStep to RecoveryPhraseValidationState.Step 2021-12-16 17:15:08 -03:00
Francisco Gindre fd9a7bacf6 Move RecoveryPhraseValidationStep to a nested type of RecoveryPhraseValidationState 2021-12-16 16:00:41 -03:00
Francisco Gindre d676926583 Add canary test for computed property of State 2021-12-16 15:56:50 -03:00
Francisco Gindre 0256f43e7d Move given() to RecoveryPhraseValidationState and fix tests 2021-12-16 15:50:09 -03:00
Francisco Gindre 7ca0f2376f refactoring the Enum. first step 2021-12-16 14:27:59 -03:00
Francisco Gindre f6e10952a0 Fixed .complete test 2021-12-16 12:10:57 -03:00
Francisco Gindre 6de5b5f4d8 Fix Tests 2021-12-16 12:08:41 -03:00
Francisco Gindre 2e966f733a fix project warnings 2021-12-16 12:06:25 -03:00
Francisco Gindre 8b0f5ca830 make mutating functions static 2021-12-16 12:03:52 -03:00
Francisco Gindre 8f6cbe0ddb Add the Validation screen to the App Home 2021-12-16 12:00:49 -03:00