Commit Graph

442 Commits

Author SHA1 Message Date
itsobi e3504de1f1 update PropertyItem component and frame rate dropdown to flex-col so label and value are not on the same line 2025-07-25 07:56:05 -05:00
Hayden Bleasel 5931ddb77a
feat: add ultracite (#452)
* Init ultracite

* Update scripts and biome.jsonc

* Update biome.jsonc

* Update biome.jsonc

* Update biome.jsonc

* Run format
2025-07-25 00:41:34 +03:00
Maze Winther 68492df302 Merge pull request [#422](https://github.com/mazeincoding/AppCut/issues/422) 2025-07-22 12:43:27 +02:00
Maze Winther e7b89a4cc0 fix icon 2025-07-22 11:42:16 +02:00
Maze Winther fb5dca9f9d Merge branch 'main' into staging 2025-07-22 11:41:58 +02:00
chrissshan 205ad520f0 update icon 2025-07-22 01:11:12 -07:00
iza 8c1ea7e680
Merge pull request #402 from mezotv/feat/opencut-blog
feat: add blog powered by marble
2025-07-22 00:59:57 +03:00
Maze Winther 550f5363fd consistent padding for media elements on timeline 2025-07-21 23:25:10 +02:00
Dominik Koch e21c467489 feat: add opencut blog 2025-07-21 23:18:07 +02:00
Maze Winther 2bc3df5383 Merge pull request [#388](https://github.com/mazeincoding/AppCut/issues/388) 2025-07-21 23:07:23 +02:00
Maze Winther cf8c401a2a refactor: add TimelineToolbar back 2025-07-21 22:50:02 +02:00
Maze Winther 169e3d698b Merge branch 'staging' of https://github.com/mazeincoding/AppCut into staging 2025-07-21 21:42:58 +02:00
Maze Winther ab82db6346 Merge pull request [#395](https://github.com/mazeincoding/AppCut/issues/395) 2025-07-21 21:42:44 +02:00
Maze 6c41348295
Merge pull request #391 from tuananh31j/config/biome
Config: Turborepo and Biome configuration
2025-07-21 21:09:07 +02:00
Maze Winther d364bffc1f Merge pull request [#386](https://github.com/mazeincoding/AppCut/issues/386) 2025-07-21 21:00:21 +02:00
Maze Winther 2517f77d42 refactor: move timeline components to /timeline 2025-07-21 18:49:30 +02:00
Maze Winther b87a62372d Merge branch 'main' of https://github.com/mazeincoding/AppCut 2025-07-21 18:17:02 +02:00
Maze Winther ad771a0b56 Merge pull request [#336](https://github.com/mazeincoding/AppCut/issues/336) from mannix-lei/main 2025-07-21 18:00:48 +02:00
Maze Winther 5782df7350 remove toasts 2025-07-21 14:47:42 +02:00
Dominik Koch 935ccea85e fix: switch to alpha 2025-07-21 14:27:27 +02:00
Maze Winther 4c2d8c52ab feat: basic audio view in media panel 2025-07-21 11:52:48 +02:00
Maze Winther e74e60d5bf style: height in media panel 2025-07-21 11:52:35 +02:00
Vagarth 15c57239f4 refactor: replace GitHub icon with FontAwesome version in footer 2025-07-21 07:01:31 +05:30
Maze Winther 4896dce268 hero: cleanup and fix button to redirect 2025-07-20 21:48:47 +02:00
Maze Winther 07e068b658 feat: get hero ready for beta 2025-07-20 21:46:50 +02:00
Maze Winther efabec8bcb feat: make button on header consistent for beta 2025-07-20 21:44:20 +02:00
Maze Winther c7c394b2ef feat: onboarding 2025-07-20 21:42:02 +02:00
Maze Winther cac4fcaab8 styling: dialog responsiveness 2025-07-20 21:38:41 +02:00
Maze Winther d7c9a2391c fix: import 2025-07-20 16:12:38 +02:00
Maze Winther 5266aed5eb feat: ripple editing mode on timeline 2025-07-19 19:08:08 +02:00
Maze Winther 42ae8a7530 fix: ensure dragging/resizing an element on the timeline doesn't deselect it 2025-07-19 16:19:06 +02:00
Maze Winther 0d95f032cc fix: wrong logic on snapping button 2025-07-19 16:14:48 +02:00
Maze Winther a9b7043829 refactor: improve timeline elements, fix few bugs 2025-07-18 18:05:15 +02:00
Maze Winther 85b6123510 fix: z-index of playhead 2025-07-18 11:54:32 +02:00
Maze Winther f8ccb673bf style: match editing experience to match capcut 2025-07-18 11:51:47 +02:00
Maze Winther 74e7d427aa Merge branch 'feat/shortcut-actions' into staging 2025-07-18 11:37:48 +02:00
Maze Winther c4e6a9a45a Merge branch 'feat/kbd' into staging 2025-07-18 11:27:02 +02:00
Maze Winther b19db0bbea cleanup 2025-07-18 11:26:49 +02:00
Maze Winther dc5416da07 refactor: remove unused functions 2025-07-18 11:20:17 +02:00
Anwarul Islam c3caefc001 feat: enhance keybinding import validation and improve error handling 2025-07-18 08:30:42 +06:00
Anwarul Islam cdae10ca0a feat: refactor keybinding management and add keybinding editor component 2025-07-18 07:38:32 +06:00
Anwarul Islam d328e009d4 Refactor keyboard shortcuts management: introduce useKeyboardShortcutsHelp hook and update KeyBadge and ShortcutItem components 2025-07-18 07:09:05 +06:00
Anwarul Islam f3bffae7ea Refactor editor provider to integrate keybinding management and action handlers 2025-07-18 07:08:57 +06:00
Anwarul Islam c391eb8616 Refactor keyboard shortcuts to use uppercase keys for display and update KeyBadge functionality 2025-07-18 06:22:49 +06:00
Anwarul Islam f5d221feec Refactor KeyBadge component to return key names directly and update ShortcutItem to use <kbd> for key display 2025-07-18 05:53:42 +06:00
Maze Winther f492ac9aad fix: timeline element resizing 2025-07-17 23:51:12 +02:00
Maze Winther 499f06cb52 style: timeline tracks content 2025-07-17 23:02:29 +02:00
Maze Winther f1b216848d Merge branch 'staging' 2025-07-17 19:51:31 +02:00
Maze Winther 648f0b8529 stable timeline 2025-07-17 19:46:23 +02:00
Maze Winther 0b919d4df8 refactor all timeline components 2025-07-17 19:33:10 +02:00