add ActionSelect component

This commit is contained in:
Elijah Duffy
2025-07-07 14:10:01 -07:00
parent b815ddf287
commit 2f2b4fcba2
6 changed files with 148 additions and 108 deletions

View File

@@ -144,5 +144,6 @@
background-color: rgba(255, 255, 255, 0.3);
animation: ripple 0.5s linear;
transform: scale(0);
pointer-events: none;
}
</style>