OpenCut/apps/web
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
..
migrations feat: add ultracite (#452) 2025-07-25 00:41:34 +03:00
public feat: add ultracite (#452) 2025-07-25 00:41:34 +03:00
src feat: add hide or show for media elements, mute or unmute for audio elements (#500) 2025-07-31 12:50:22 +02:00
.env.example fix: typo in url 2025-07-22 00:34:49 +02:00
.gitignore chore(turborepo): initial setup and config, move db to package 2025-06-24 11:23:40 +03:00
Dockerfile feat: Add comprehensive keyboard shortcuts system for video editor 2025-07-15 12:36:53 -04:00
components.json feat: add ultracite (#452) 2025-07-25 00:41:34 +03:00
drizzle.config.ts feat: add ultracite (#452) 2025-07-25 00:41:34 +03:00
next.config.ts feat: add opencut blog 2025-07-21 23:18:07 +02:00
package.json add forward and backward buttons to non-fullscreen view (#495) 2025-07-30 23:56:10 +02:00
postcss.config.mjs format 2025-07-20 11:00:22 +03:00
tailwind.config.ts feat: add ultracite (#452) 2025-07-25 00:41:34 +03:00
tsconfig.json feat: add ultracite (#452) 2025-07-25 00:41:34 +03:00
tsconfig.tsbuildinfo fix: global biome exe, fix missing args 2025-07-25 00:55:39 +03:00