Remove some page templates, remove template picker button, update changelog

This commit is contained in:
Zef Hemel
2024-01-22 09:53:39 +01:00
parent 07cec72257
commit ddd730d9b3
9 changed files with 17 additions and 51 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ export function TopBar({
// Then calculate a new width
currentPageElement.style.width = `${
Math.min(editorWidth - 200, innerDiv.clientWidth - 200)
Math.min(editorWidth - 170, innerDiv.clientWidth - 170)
}px`;
}
}
-9
View File
@@ -259,15 +259,6 @@ export class MainUI {
client.startPageNavigate("page");
},
},
{
icon: TemplateIcon,
description: `Open template (${
isMacLike() ? "Cmd-Shift-t" : "Ctrl-Shift-t"
})`,
callback: () => {
client.startPageNavigate("template");
},
},
{
icon: TerminalIcon,
description: `Run command (${isMacLike() ? "Cmd-/" : "Ctrl-/"})`,