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:
Patric Stout
2024-05-11 15:51:32 +02:00
committed by GitHub
parent cd408f4845
commit 4748a6af3d
4 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
.debug {
background-color: #cdcdcd;
padding: 10px;
}
.header {
margin-bottom: 10px;
text-align: center;
}
.debug > select {
margin-bottom: 10px;
}