- Backend:
- Implemented FFmpeg-based video thumbnail generation in assets API.
- Added PATCH /assets/{id} endpoint for updating asset details (renaming).
- Added AssetUpdate schema.
- Frontend:
- Added 'Rename' action to 'My Files' in both List and Grid views.
- Implemented smart renaming that preserves file extensions.
- Added 'Edit2' icon for rename actions.
- Updated API client to support asset updates.
|
||
|---|---|---|
| .. | ||
| api.ts | ||
| auth.ts | ||
| imageUtils.ts | ||
| store.ts | ||