-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(mobile): add context menu for video #2876
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Suggested PR Title:
Change Summary: Code Review: Code Reviewapps/mobile/src/components/ui/image/ImageContextMenu.tsx
apps/mobile/src/modules/context-menu/video.tsx
apps/mobile/src/modules/entry-list/templates/EntryGridItem.tsx
packages/utils/src/url-for-video.ts
These issues can potentially introduce runtime bugs or inconsistencies and should be addressed. Let me know if you need further clarification on specific points. |
Resolves FOL-1634
Introduce star functionality in image and video context menus, allowing users to star and unstar entries.
Refactor code for improved type safety and clean up imports.