Commit Graph

23 Commits

Author SHA1 Message Date
ecb0ff7e66 Add config.js for renovate 2026-01-29 04:01:22 +00:00
3e9db38cc6 Update package.json 2026-01-29 03:44:31 +00:00
Greg Drake
5dc12cb684 Merge pull request #2 from drakeg/dependabot/npm_and_yarn/js-yaml-3.14.2
build(deps-dev): bump js-yaml from 3.14.1 to 3.14.2
2025-12-28 15:09:04 -05:00
Greg Drake
989b1ae481 Updated packages 2025-12-18 22:22:31 -05:00
Greg Drake
f59e24b0c4 Merge pull request #6 from drakeg/vercel/react-server-components-cve-vu-sa7nha
Fix React Server Components CVE vulnerabilities
2025-12-18 22:13:16 -05:00
Vercel
17310244e7 Fix React Server Components CVE vulnerabilities
Updated dependencies to fix Next.js and React CVE vulnerabilities.

The fix-react2shell-next tool automatically updated the following packages to their secure versions:
- next
- react-server-dom-webpack
- react-server-dom-parcel  
- react-server-dom-turbopack

All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory.

Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
2025-12-19 03:12:04 +00:00
dependabot[bot]
f084865ea5 build(deps-dev): bump js-yaml from 3.14.1 to 3.14.2
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...3.14.2)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 3.14.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-18 11:51:00 +00:00
Greg Drake
398aecb7fc feat: add dark mode support with theme toggle
- Added custom dark variant configuration to globals.css
- Implemented ThemeToggle component with fixed positioning in top-right corner
- Applied dark mode styling to main page gradient, text colors, and component backgrounds
- Updated VideoEditor container and processing modal with dark mode variants
2025-11-13 21:10:49 -05:00
Greg Drake
63ac4fbcaf Updated NPM packages 2025-11-13 20:53:27 -05:00
Greg Drake
4361abbc36 Updated package.json 2025-11-13 20:45:48 -05:00
Greg Drake
81537cd093 feat: auto-set end time when video reaches end during trimming
- Automatically sets end time to video duration when playback reaches the end after marking start time
- Normalizes start time to 0 when marked within first 0.5 seconds and auto-plays video
- Stops duration timer when end is reached to prevent further updates
2025-11-11 22:48:36 -05:00
Greg Drake
8524483a68 feat: add video playback controls with progress bar and frame navigation
- Implemented interactive progress bar with visual trim region indicators and click-to-seek functionality
- Added frame-by-frame navigation and quick jump buttons (-5s/+5s) for precise video positioning
- Reorganized control layout with dedicated navigation row and improved timer display styling
2025-11-11 21:59:11 -05:00
Greg Drake
67f265822a Merge pull request #1 from drakeg/whitesource/configure
Configure Mend Bolt for GitHub
2025-11-03 22:55:41 -05:00
Greg Drake
78e882d091 update: more details added to the README.md file 2025-11-03 22:54:26 -05:00
Greg Drake
61efba989f update: fixed the instructions 2025-11-03 22:42:33 -05:00
Greg Drake
a6cde1f5cc fix: issue with page.tsx file 2025-11-03 22:25:16 -05:00
Greg Drake
32861d34b1 update: move the instructions to make it easier to view 2025-11-03 22:20:47 -05:00
Greg Drake
93160e23e7 update: make instructions more visible and give it a more descriptive title 2025-11-03 22:14:43 -05:00
Greg Drake
9a87201ef9 update: add a section to document taht you can do more shorts 2025-11-03 22:04:05 -05:00
Greg Drake
e2ba003b09 fix: disable Turbopack and optimize Webpack config 2025-11-03 21:40:37 -05:00
mend-bolt-for-github[bot]
56b909e2a9 Add .whitesource configuration file 2025-11-04 01:02:22 +00:00
Greg Drake
aab931aa22 first commit 2025-11-03 20:02:04 -05:00
Greg Drake
e410c41aeb Initial commit from Create Next App 2025-11-02 00:16:51 -04:00