feat: developer debug tool, to quickly analyze errors with fits (#50)
This can be opened via the console: window.esf_debug()
This commit is contained in:
13
components/Debug/Debug.module.css
Normal file
13
components/Debug/Debug.module.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.debug {
|
||||
background-color: #cdcdcd;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.header {
|
||||
margin-bottom: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.debug > select {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user