Style with Laconic colors and branding #15

Merged
zramsay merged 27 commits from style/laconic-colors into main 2024-08-11 21:05:11 +00:00
Member

implements more MUI components, and updates colors/styles to match designs

implements more MUI components, and updates colors/styles to match designs
cfbender added 17 commits 2024-08-09 19:50:18 +00:00
cfbender force-pushed style/laconic-colors from 7f44fc1cf0 to ec3617ad42 2024-08-09 20:07:03 +00:00 Compare
cfbender added 1 commit 2024-08-09 20:10:26 +00:00
cfbender added 1 commit 2024-08-09 20:13:35 +00:00
munkeyxis added 1 commit 2024-08-09 21:17:59 +00:00
cfbender added 1 commit 2024-08-09 21:33:19 +00:00
munkeyxis added 2 commits 2024-08-09 21:34:16 +00:00
zramsay requested changes 2024-08-10 20:00:17 +00:00
zramsay left a comment
Member

see all the comments

see all the comments
@ -21,2 +32,3 @@
Make sure to note it down.
</Typography>
<Typography variant="h6" component="div" style={{ ...styles.dialogWarning }}>
<Typography component="div" style={{ ...styles.mnomonicDialogWarning }}>
Member

typo?

typo?
cfbender marked this conversation as resolved
@ -381,3 +305,3 @@
<Controller
control={control}
name="gasPrice"
name="coinType"
Member

hmm

hmm
Member

should probably remain the same

should probably remain the same
Author
Member

this is just the way the diff shows it due to lines being added above. I didn't change these fields, I just wrapped them with Grid components. if you look at the diff with whitepsace changes hidden it should be a little clearer

this is just the way the diff shows it due to lines being added above. I didn't change these fields, I just wrapped them with `Grid` components. if you look at the diff with whitepsace changes hidden it should be a little clearer
zramsay marked this conversation as resolved
@ -178,4 +174,0 @@
isWalletCreating={isWalletCreating}
createWalletHandler={createWalletHandler}
/>
{ IS_IMPORT_WALLET_ENABLED && <View style={styles.createWalletContainer}>
Member

where did this env go?

where did this env go?
cfbender marked this conversation as resolved
@ -45,3 +45,3 @@
// eslint-disable-next-line react/no-unstable-nested-components
headerRight: () => (
<Button onPress={() => navigation.navigate('WalletConnect')}>
<Button onClick={() => navigation.navigate("WalletConnect")}>
Member

could this somehow hide it?

could this somehow hide it?
cfbender marked this conversation as resolved
cfbender added 1 commit 2024-08-10 20:10:41 +00:00
cfbender added 1 commit 2024-08-10 21:50:13 +00:00
cfbender requested review from zramsay 2024-08-10 21:51:31 +00:00
zramsay added 1 commit 2024-08-10 22:59:09 +00:00
zramsay added 1 commit 2024-08-10 23:10:51 +00:00
zramsay added 1 commit 2024-08-11 21:01:09 +00:00
zramsay merged commit e5c5d13c77 into main 2024-08-11 21:05:11 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/laconic-wallet-web#15
No description provided.