Skip to content

Commit

Permalink
feat: basic chord trainer
Browse files Browse the repository at this point in the history
fix: don't add chords from backup if identical chords already exist, fixes #30
  • Loading branch information
Theaninova committed Nov 18, 2023
1 parent e84470d commit a0fe925
Show file tree
Hide file tree
Showing 6 changed files with 188 additions and 744 deletions.
16 changes: 16 additions & 0 deletions icons.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,21 @@ const config: IconsConfig = {
"restore_from_trash",
"history",
"history_toggle_off",
"sentiment_satisfied",
"sentiment_dissatisfied",
"sentiment_very_satisfied",
"sentiment_neutral",
"sentiment_very_dissatisfied",
"sentiment_excited",
"sentiment_frustrated",
"sentiment_calm",
"sentiment_stressed",
"sentiment_extremely_dissatisfied",
"sentiment_sad",
"sentiment_content",
"sentiment_worried",
"timer",
"target",
],
codePoints: {
speed: "e9e4",
Expand All @@ -87,6 +102,7 @@ const config: IconsConfig = {
light_mode: "e518",
upload_file: "e9fc",
no_sound: "e710",
sentiment_extremely_dissatisfied: "f194",
},
}

Expand Down
Loading

0 comments on commit a0fe925

Please sign in to comment.