Add links to Ultimaker's platform websites

The links are not final since they will need some campaign tags. For the rest it should be more or less done.

Contributes to issue CURA-8422.
This commit is contained in:
Ghostkeeper 2021-09-20 16:36:26 +02:00
parent 570fb3cf93
commit c518f0de93
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
15 changed files with 95 additions and 7 deletions

View file

@ -86,11 +86,60 @@ Item
model:
[
{ displayName: "Report issue1", thumbnail: UM.Theme.getIcon("Bug"), description: "This is the description1", link: "https://github.com/Ultimaker/Cura/issues/1" },
{ displayName: "My printers", thumbnail: UM.Theme.getIcon("Bug"), description: "This is the description2", link: "https://github.com/Ultimaker/Cura/issues/2" },
{ displayName: "Ultimaker.com", thumbnail: UM.Theme.getIcon("Bug"), description: "This is the description3", link: "https://ultimaker.com" },
{ displayName: "Report issue4", thumbnail: UM.Theme.getIcon("Bug"), description: "This is the description4", link: "https://github.com/Ultimaker/Cura/issues/4" },
{ displayName: "Report issue5", thumbnail: UM.Theme.getIcon("Bug"), description: "This is the description5", link: "https://github.com/Ultimaker/Cura/issues/5" }
{
displayName: catalog.i18nc("@label:button", "My printers"),
thumbnail: UM.Theme.getIcon("PrinterTriple", "high"),
description: catalog.i18nc("@tooltip:button", "Manage your printers in the Digital Factory."),
link: "https://digitalfactory.ultimaker.com/app/printers"
},
{
displayName: "Digital Library", //Not translated, since it's a brand name.
thumbnail: UM.Theme.getIcon("Library", "high"),
description: catalog.i18nc("@tooltip:button", "Manage your files in the Digital Library."),
link: "https://digitalfactory.ultimaker.com/app/library"
},
{
displayName: catalog.i18nc("@label:button", "Print jobs"),
thumbnail: UM.Theme.getIcon("FoodBeverages"),
description: catalog.i18nc("@tooltip:button", "Manage things that are being printed."),
link: "https://digitalfactory.ultimaker.com/app/print-jobs"
},
{
displayName: "Ultimaker Marketplace", //Not translated, since it's a brand name.
thumbnail: UM.Theme.getIcon("Shop", "high"),
description: catalog.i18nc("@tooltip:button", "Extend Ultimaker Cura with new plug-ins and profiles."),
link: "https://marketplace.ultimaker.com/"
},
{
displayName: "Ultimaker Academy", //Not translated, since it's a brand name.
thumbnail: UM.Theme.getIcon("Knowledge"),
description: catalog.i18nc("@tooltip:button", "Become an expert in 3D printing."),
link: "https://academy.ultimaker.com/"
},
{
displayName: catalog.i18nc("@label:button", "Ultimaker support"),
thumbnail: UM.Theme.getIcon("Help", "high"),
description: catalog.i18nc("@tooltip:button", "Get help with how to use Ultimaker Cura."),
link: "https://support.ultimaker.com/"
},
{
displayName: catalog.i18nc("@label:button", "Ask a question"),
thumbnail: UM.Theme.getIcon("Speak", "high"),
description: catalog.i18nc("@tooltip:button", "Consult the Ultimaker community."),
link: "https://community.ultimaker.com/"
},
{
displayName: catalog.i18nc("@label:button", "Report a bug"),
thumbnail: UM.Theme.getIcon("Bug", "high"),
description: catalog.i18nc("@tooltip:button", "Notify the developers that something is going wrong."),
link: "https://github.com/Ultimaker/Cura/issues/new/choose"
},
{
displayName: "Ultimaker.com", //Not translated, since it's a URL.
thumbnail: UM.Theme.getIcon("Browser"),
description: catalog.i18nc("@tooltip:button", "Visit Ultimaker's website."),
link: "https://ultimaker.com/"
}
]
delegate: ApplicationButton