Skip to content

Commit

Permalink
Merge pull request #142 from bitcoinppl/134-redesign-recovery-words-s…
Browse files Browse the repository at this point in the history
…howing-screen

Redesign recovery words showing screen
  • Loading branch information
praveenperera authored Dec 5, 2024
2 parents 07aec75 + d658a4e commit bf79dbc
Show file tree
Hide file tree
Showing 31 changed files with 1,162 additions and 595 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,4 @@
uuid = "C7F52075-AA97-441B-886D-D6C28336D590"
type = "1"
version = "2.0">
<Breakpoints>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
uuid = "FDB9760A-5368-4D59-9490-F6B0BE2732C1"
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Cove/NewWallet/HotWallet/HotWalletSelectScreen.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "47"
endingLineNumber = "47"
landmarkName = "body"
landmarkType = "24">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
uuid = "4AFC3177-A3F3-4B43-BF87-78CC71695AD3"
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Cove/TransactionsDetailScreen.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "466"
endingLineNumber = "466">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>
2 changes: 2 additions & 0 deletions ios/Cove/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ import SwiftUI

let screenHeight = UIScreen.main.bounds.height
let screenWidth = UIScreen.main.bounds.width

let isMiniDevice = screenHeight <= 812
Loading

0 comments on commit bf79dbc

Please sign in to comment.