Skip to content

Commit

Permalink
added icons for workspace teams and its subdirectories
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet222 committed Feb 28, 2021
1 parent 71de448 commit 2629b76
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 0 deletions.
Binary file modified src/actions/workspaces/option/projects/project_icons/project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/actions/workspaces/workspace_icons/workspace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ const folderDescriptionList = [
path: "/workspaces/option/teams/option/users",
description: "Display all users of the team",
iconPath: "src/actions/workspaces/option/teams/option/users/user_icons/users.png"
},
{
path: "/workspaces/option/teams/option/projects/option/sections",
description: "Display all sections in project",
iconPath: "src/actions/workspaces/option/teams/option/projects/option/sections/section_icons/section.png"
},
{
path: "/workspaces/option/teams/option/projects/option/sections/option/tasks",
description: "Display all tasks",
iconPath: "src/actions/workspaces/option/teams/option/projects/option/sections/option/tasks/task_icons/tasks.png"
}
]

Expand Down

0 comments on commit 2629b76

Please sign in to comment.