File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 145145 "deploy" : " npm run pkg && npm run notarize && npm run upload" ,
146146 "prepublishOnly" : " npm run build"
147147 },
148- "version" : " 1.1.0-beta10 " ,
148+ "version" : " 1.1.0-beta.1 " ,
149149 "bugs" : " https://github.com/codifycli/codify/issues" ,
150150 "keywords" : [
151151 " oclif" ,
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ export function SubProgressDisplay(
9292
9393 return < >
9494 { hiddenCount > 0 && (
95- < Text dimColor > and { hiddenCount } other{ hiddenCount !== 1 ? 's' : '' } ...</ Text >
95+ < Text dimColor > < Text color = "greenBright" dimColor = { false } > ✔ </ Text > and { hiddenCount } other{ hiddenCount !== 1 ? 's' : '' } ...</ Text >
9696 ) }
9797 { sorted . map ( ( s , idx ) =>
9898 s . status === ProgressStatus . IN_PROGRESS
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ export function SudoPasswordInput(props: {
5858 < Spinner label = "Checking password..." />
5959 ) : (
6060 < Box >
61- < Text bold color = { borderColor } > Sudo Password: </ Text >
61+ < Text bold color = { borderColor } > Sudo Password</ Text > { cancellable && < Text dimColor color = 'gray' > (save for session) </ Text > } < Text bold color = { borderColor } > : </ Text >
6262 < Text > { value . replace ( / ./ g, '*' ) } </ Text >
6363 < Text inverse > </ Text >
6464 </ Box >
You can’t perform that action at this time.
0 commit comments