v2-ui #87

Merged
Vishnu merged 37 commits from v2-ui into main 2025-05-13 14:34:51 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit e8b637dddf - Show all commits

View File

@ -16,8 +16,8 @@ const Footer: React.FC = () => {
const { logs, setIsLogListVisible } = useLogger();
const lastLog = logs.length > 0 ? logs[logs.length - 1] : null;
const { showShortcuts, setShowShortcuts } = useShortcutStore();
const { isPlaying } = usePlayButtonStore();
const { showShortcuts, setShowShortcuts } = useShortcutStore();
OuterClick({
contextClassName: ["shortcut-helper-overlay"],

View File

@ -10,6 +10,7 @@ import RenameInput from "../../../ui/inputs/RenameInput";
const VersionHistory = () => {
const userName = localStorage.getItem("userName") ?? "Anonymous";
const initialVersions = [
{
versionName: "v1.0",