Merge branch 'v2-ui' of http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev into v2-ui
This commit is contained in:
@@ -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"],
|
||||
|
||||
@@ -10,6 +10,7 @@ import RenameInput from "../../../ui/inputs/RenameInput";
|
||||
|
||||
const VersionHistory = () => {
|
||||
const userName = localStorage.getItem("userName") ?? "Anonymous";
|
||||
|
||||
const initialVersions = [
|
||||
{
|
||||
versionName: "v1.0",
|
||||
|
||||
Reference in New Issue
Block a user