fix: add involves edge from task to agent:nomos at creation
Plus sync vendor directory for Docker build compatibility.
BIN
vendor/github.com/wailsapp/wails/v3/pkg/icons/ApplicationDarkMode-256.png
generated
vendored
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
vendor/github.com/wailsapp/wails/v3/pkg/icons/ApplicationLightMode-256.png
generated
vendored
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
vendor/github.com/wailsapp/wails/v3/pkg/icons/DefaultApplicationIcon.png
generated
vendored
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
vendor/github.com/wailsapp/wails/v3/pkg/icons/DefaultMacTemplateIcon.png
generated
vendored
Normal file
|
After Width: | Height: | Size: 669 B |
BIN
vendor/github.com/wailsapp/wails/v3/pkg/icons/WailsLogoBlack.png
generated
vendored
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
vendor/github.com/wailsapp/wails/v3/pkg/icons/WailsLogoBlackTransparent.png
generated
vendored
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
vendor/github.com/wailsapp/wails/v3/pkg/icons/WailsLogoWhite.png
generated
vendored
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
vendor/github.com/wailsapp/wails/v3/pkg/icons/WailsLogoWhiteTransparent.png
generated
vendored
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
vendor/github.com/wailsapp/wails/v3/pkg/icons/icon.ico
generated
vendored
Normal file
|
After Width: | Height: | Size: 21 KiB |
33
vendor/github.com/wailsapp/wails/v3/pkg/icons/icons.go
generated
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
package icons
|
||||
|
||||
import _ "embed"
|
||||
|
||||
//go:embed DefaultMacTemplateIcon.png
|
||||
var SystrayMacTemplate []byte
|
||||
|
||||
//go:embed systray-light.png
|
||||
var SystrayLight []byte
|
||||
|
||||
//go:embed icon.ico
|
||||
var DefaultWindowsIcon []byte
|
||||
|
||||
//go:embed systray-dark.png
|
||||
var SystrayDark []byte
|
||||
|
||||
//go:embed ApplicationDarkMode-256.png
|
||||
var ApplicationDarkMode256 []byte
|
||||
|
||||
//go:embed ApplicationLightMode-256.png
|
||||
var ApplicationLightMode256 []byte
|
||||
|
||||
//go:embed WailsLogoBlack.png
|
||||
var WailsLogoBlack []byte
|
||||
|
||||
//go:embed WailsLogoBlackTransparent.png
|
||||
var WailsLogoBlackTransparent []byte
|
||||
|
||||
//go:embed WailsLogoWhite.png
|
||||
var WailsLogoWhite []byte
|
||||
|
||||
//go:embed WailsLogoWhiteTransparent.png
|
||||
var WailsLogoWhiteTransparent []byte
|
||||
BIN
vendor/github.com/wailsapp/wails/v3/pkg/icons/systray-dark.png
generated
vendored
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
vendor/github.com/wailsapp/wails/v3/pkg/icons/systray-light.png
generated
vendored
Normal file
|
After Width: | Height: | Size: 1.5 KiB |