feat: implemented user-friendly chord guide editor; added real time chord guide info to the status bar

This commit is contained in:
Xiaohan-Tian
2026-05-29 12:51:58 -07:00
parent 72297cb731
commit cd2938fe15
16 changed files with 1056 additions and 160 deletions
+22
View File
@@ -319,6 +319,28 @@
margin-bottom: 8px;
}
.settings-chord-guide-reset-row {
justify-content: flex-end;
}
.settings-chord-guide-toolbar {
margin-top: 10px;
margin-bottom: 12px;
}
.settings-chord-guide-toolbar .event-list-toolbar-group:first-child {
gap: 8px;
}
.settings-chord-guide-toolbar .settings-chord-guide-add-button {
border: 1px solid #444;
border-radius: 3px;
}
.settings-chord-guide-toolbar .settings-chord-guide-add-button:hover {
border: 1px solid #5a5a5a;
}
button.settings-help {
color: #5a9fd4;
text-decoration: underline;