diff --git a/src/app/components/Octicon.ts b/src/app/components/Octicon.ts index e296fe38..614cac9d 100644 --- a/src/app/components/Octicon.ts +++ b/src/app/components/Octicon.ts @@ -33,5 +33,6 @@ export const Octicon = { tag: '', trashcan: '', three_bars: '', + unfold: '', x: '', } diff --git a/src/app/components/panels/TreePanel.ts b/src/app/components/panels/TreePanel.ts index 2c3c06c1..2c59094d 100644 --- a/src/app/components/panels/TreePanel.ts +++ b/src/app/components/panels/TreePanel.ts @@ -78,12 +78,6 @@ export const TreePanel = (view: View, model: DataModel) => { }) return `
-
- ${Octicon.fold} -
${Octicon.history}
+
`, false) + }) + })}">
${Octicon.arrow_left}
diff --git a/src/locales/en.json b/src/locales/en.json index bd425cf1..3e15ba6f 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -15,6 +15,7 @@ "item-modifier": "Item Modifier", "language": "Language", "loot-table": "Loot Table", + "maximize": "Maximize", "minimize": "Minimize", "not_found.description": "The page you were looking for does not exist.", "predicate": "Predicate",