• Joined on 2025-11-15
valknar pushed to main at valknar/audio-ui 2025-11-19 16:39:11 +01:00
adb99a2c33 feat: implement Phase 14 settings & preferences with localStorage persistence
valknar pushed to main at valknar/audio-ui 2025-11-19 16:32:56 +01:00
5d9e02fe95 feat: streamline track and master controls layout consistency
854e64b4ec fix: add missing cn import to TrackList
e7bd262e6f feat: show bypassed effects with gray labels
ba2e138ab9 feat: add effect name labels to effects header
7b4a7cc567 fix: remove effects count from effects header
Compare 36 commits »
valknar pushed to main at valknar/audio-ui 2025-11-19 10:42:14 +01:00
c7cb0b2504 fix: waveform container now expands with zoom for horizontal scrolling
valknar pushed to main at valknar/audio-ui 2025-11-19 10:39:17 +01:00
b8d4053cbc fix: add horizontal scrollbar for zoomed waveforms
valknar pushed to main at valknar/audio-ui 2025-11-19 10:37:00 +01:00
ac8aa9e6c6 feat: complete Phase 13 - Keyboard Shortcuts
valknar pushed to main at valknar/audio-ui 2025-11-19 10:30:23 +01:00
7de75f7b2b refactor: export/import projects as ZIP files instead of JSON
valknar pushed to main at valknar/audio-ui 2025-11-19 10:25:33 +01:00
543eb069d7 docs: mark Phase 12.3 (Export/Import) as complete
a626427142 feat: implement Phase 12.3 - Project Export/Import
Compare 2 commits »
valknar pushed to main at valknar/audio-ui 2025-11-19 10:14:22 +01:00
9ad504478d docs: mark Phase 12 (Project Management) as complete
bcf439ca5e feat: add manual save with Ctrl+S and suppress auto-save toasts
31af08e9f7 fix: stabilize auto-save by using ref for currentTime
1b41fca393 fix: serialize automation data to prevent DataCloneError
Compare 4 commits »
valknar pushed to main at valknar/audio-ui 2025-11-19 09:56:04 +01:00
67abbb20cb fix: serialize effects properly to avoid DataCloneError
valknar pushed to main at valknar/audio-ui 2025-11-19 09:51:29 +01:00
0d86cff1b7 feat: disable localStorage persistence and add auto-load last project
valknar pushed to main at valknar/audio-ui 2025-11-19 09:45:32 +01:00
abd2a403cb debug: add logging for project save/load operations
valknar pushed to main at valknar/audio-ui 2025-11-19 09:41:43 +01:00
102c67dc8d fix: improve auto-save to trigger on project name changes
valknar pushed to main at valknar/audio-ui 2025-11-19 09:32:43 +01:00
b743f97276 fix: project loading and add editable project name
valknar pushed to main at valknar/audio-ui 2025-11-19 09:27:04 +01:00
d3a5961131 feat: implement Phase 12.2 - Project Management UI Integration
valknar pushed to main at valknar/audio-ui 2025-11-19 09:19:57 +01:00
e1c19ffcb3 feat: implement Phase 12.1 - Project Management with IndexedDB
valknar pushed to main at valknar/audio-ui 2025-11-19 09:08:20 +01:00
e208a448d0 fix: remove fake FLAC export format
valknar pushed to main at valknar/audio-ui 2025-11-19 08:38:18 +01:00
500a466bae feat: integrate ImportDialog into file upload flow
valknar pushed to main at valknar/audio-ui 2025-11-19 08:25:44 +01:00
37f910acb7 feat: complete Phase 11.4 - comprehensive audio file import
valknar pushed to main at valknar/audio-ui 2025-11-19 08:19:53 +01:00
c3e295f695 fix: use lamejs Mp3Encoder API for proper module initialization
valknar pushed to main at valknar/audio-ui 2025-11-19 08:16:58 +01:00
51114330ea fix: use direct ES module imports from lamejs source files