Fix: Context menu delete integration with recursive tree, added Created and Edited timestamps in detail panel footer

This commit is contained in:
Wonhee Han
2026-08-20 14:56:19 +09:00
parent cadb2c78cf
commit d2d2034515
4 changed files with 37 additions and 15 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
"use client";
"use client";
import React, { createContext, useContext, useState, useEffect } from "react";
export type Language = "en" | "ko" | "ja";
@@ -76,6 +76,7 @@ export const translations = {
autoSaved: "Auto-saved",
saving: "Saving…",
created: "Created",
edited: "Edited",
// Toolbars
bold: "Bold",
@@ -158,6 +159,7 @@ export const translations = {
autoSaved: "자동 저장됨",
saving: "저장 중…",
created: "생성일",
edited: "수정일",
// Toolbars
bold: "굵게",
@@ -240,6 +242,7 @@ export const translations = {
autoSaved: "自動保存済み",
saving: "保存中…",
created: "作成日時",
edited: "更新日時",
// Toolbars
bold: "太字",