Commit 944d301
authored
Show the number of errors and warnings in the
* Use Int.toString instead of Belt.Int.toString for ReScript v11+
* Use more padding and set max default content width in React and Console panels from Output tab
* Show error and problem counts in 'Problems' tab title
* Only show syntax selection if there are at least 2 syntaxes to choose from
* Update TailwindCSS to v3.4.17 to get extended min-width, max-width, and min-height scales
* Set min-width on problem counts
* Only reset warning flags, not other config, when clicking warning flag reset button
* Add missing warning flag description
* Remove warning flags that no longer exist
* Improve styles for warnings flags input
* Remove warnings 61 and 109 from default warn flags
* Refactor ToggleSelection component
* Remove outdated TODOs
* Remove unused OCaml variant in RescriptCompilerApi.Lang.t
* Remove unused RescriptCompilerApi.Compiler.ocamlCompile
* Remove warning flag descriptions for flags that no longer exist
* Move problem counts to after 'Problems' tab title
* Restore warnings flags reset value to support older compilersProblems tab's title (#1004)1 parent db8b71e commit 944d301
File tree
7 files changed
+193
-134
lines changed- src
- bindings
- common
7 files changed
+193
-134
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
0 commit comments