Skip to content

Commit

Permalink
feat: remove landscape addon
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed May 26, 2022
1 parent 1acfca3 commit 754a845
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 160 deletions.
2 changes: 1 addition & 1 deletion addons/git/src/renderer/GitAnchor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ watchEffect(() => {
<style lang="scss" scoped>
.git-anchor {
display: flex;
order: 1;
order: 8;
box-sizing: border-box;
margin-right: 0;
margin-left: 8px;
Expand Down
10 changes: 0 additions & 10 deletions addons/landscape/index.js

This file was deleted.

4 changes: 0 additions & 4 deletions addons/landscape/locales/zh-CN.json

This file was deleted.

16 changes: 0 additions & 16 deletions addons/landscape/package.json

This file was deleted.

13 changes: 0 additions & 13 deletions addons/landscape/settings.spec.json

This file was deleted.

5 changes: 0 additions & 5 deletions addons/landscape/src/main/index.ts

This file was deleted.

9 changes: 0 additions & 9 deletions addons/landscape/src/renderer/LandscapeAnchor.vue

This file was deleted.

82 changes: 0 additions & 82 deletions addons/landscape/src/renderer/LandscapeSlot.vue

This file was deleted.

9 changes: 0 additions & 9 deletions addons/landscape/src/renderer/compositions.ts

This file was deleted.

9 changes: 0 additions & 9 deletions addons/landscape/src/renderer/index.ts

This file was deleted.

2 changes: 1 addition & 1 deletion resources/settings.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
"type": "string"
}
},
"recommendations": ["addon-manager", "cleaner", "cli", "fun", "git", "iterm2", "launcher", "menu", "power-mode", "preference", "proxy", "settings", "theme", "updater", "landscape"],
"recommendations": ["addon-manager", "cleaner", "cli", "fun", "git", "iterm2", "launcher", "menu", "power-mode", "preference", "proxy", "settings", "theme", "updater"],
"default": ["addon-manager", "cleaner", "cli", "fun", "git", "iterm2", "launcher", "menu", "power-mode", "preference", "proxy", "settings", "theme", "updater"]
}
]
2 changes: 1 addition & 1 deletion src/renderer/components/ActionBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function configure() {
line-height: 16px;
background: rgb(var(--material-background) / var(--theme-opacity));
}
.anchor {
:deep(.anchor) {
margin-right: 8px;
opacity: 0.5;
transition: opacity 0.2s;
Expand Down

0 comments on commit 754a845

Please sign in to comment.