Skip to content

Commit

Permalink
added icons for workspace projects & sections $ tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet222 committed Feb 28, 2021
1 parent 2629b76 commit 40251ba
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
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.
15 changes: 15 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,25 @@ const folderDescriptionList = [
description: "Display all sections in project",
iconPath: "src/actions/workspaces/option/teams/option/projects/option/sections/section_icons/section.png"
},
{
path: "/workspaces/option/projects",
description: "Display all projects",
iconPath: "src/actions/workspaces/option/projects/project_icons/project.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"
},
{
path: "/workspaces/option/projects/option/sections",
description: "Display all sections",
iconPath: "src/actions/workspaces/option/projects/option/sections/section_icons/section.png"
},
{
path: "/workspaces/option/projects/option/sections/option/tasks",
description: "Display all tasks",
iconPath: "src/actions/workspaces/option/projects/option/sections/option/tasks/task_icons/tasks.png"
}
]

Expand Down

0 comments on commit 40251ba

Please sign in to comment.