zashi-ios-wallet-private/secant.xcodeproj
Daniel Haight 0ce7d14c81 Add `History` TCA feature
This adds a "TCA" feature of a (very) basic transaction history and detail.

It demonstrates a purely state driven navigation stack.
Specifically, a `route: Route?` value is tracked in the state.
This value is driven by the selection of a transaction in the list,
setting it to to `.selectedTransaction(transaction)`,
which then pushes the detail view for that `transaction` onto the `NavigationView`.
Popping the detail view sets the property to `nil`.

Take a look at the previews in `TransactionHistoryView` try them "live" as well.

**N.B** The models are _not_ correct in any way, though are meant to be somewhat representative
and give something to display.
2021-11-15 23:32:54 +00:00
..
project.xcworkspace TCA Updates 2021-10-15 06:15:12 -05:00
xcshareddata/xcschemes Loading Screen + Tests 2021-09-17 15:02:53 -03:00
project.pbxproj Add `History` TCA feature 2021-11-15 23:32:54 +00:00