managing better adding to quueue

This commit is contained in:
talksik
2022-01-18 03:17:52 -08:00
parent cf064f5545
commit 80b16dfdc6
2 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { Modal, Tooltip } from "antd";
import { Message } from "../../models/message";
import { FaBackward } from "react-icons/fa";
export default function PowerPlayer(props: { messages: Message[] }) {
export default function PowerPlayer(props: { show: boolean }) {
// two arrays:
// 1. all of my messages in order date desc => top
// 2. all of incoming messages in order date desc => bottom