Skip to content

Commit

Permalink
Added middleware folder icon
Browse files Browse the repository at this point in the history
  • Loading branch information
felipe-fg authored and PKief committed Oct 18, 2018
1 parent 9f4f5de commit 6344e10
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions icons/folder-middleware-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 icons/folder-middleware.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 src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-debug', folderNames: ['debug', 'debugging'] },
{ name: 'folder-fastlane', folderNames: ['fastlane'] },
{ name: 'folder-plugin', folderNames: ['plugin', 'plugins', '_plugins', 'extension', 'extensions', 'addon', 'addons'] },
{ name: 'folder-middleware', folderNames: ['middleware', 'middlewares'] },
{ name: 'folder-controller', folderNames: ['controller', 'controllers', 'service', 'services'] },
{ name: 'folder-ansible', folderNames: ['ansible'] },
{ name: 'folder-server', folderNames: ['server', 'servers', 'backend'] },
Expand Down
2 changes: 1 addition & 1 deletion src/models/i18n/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './translation';
export * from './Translation';
4 changes: 2 additions & 2 deletions src/models/icons/files/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './fileIcon';
export * from './fileTypes';
export * from './FileIcon';
export * from './FileTypes';
4 changes: 2 additions & 2 deletions src/models/icons/folders/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './folderIcon';
export * from './folderTheme';
export * from './FolderIcon';
export * from './FolderTheme';

0 comments on commit 6344e10

Please sign in to comment.