Commit Graph

163 Commits

Author SHA1 Message Date
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
Francisco Gindre 9c43d48527 Fix: the empty chips are rendered once, because they are not uniquely identifiable 2021-12-15 15:33:11 -03:00
Francisco Gindre 7f52dad2de Fix compilation errors. Add validation demo to AppView 2021-12-15 15:18:10 -03:00
Francisco Gindre 618102548d FIX: apply background to header. Spacing 2021-12-15 13:27:15 -03:00
Francisco Gindre 4bbfbab019 Fix drop not working 2021-12-15 13:27:15 -03:00
Francisco Gindre 96dd2abb5a Rename Stores and adopt aliases and default pattern for reducers 2021-12-15 13:27:15 -03:00
Francisco Gindre c08f9f3a3f cleanup 2021-12-15 13:27:15 -03:00
Francisco Gindre 6dab53f77f Make Word Groups Droppable and Blue word chips draggable 2021-12-15 13:27:15 -03:00
Francisco Gindre 707c0c2ce7 WordGrid + tests 2021-12-15 13:27:15 -03:00
Francisco Gindre 2d6f9fa10f Rename struct to RecoveryPhraseValidationState. Add docs 2021-12-15 13:27:15 -03:00
Francisco Gindre 674c0ace76 PhaseValidation Logic: Initial, Incomplete, Complete + tests 2021-12-15 13:27:15 -03:00
Francisco Gindre 80bbdc8cda
Merge pull request #135 from dh-ecc/nav-add-history-link
Add link to history from `Home`
2021-12-15 11:30:48 -03:00
Daniel Haight c37e9a2ade [Refactor] remove unused code
No significant code changes, just consolidating helper methods
and removing unused code.
2021-12-14 22:38:30 +00:00
Daniel Haight cd3c98cce4 Add button to show history placeholder from 2021-12-14 22:25:59 +00:00
Francisco Gindre 249f4306bb 0.0.1-9 2021-12-14 17:18:20 -03:00
Francisco Gindre ebeeca2e42
Merge pull request #130 from dh-ecc/nav-add-placeholders
Add placeholder features for app and link up navigation
2021-12-14 15:08:19 -03:00
Daniel Haight b2320c057a [lint] fix swiftlint warnings 2021-12-14 02:50:55 +00:00
Daniel Haight 8425dd94b1 Delete router style placeholders 2021-12-14 02:50:55 +00:00