Skip to content

Commit

Permalink
Merge pull request #1695 from googlefonts/issue-1694-remove-extension…
Browse files Browse the repository at this point in the history
…s-menu-delete-plugins-view

Remove extensions menu and delete plugins view
  • Loading branch information
ollimeier authored Oct 3, 2024
2 parents 99b8aa2 + f930fe4 commit 70ae9bd
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 51 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ fontra-workflow = "fontra.workflow.command:main"
[project.entry-points."fontra.views"]
editor = "fontra.views.editor"
fontinfo = "fontra.views.fontinfo"
plugins = "fontra.views.plugins"
applicationsettings = "fontra.views.applicationsettings"


Expand Down
12 changes: 0 additions & 12 deletions src/fontra/client/css/plugins.css

This file was deleted.

1 change: 0 additions & 1 deletion src/fontra/client/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@
"language.zh-cn": "Simplified Chinese",
"menubar.edit": "Edit",
"menubar.extensions": "Extensions",
"menubar.extensions.plugin": "Plugin Manager",
"menubar.file": "File",
"menubar.file.new": "New...",
"menubar.file.open": "Open...",
Expand Down
1 change: 0 additions & 1 deletion src/fontra/client/lang/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@
"language.zh-cn": "简体中文",
"menubar.edit": "编辑",
"menubar.extensions": "扩展",
"menubar.extensions.plugin": "插件管理器",
"menubar.file": "文件",
"menubar.file.new": "新建……",
"menubar.file.open": "打开……",
Expand Down
15 changes: 0 additions & 15 deletions src/fontra/views/editor/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -802,21 +802,6 @@ export class EditorController {
];
},
},
{
title: translate("menubar.extensions"),
enabled: () => true,
getItems: () => {
return [
{
title: translate("menubar.extensions.plugin"),
enabled: () => true,
callback: () => {
window.open("/plugins/plugins.html");
},
},
];
},
},
{
title: translate("menubar.help"),
enabled: () => true,
Expand Down
21 changes: 0 additions & 21 deletions src/fontra/views/plugins/plugins.html

This file was deleted.

0 comments on commit 70ae9bd

Please sign in to comment.