Commit Graph

778 Commits

Author SHA1 Message Date
Anwarul Islam c3caefc001 feat: enhance keybinding import validation and improve error handling 2025-07-18 08:30:42 +06:00
Anwarul Islam 8e4661951d feat: enhance keybinding management by integrating keybindingsEnabled state and updating related hooks 2025-07-18 08:05:02 +06:00
Anwarul Islam cdae10ca0a feat: refactor keybinding management and add keybinding editor component 2025-07-18 07:38:32 +06:00
Anwarul Islam 33531fb3bf feat: implement keybindings listener and disabler composables in use-keybindings hook 2025-07-18 07:37:12 +06:00
Anwarul Islam 4137747aba feat: add keybindings store with default configurations and utility functions 2025-07-18 07:35:31 +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 7eda7975fc Implement editor actions for playback and timeline editing 2025-07-18 07:08:46 +06:00
Anwarul Islam 1afc51eb9d Enhance action types and arguments for playback controls 2025-07-18 07:07:52 +06:00
Anwarul Islam 01b11226a3 Add additional keybindings for navigation and editing actions 2025-07-18 07:07:47 +06:00
Anwarul Islam 7f609cb86f Add action and keybinding management with React hooks 2025-07-18 05:27:40 +06:00
Maze Winther f1b216848d Merge branch 'staging' 2025-07-17 19:51:31 +02:00
Maze Winther b564f7c239 middleware access 2025-07-17 19:50:32 +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
Maze Winther 56e6edcc5a move timeline component 2025-07-17 17:37:18 +02:00
Maze Winther 0217303532 formatting 2025-07-17 17:34:48 +02:00
Maze Winther 4170ee4f5b cleanup: tailwind classes 2025-07-17 17:34:18 +02:00
Maze Winther 4e5e9756c8 Merge branch 'main' of https://github.com/mazeincoding/AppCut 2025-07-17 17:22:53 +02:00
Maze b97a30824e
Merge pull request #283 from KhacTuanIT/feature/optimize-timeline-ruler
Optimize timeline performance
2025-07-17 17:22:42 +02:00
Maze Winther e9ec13999a Merge branch 'main' into staging 2025-07-17 17:19:30 +02:00
Maze Winther ce47e88e34 Merge branch 'main' of https://github.com/mazeincoding/AppCut 2025-07-17 17:19:23 +02:00
Maze 502725b98e
Merge pull request #289 from anwarulislam/feat/readme-clarfication
Update README and contributing guidelines for clarity
2025-07-17 17:18:47 +02:00
Maze 103e4d5d3f
Merge pull request #311 from enkeii64/feat/search-sort-projects
feat: add search and sort functionality to projects page
2025-07-17 17:17:20 +02:00
Maze Winther bb9befc626 cleanup 2025-07-17 17:14:29 +02:00
Maze Winther fe5b208a18 Merge branch 'feat/search-sort-projects' into staging 2025-07-17 17:11:56 +02:00
Maze Winther 22bf42d397 Merge branch 'staging' of https://github.com/mazeincoding/AppCut into staging 2025-07-17 17:08:36 +02:00
Maze Winther fef9d9a3fb ??? typescript 2025-07-17 17:08:33 +02:00
Anwarul Islam f3307a64d1 docs: reorganize prerequisites and setup instructions for clarity 2025-07-17 20:12:34 +06:00
Anwarul Islam 4d028487e6 docs: clarify Docker setup note in contributing guidelines 2025-07-17 20:02:46 +06:00
Anwarul Islam f1fed51502 docs: update setup instructions to include environment file copying steps 2025-07-17 19:52:42 +06:00
Anwarul Islam 6691e74db9 docs: update contributing guidelines for clarity on setup instructions 2025-07-17 19:52:42 +06:00
Anwarul Islam f21b704323 docs: update README for clarity on setup instructions 2025-07-17 19:46:57 +06:00
Khắc Tuấn faf5a121ac
Merge branch 'main' into feature/optimize-timeline-ruler 2025-07-17 20:32:08 +07:00
Maze Winther f94b1a86d6 fuck yan 2025-07-17 14:17:47 +02:00
Maze Winther b18a48b586 refactor: move sorting logic to project store 2025-07-17 13:45:12 +02:00
Maze d768da9216
Merge pull request #319 from anwarulislam/fix/tabbar
fix: make tab bar container full width
2025-07-17 13:40:32 +02:00
Maze 021c3fb7d0
Merge pull request #331 from simonorzel26/patch-1
Update pull_request_template.md
2025-07-17 13:39:10 +02:00
Maze Winther e577c9659f Merge branch 'staging' of https://github.com/mazeincoding/AppCut into staging 2025-07-17 13:38:16 +02:00
Maze b1efc90157
Merge pull request #321 from vadi25/main
Project creation and project access denied outside of dev mode
2025-07-17 13:35:44 +02:00
Simon O 4dd1ea635b
Update pull_request_template.md 2025-07-17 13:27:59 +02:00
Maze 5a7a089f0e
Merge pull request #323 from khanguyen74/feature/regenerate-media-items-thumbnail
fix: regenerate video thumbnails when a project is loaded
2025-07-17 13:06:06 +02:00
Maze 9bf5ce399c
Merge pull request #324 from simonorzel26/feat/refactor-timeline
feat(web): timeline refactor and horizontal + vertical scrolling
2025-07-17 13:02:30 +02:00
enkeii64 8efc696dcd feat: update delete project dialog 2025-07-17 20:54:31 +10:00
vadi25 9af8905c0c
Merge branch 'OpenCut-app:main' into main 2025-07-17 12:20:47 +02:00
Maze Winther 7d4cbca119 docs: README 2025-07-17 11:51:20 +02:00
Maze Winther 51857f1709 docs: what to focus on section 2025-07-17 11:50:28 +02:00
Simon Orzel 167f366c6d feat: bunx biome format --write . 2025-07-17 03:00:38 +02:00
Simon Orzel 1505c1b12f feat: timeline changes 2025-07-17 02:53:25 +02:00
Simon Orzel 98b2103286 feat: working 2025-07-17 02:25:24 +02:00