Navigation Menu

Skip to content

Commit

Permalink
feat: add fleet overview tool (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: techfreak <441741-techfreak@users.noreply.gitlab.com>
  • Loading branch information
d3vfreak and techfreak committed Apr 30, 2020
1 parent 6e68c47 commit 7494372
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions app/renderer/windows/ToolExplorer/tools.ts
Expand Up @@ -36,6 +36,22 @@ const tools: ToolDescription[] = [
tags: ["fun"],
windowName: "jukebox"
},
{
name: "Fleet Overview",
author: "t3chfreak",
description:
"The perfect tool for an FC. See a live chart of your current fleet composition and apply filters to it.",
tags: ["fleet"],
external: {
url: "https://fleet-overview.alwaysbait.com/",
initialWidth: 538,
initialHeight: 580,
resizable: {
minWidth: 400,
minHeight: 300
}
}
},
{
name: "EveMarketer",
author: "Aplulu",
Expand Down

0 comments on commit 7494372

Please sign in to comment.