Skip to content

Conversation

@mgogoulos
Copy link
Contributor

@mgogoulos mgogoulos commented May 15, 2025

Description

What is pending here

  • last round of Fixes / from Thorkild
  • make tests passing / flake etc
  • fix 2 small comments

Yiannistaos and others added 30 commits May 15, 2025 10:43
…desktop timeline issues

- Fixed segment and cutaway playback to properly stop at the end and resume correctly after user interaction
- Ensured playback continues seamlessly from cutaway to next segment when clicking Play
- Updated start and end bracket icons for both segment and cutaway popup menus to correct designs
- Fixed dynamic updates of popup menus when dragging segment boundaries past the playhead
- Fixed issue where deleting a segment did not trigger correct switch to cutaway popup menu
- Synced playback icons between popup menu and video controls under various playback scenarios
- Replaced browser-native unload confirmation with a custom, unified message to warn about unsaved edits
- Ensured timeline-based editing now works reliably on iPhone/iPad (iOS Safari)
- Fixed issue where clicking at the end of a cutaway area closed the popup and prevented re-opening on desktop browsers
@@ -0,0 +1,14 @@
import { defineConfig } from "drizzle-kit";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Yiannistaos is this being used? If not please remove (along with package.json/yarn.lock entries)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mgogoulos You're right — this is no longer needed. I’ve removed it in the latest commit. It was used earlier as a mock database setup with Drizzle ORM before we integrated with Django.

@@ -0,0 +1,17 @@
import { pgTable, text, serial, integer, boolean } from "drizzle-orm/pg-core";
import { createInsertSchema } from "drizzle-zod";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Yiannistaos i believe this is redundant too?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mgogoulos You're right — this is no longer needed. I’ve removed it in the latest commit. It was used earlier as a mock database setup with Drizzle ORM before we integrated with Django.

mgogoulos and others added 11 commits May 26, 2025 11:45
- keep icons in popup menu but do not allow to click (rather than disapear) #61
- New item: When activating Play Preview #62
- dragable ball on mobile #63
- mobile: dragging the popup menu small issue #64
- mobile vertical direction #65
In Preview mode, you can jump in timeline to review the edits, without having to listen to the full video.
@mgogoulos mgogoulos merged commit b28c2d8 into main Jun 11, 2025
3 checks passed
@mgogoulos mgogoulos deleted the video-editor branch November 11, 2025 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants