feat: implement some TODOs

This commit is contained in:
2026-01-30 23:22:21 +01:00
parent 776783237b
commit 6e1a9a4728
6 changed files with 7 additions and 22 deletions

View File

@@ -1,6 +1,4 @@
<script setup lang="ts">
// TODO: buttons should take in account opacity
import Background from "./Background.vue";
import Buttons from "./Buttons.vue";
import ButtonSelector from "~/components/Common/ButtonSelector.vue";