Skip to content

Commit d18fcb7

Browse files
authored
Merge branch 'develop' into feature/si-1915-actualize-main-settings-with-design
2 parents c525525 + b08cb5b commit d18fcb7

File tree

3 files changed

+9
-3
lines changed
  • features
    • create-vault/create-vault-form/stages/main-settings/create-vault-input
    • home/vault-table
  • modules/vaults/consts

3 files changed

+9
-3
lines changed

features/create-vault/create-vault-form/stages/main-settings/create-vault-input/styles.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ export const InputTitle = styled.p`
1515
font-weight: 700;
1616
line-height: 24px;
1717
color: ${({ theme }) => theme.colors.text};
18+
gap: 4px;
1819
display: inline-flex;
20+
& > svg {
21+
align-self: center;
22+
}
1923
`;
2024

2125
export const InputNotes = styled.p`

features/home/vault-table/styles.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ export const TableHeaderCell = styled(Th)`
5050
text-align: right;
5151
border-top: 0;
5252
53+
font-size: ${({ theme }) => theme.fontSizesMap.xxs}px;
54+
5355
&:first-child {
5456
text-align: left;
5557
}
@@ -63,7 +65,7 @@ export const TableRow = styled(Tr)`
6365
6466
&:before,
6567
&:after {
66-
border: 0 !important;
68+
border-top: 0 !important;
6769
}
6870
6971
${({ onClick, theme }) =>

modules/vaults/consts/texts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const vaultTexts = {
3030
confirmationLifetime: {
3131
title: 'Confirmation Lifetime',
3232
label: 'Confirmation Lifetime, hours',
33-
hint: 'The time period in which the Node Operator has to confirm the report.\nMandatory parameter, [0 hours .. 24 hours].\nIf the Node Operator does not confirm the report within this time period, it will be automatically confirmed.',
33+
hint: 'The main parameter of the “Multi-role confirmation” mechanism. This mechanism is used for editing some of the stVault parameters via finding consensus between two representatives of the stVault: the Vault Owner and the Node Operator Manager.\nMandatory parameter, hours [24h .. 720h (30 days)].\nIn this mechanism, the first representative initiates changing the parameter, and another representative confirms the change within the period of time equal to the Confirmation Lifetime value.\nUsed for:\n - Node Operator Fee\n - Confirmation Lifetime',
3434
},
3535
vaultManager: {
3636
title: 'Vault Manager',
@@ -102,7 +102,7 @@ export const vaultTexts = {
102102
title: 'Confirmation Lifetime',
103103
label: 'Confirmation Lifetime, hours',
104104
editLabel: 'Propose new, hours',
105-
hint: 'The time period in which the Node Operator has to confirm the report.\nMandatory parameter, [0 hours .. 24 hours].\nIf the Node Operator does not confirm the report within this time period, it will be automatically confirmed.',
105+
hint: 'The main parameter of the “Multi-role confirmation” mechanism. This mechanism is used for editing some of the stVault parameters via finding consensus between two representatives of the stVault: the Vault Owner and the Node Operator Manager.\nMandatory parameter, hours [24h .. 720h (30 days)].\nIn this mechanism, the first representative initiates changing the parameter, and another representative confirms the change within the period of time equal to the Confirmation Lifetime value.\nUsed for:\n- Node Operator Fee\n- Confirmation Lifetime',
106106
},
107107
vaultManager: {
108108
title: 'Vault Owner',

0 commit comments

Comments
 (0)