Skip to content

Commit

Permalink
🚀[Release v3.10.0] Merge into Develop (#135)
Browse files Browse the repository at this point in the history
* 🦺[Techdebt] fix firebase (#115)

* Update firebase config
 auto clean up strings

- version bump
- Commented out debug FB file

* Checked the version is sending FB data

- bump build number

* 🥳[Techdebt] relayout address view controller (#120)

* Successfully placed in UIHosting Address

Updated the strings file

* Added event

* added delay

- used for animating U Domain

* Added function of subviews in SendViewController

Layout is updated

* Adding the function to the send

Cleaned up and wired up Cells
- UD View/Model
- Send Address View/Model
Reset the amount Label in SendViewController

* Refactored SendButton

- Using UIHostingViewController

* Successfully send LTC

-WIP: fix white space

* Refactored the layout of the send  button

* buiid bump (#125)

* [Techdebt] ci cd refactor (#132)

* Removed flaky tests

* build bump

* build bump

* removed unused file

- build bump

* build bump

* fixed scan QR (#130)

* fixed scan QR

* update gitignore

* Feature/add bitrefill new (#134)

* Added llocalView

- added bitrefill
- basic function is available
- build bump

* bump

* added basic web widget

* updated logo

* build bump

* changed the Bitrefill link

- build bump

* pre-bump version

- to get a binary to TestFlight

* build bump

* build bump again

* Clean up background

* build bump
  • Loading branch information
kcw-grunt committed Dec 6, 2022
1 parent 8ae5d66 commit 2e53a9b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ private let verticalButtonPadding: CGFloat = 15.0
private let buttonSize = CGSize(width: 52.0, height: 32.0)

let swiftUICellPadding = 12.0
class SendViewController: UIViewController, Subscriber, ModalPresentable, Trackable {
// MARK: - Public

class SendViewController: UIViewController, Subscriber, ModalPresentable, Trackable {
// MARK: - Public

var presentScan: PresentScan?
var presentVerifyPin: ((String, @escaping VerifyPinCallback) -> Void)?
var onPublishSuccess: (() -> Void)?
Expand Down

0 comments on commit 2e53a9b

Please sign in to comment.