OpenCut/apps/web/src/components/editor
melad f255ccb818
feat: add hide or show for media elements, mute or unmute for audio elements (#500)
* feat: create external tools section (#493)

* feat: create external tools section

* fix: better wording

* Feature, added hide or show for media elements, mute or unmute for audio elements both effective on timeline and preview panel, with overlay icon for indicating so and state storing,

* Minor UI vertical separator between magnifier and other buttons

* fixed the AbortError issue in the AudioWaveform component. The error was occurring because of a race condition during cleanup when the component unmounts.

* feat: implement bookmarking functionality in the timeline and project storage

- Added bookmark management methods in the project store for toggling and checking bookmarks.
- Updated the timeline component to display bookmark markers and integrate bookmark actions in the context menu.
- Enhanced the storage service to handle bookmarks in project serialization and deserialization.
- Updated project types to include bookmarks as an array of numbers.

---------

Co-authored-by: Dominik K. <dominik@koch-bautechnik.de>
Co-authored-by: Maze Winther <mazewinther@gmail.com>
2025-07-31 12:50:22 +02:00
..
media-panel fix: scroll in media panel 2025-07-26 11:50:12 +02:00
properties-panel Merge pull request [#467](https://github.com/mazeincoding/AppCut/issues/467) 2025-07-30 11:47:43 +02:00
timeline feat: add hide or show for media elements, mute or unmute for audio elements (#500) 2025-07-31 12:50:22 +02:00
audio-waveform.tsx feat: add hide or show for media elements, mute or unmute for audio elements (#500) 2025-07-31 12:50:22 +02:00
preview-panel.tsx feat: add hide or show for media elements, mute or unmute for audio elements (#500) 2025-07-31 12:50:22 +02:00
selection-box.tsx feat: add ultracite (#452) 2025-07-25 00:41:34 +03:00
snap-indicator.tsx feat: lock playhead to frame (instead of floating) and add autoscroll to timeline 2025-07-26 22:25:57 +02:00
speed-control.tsx feat: add ultracite (#452) 2025-07-25 00:41:34 +03:00