Skip to content

Commit

Permalink
feat: hooks folder icon
Browse files Browse the repository at this point in the history
  • Loading branch information
prazdevs committed Jan 27, 2024
1 parent 3816593 commit 350fae5
Show file tree
Hide file tree
Showing 16 changed files with 64 additions and 0 deletions.
Binary file modified assets/frappe.webp
Binary file not shown.
Binary file modified assets/latte.webp
Binary file not shown.
Binary file modified assets/macchiato.webp
Binary file not shown.
Binary file modified assets/mocha.webp
Binary file not shown.
6 changes: 6 additions & 0 deletions icons/css-variables/folder_hooks.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/css-variables/folder_hooks_open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/frappe/folder_hooks.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/frappe/folder_hooks_open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/latte/folder_hooks.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/latte/folder_hooks_open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/macchiato/folder_hooks.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/macchiato/folder_hooks_open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/mocha/folder_hooks.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/mocha/folder_hooks_open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"scripts": {
"build": "tsx scripts/build.ts",
"catwalk": "tsx scripts/catwalk.ts",
"icons": "pnpm icons:optimize && pnpm icons:generate && icons:preview",
"icons:generate": "tsx scripts/generate.ts",
"icons:optimize": "tsx scripts/optimize.ts",
"icons:preview": "tsx scripts/preview.ts",
Expand Down
3 changes: 3 additions & 0 deletions src/defaults/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,9 @@ export const folderIcons: FolderIcons = {
'gitlab': {
folderNames: ['.gitlab'],
},
'hooks': {
folderNames: ['hook', 'hooks', 'trigger', 'triggers'],
},
'husky': {
folderNames: [
'husky',
Expand Down

0 comments on commit 350fae5

Please sign in to comment.