• Joined on 2025-11-15
valknar pushed to main at valknar/audio-ui 2025-11-19 20:51:18 +01:00
691f75209d docs: mark Phase 15.2 Responsive Design as complete
valknar pushed to main at valknar/audio-ui 2025-11-19 20:50:52 +01:00
908e6caaf8 feat: enhance mobile responsiveness with collapsible controls and automation/effects bars
valknar pushed to main at valknar/audio-ui 2025-11-19 18:32:27 +01:00
e09bc1449c docs: mark Phase 14 (Settings & Preferences) as complete
valknar pushed to main at valknar/audio-ui 2025-11-19 18:29:11 +01:00
d03080d3d2 feat: apply enableSpectrogram and sampleRate settings to editor
484e3261c5 feat: apply defaultTrackHeight and defaultZoom settings
Compare 2 commits »
valknar pushed to main at valknar/audio-ui 2025-11-19 18:19:46 +01:00
a2cef6cc6e refactor: remove waveform color setting to preserve dynamic coloring
valknar pushed to main at valknar/audio-ui 2025-11-19 18:15:35 +01:00
b1c0ff6f72 fix: constrain fader handles to track lane boundaries
valknar pushed to main at valknar/audio-ui 2025-11-19 18:11:14 +01:00
197bff39fc fix: show Plus button only when effects panel is expanded
valknar pushed to main at valknar/audio-ui 2025-11-19 18:09:52 +01:00
314fced79f feat: Plus button now opens EffectBrowser dialog
valknar pushed to main at valknar/audio-ui 2025-11-19 18:07:15 +01:00
0bd892e3d1 fix: streamline effects header controls and add Plus button
valknar pushed to main at valknar/audio-ui 2025-11-19 18:03:48 +01:00
42991092ad fix: automation header controls now properly inline without overlapping
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