feat: simplify chord guide feature; updated help doc; added hotkeys doc

This commit is contained in:
Xiaohan-Tian
2026-05-28 21:03:02 -07:00
parent cd4d5847eb
commit 4d415a7f7d
18 changed files with 522 additions and 51 deletions
+37
View File
@@ -253,6 +253,12 @@
margin-right: 5px;
}
.piano-roll-chord-guide-toolbar-group {
display: flex;
align-items: center;
margin-right: 5px;
}
.piano-roll-toolbar .automation-toggle-button {
width: 20px;
min-width: 20px;
@@ -290,6 +296,37 @@
font-size: 10px;
}
.piano-roll-toolbar .chord-guide-toggle-button {
margin: 0;
border-radius: 0;
border: 1px solid #444;
border-right-width: 0;
}
.piano-roll-toolbar .chord-guide-toggle-button-0 {
margin-left: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.piano-roll-toolbar .chord-guide-toggle-button-3 {
border-right-width: 1px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.piano-roll-toolbar .chord-guide-toggle-button.active {
border-color: #e0e0e0;
}
.piano-roll-toolbar .chord-guide-toggle-button.active:hover {
border-color: #f0f0f0;
}
.piano-roll-toolbar .chord-guide-toggle-button.active:active {
border-color: #d6d6d6;
}
/* Spectrogram toolbar controls */
.spectrogram-toolbar-controls {
display: flex;