feat: Add CardPopover component for video actions and integrate EllipsisVerticalIcon

This commit is contained in:
2026-02-14 17:18:22 +07:00
parent 85af2da6ad
commit 718554dee9
4 changed files with 187 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
<template>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 512" fill="currentColor">
<path d="M64 360a56 56 0 1 0 0 112 56 56 0 1 0 0-112zm0-160a56 56 0 1 0 0 112 56 56 0 1 0 0-112zM120 96A56 56 0 1 0 8 96a56 56 0 1 0 112 0z"/>
</svg>
</template>