continue icon indicating copy to clipboard operation
continue copied to clipboard

Add the missing status bar icon

Open adamszewe opened this issue 5 months ago • 0 comments

Description

Solves: https://github.com/continuedev/continue/issues/2209

The getIcon method id AutocompleteSpinnerWidget references an image that does not exist in resources.

    override fun getIcon(): Icon = if (isLoading) animatedIcon else
        IconLoader.getIcon("/icons/continue.svg", javaClass)

This PR creates the missing directory icons under resources and adds a copy of the Continue logo there.

Checklist

  • [x] The base branch of this PR is dev, rather than main
  • [x] The relevant docs, if any, have been updated or created

Screenshots

| Before | After | | Screenshot 2024-09-09 at 14 22 22 | Screenshot 2024-09-09 at 14 23 16 |

Testing

The test has been executed manually. The icon is now visible in the status bar.

adamszewe avatar Sep 09 '24 11:09 adamszewe