feat: implemented UI of looping feature

This commit is contained in:
Xiaohan-Tian
2026-01-22 18:36:25 -08:00
parent 20310ccea0
commit f367c84ee8
7 changed files with 223 additions and 72 deletions
+6
View File
@@ -51,3 +51,9 @@ export const PLAYING_CONSTANTS = {
// Update rate for playback (10 FPS for performance evaluation)
UPDATE_INTERVAL_MS: 100, // 1000ms / 10fps = 100ms
};
// Bar numbers related constants
export const BAR_NUMBERS_CONSTANTS = {
// Minimum drag distance (in pixels) to consider as drag vs click
DRAG_THRESHOLD: 3,
};