Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* old but new highlighter # Conflicts: # app/components-react/pages/RecordingHistory.tsx * Revert "removed everything ai-highlighter related" This reverts commit 9534188. # Conflicts: # app/components-react/pages/RecordingHistory.tsx * Revert "removed more ai stuff" This reverts commit 9266d84. * added featureflag * feature flag for updater * set default view for highlighter * minor copy tweaks and icons update # Conflicts: # app/components-react/highlighter/SettingsView.tsx * adjusted styling * added missing import * fix import * vertical export with webcam * added aihighlighter namespace to events * stream highlights button style change * fix issue from gitmare * fix back button * added lost gitignore * change vertical without webcam for now * package json version fix * reverted to new preview * refactored preview player and improved functionality * preview modal bug fixes and improvements * fixed background music export and added music loop * skip update in devMode * new highlighter dev path * replaced inline css with classes # Conflicts: # app/components-react/highlighter/ClipPreview.tsx * clips view cleanup # Conflicts: # app/components-react/highlighter/ClipsView.tsx * fix defining function in hook * fix hotkey label issue # Conflicts: # app/components-react/highlighter/SettingsView.tsx * clean css settings view # Conflicts: # app/components-react/highlighter/SettingsView.tsx * removed unnessesary filtering # Conflicts: # app/services/highlighter/index.ts * fixed deletion issues # Conflicts: # app/components-react/highlighter/ClipsView.tsx # app/services/highlighter/index.ts * fixed padding issues * cleanup clipsPreview * fix slow clip generation * added gun emoji back in * fix devMode check in highlighter * clipsView performance update * highlighter branch version * import fix * temporariely disable ai-highlighter feature flag * fixed vertical exports on windows and other os * dont use intro/outro for vertical videos * settings view css cleanup * added translations # Conflicts: # app/components-react/highlighter/SettingsView.tsx * added adjusted translation json * define whats saved in localstorage # Conflicts: # app/services/highlighter/index.ts * order change * typo * after ExportModal umount reset renderingState * cleanup stream card * preview fix * fix broken preview state after preview finishes * clean stream view * re-structuring * renaming + i18n * Highlighter/preview bug (#5240) * logs and currentClipIndex in hook * removed console log statements --------- Co-authored-by: jankalthoefer <[email protected]> * fix Implicit any in catch clause * remove BlankSlate again * sorting and linting fixes * manually revert clips view performance update * translation + cta fix * replaybuffer fix * translation fix * Revert "manually revert clips view performance update" This reverts commit b630b86. * fix strictnull check * Revert "temporariely disable ai-highlighter feature flag" This reverts commit dee98d8. * in dev mode enable update and use highlighter.exe for now * changed back package json * useAiHighlighter to localstorage * fixed issue with preview clips and progress bar animation * adjust highlighter export filename * fix missing translation * added ai highlighter to recordingsHistory * flames fix * ai highlighter toggle cleanup * translation fix * preview css fix * utils functions to beginning of file * highlight generator fixes * moved unmount to only run on unmount * css fix * removed unnecessary code * buffer const fixes * added resumability of highlights generation and fixed process kill fl… (#5245) * added resumability of highlights generation and fixed process kill flow on windows * renamed resume back to restart --------- Co-authored-by: marvinoffers <[email protected]> * fix transform width * remove unneded css * hide ai highlighter for any os that is not windows (#5247) * fix linting error * theming color fix * wording change * adjusted colors for other themes * upload modal height fix * fix error case * fixed null issues * preview improvement suggestion * removed {' '} * Revert "removed {' '}" This reverts commit 828c91f. * removed {‘ ’} from files we touched where its not necessary * Capitalize buttons and fix test * changed wording + empty preview state * added beta tag (#5248) * smoothen progressbar * disable button when detection in progress (#5252) * add " - highlights" to export name --------- Co-authored-by: jankalthoefer <[email protected]> Co-authored-by: ggolda <[email protected]> Co-authored-by: ggolda <[email protected]> Co-authored-by: Sean Beyer <[email protected]>
- Loading branch information