OpenCut/apps/web
coderabbitai[bot] 65cc22bf7f
📝 Add docstrings to `feature/mirroring`
Docstrings generation was requested by @joepduin.

* https://github.com/OpenCut-app/OpenCut/pull/638#issuecomment-3444277885

The following files were modified:

* `apps/web/src/app/api/get-upload-url/route.ts`
* `apps/web/src/app/api/sounds/search/route.ts`
* `apps/web/src/app/api/transcribe/route.ts`
* `apps/web/src/app/api/waitlist/export/route.ts`
* `apps/web/src/components/editor/export-button.tsx`
* `apps/web/src/components/editor/layout-guide-overlay.tsx`
* `apps/web/src/components/editor/media-panel/tabbar.tsx`
* `apps/web/src/components/editor/media-panel/views/captions.tsx`
* `apps/web/src/components/editor/media-panel/views/media.tsx`
* `apps/web/src/components/editor/media-panel/views/stickers.tsx`
* `apps/web/src/components/editor/panel-base-view.tsx`
* `apps/web/src/components/editor/panel-preset-selector.tsx`
* `apps/web/src/components/editor/preview-panel.tsx`
* `apps/web/src/components/editor/properties-panel/index.tsx`
* `apps/web/src/components/editor/properties-panel/media-properties.tsx`
* `apps/web/src/components/editor/properties-panel/text-properties.tsx`
* `apps/web/src/components/editor/timeline/timeline-element.tsx`
* `apps/web/src/components/editor/timeline/timeline-marker.tsx`
* `apps/web/src/components/footer.tsx`
* `apps/web/src/components/icons.tsx`
* `apps/web/src/components/keyboard-shortcuts-help.tsx`
* `apps/web/src/components/language-select.tsx`
* `apps/web/src/components/theme-toggle.tsx`
* `apps/web/src/components/ui/editable-timecode.tsx`
* `apps/web/src/components/ui/font-picker.tsx`
* `apps/web/src/components/ui/input-with-back.tsx`
* `apps/web/src/hooks/use-edge-auto-scroll.ts`
* `apps/web/src/hooks/use-frame-cache.ts`
* `apps/web/src/hooks/use-highlight-scroll.ts`
* `apps/web/src/hooks/use-infinite-scroll.ts`
* `apps/web/src/hooks/use-sound-search.ts`
* `apps/web/src/lib/editor-utils.ts`
* `apps/web/src/lib/export.ts`
* `apps/web/src/lib/iconify-api.ts`
* `apps/web/src/lib/timeline-renderer.ts`
* `apps/web/src/lib/transcription-utils.ts`
* `apps/web/src/lib/zk-encryption.ts`
* `apps/web/src/stores/text-properties-store.ts`
2025-10-24 18:01:39 +00:00
..
migrations feat: export waitlist 2025-08-17 18:50:13 +02:00
public feat: landing page bg 2025-08-15 23:26:17 +02:00
src 📝 Add docstrings to `feature/mirroring` 2025-10-24 18:01:39 +00:00
.env.example feat: auto-captions 2025-08-11 22:24:54 +02:00
.gitignore chore(turborepo): initial setup and config, move db to package 2025-06-24 11:23:40 +03:00
Dockerfile Add FREESOUND API to docker file (#531) 2025-08-09 23:41:23 +02:00
components.json Migrate remaining tailwind config pieces to CSS config 2025-07-30 16:53:31 -04:00
drizzle.config.ts feat: add ultracite (#452) 2025-07-25 00:41:34 +03:00
next.config.ts feat: stickers panel (#539) 2025-08-15 02:11:21 +02:00
package.json cleanup 2025-08-13 17:05:17 +02:00
postcss.config.mjs Lay groundwork for Tailwind v4 upgrade 2025-07-30 13:15:09 -04:00
tsconfig.json feat: add ultracite (#452) 2025-07-25 00:41:34 +03:00
tsconfig.tsbuildinfo fix: global biome exe, fix missing args 2025-07-25 00:55:39 +03:00