You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BESTPRACTICES.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1108,7 +1108,7 @@ type Props = {
1108
1108
};
1109
1109
```
1110
1110
1111
-
For preventing syntax errors, leave a comma after the last key/value pair incase the type definition's properties are rearranged or expanded upon in the future.
1111
+
For preventing syntax errors, leave a comma after the last key/value pair in case the type definition's properties are rearranged or expanded upon in the future.
1112
1112
1113
1113
:white_check_mark:***Do***
1114
1114
@@ -1204,7 +1204,7 @@ const Names = () => (<div>
1204
1204
## Formatting Selectors
1205
1205
1206
1206
* Use class selectors instead of ID selectors.
1207
-
* Use camelCase or dashed-case instead of PascelCase or names_with_underscores.
1207
+
* Use camel case or dashed-case instead of pascal case or names_with_underscores.
1208
1208
* Give each selector its own line.
1209
1209
* Put a space before the opening brace `{` in rule declarations.
1210
1210
* Put closing braces `}` of rule declarations on a new line.
- Implemented error message when trying to leave wallet without enough ada to support tokens ([PR 2783](https://github.com/input-output-hk/daedalus/pull/2783))
8
9
9
10
### Fixes
@@ -12,11 +13,13 @@
12
13
13
14
### Chores
14
15
16
+
- Fixed spelling issues and typos ([PR 2915](https://github.com/input-output-hk/daedalus/pull/2915))
- Enabled debugging of the main process ([PR 2893](https://github.com/input-output-hk/daedalus/pull/2893))
17
19
18
20
### Fixes
19
21
22
+
- Fix warning sign displayed when recommend decimals is zero ([PR 2905](https://github.com/input-output-hk/daedalus/pull/2905))
20
23
- Fixed discrete tooltip being clipped by loading overlay when stake pools are adjusted ([PR 2902](https://github.com/input-output-hk/daedalus/pull/2902))
21
24
22
25
## 4.9.0
@@ -32,6 +35,7 @@
32
35
33
36
- Fixed main container zIndex ([PR 2863](https://github.com/input-output-hk/daedalus/pull/2863))
0 commit comments