Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
09f9b8b
refactor: remove favicon from search engine capsule, use solid colors…
yonaries Mar 14, 2026
adbf3c2
refactor: remove favicon from launcher Match struct
yonaries Mar 14, 2026
027a97c
feat: use per-engine icon and color in AI suggestions instead of defa…
yonaries Mar 14, 2026
d10d982
feat: add capsule logo assets for all search engines
yonaries Mar 14, 2026
49121b5
feat: assign capsule logos to all built-in search engines
yonaries Mar 14, 2026
833e1a8
fix: invert OpenAI and Grok logo light/dark variants for AI suggestions
yonaries Mar 14, 2026
4b0960e
fix: ignore hover on launcher suggestions until mouse moves
yonaries Mar 14, 2026
e126ada
refactor: extract models, ViewModel, and environment types from Launcher
yonaries Mar 14, 2026
ed98c07
fix: support localhost:port and ip:port in launcher URL suggestions
yonaries Mar 15, 2026
0e9327d
fix: conditional binding on non-optional URL in Tab.continueToInsecur…
yonaries Mar 15, 2026
b46d12c
fix: remove unassigned claude.png from claude-capsule-logo imageset
yonaries Mar 15, 2026
2ee9c69
fix: ignore hover on floating tab switcher until mouse moves
yonaries Mar 15, 2026
bb5f05d
feat: add "Continue Anyway" option for SSL certificate errors
yonaries Mar 15, 2026
163a740
fix: improve AI query detection heuristics in launcher suggestions
yonaries Mar 15, 2026
88e2c49
fix: hide duplicate URL in launcher URL suggestions
yonaries Mar 15, 2026
876d08e
refactor: use ConditionallyConcentricRectangle in launcher
yonaries Mar 15, 2026
bcb55a3
fix: remove divider between launcher input and suggestions
yonaries Mar 15, 2026
36cde88
fix: darken launcher background in dark mode
yonaries Mar 15, 2026
728c5e3
fix: reduce home view watermark opacity
yonaries Mar 15, 2026
591260d
fix: use ConditionallyConcentricRectangle in download row, adjust ico…
yonaries Mar 15, 2026
0f576e6
style: increase corner radius on suggestion item
yonaries Mar 15, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "bing-capsule-logo.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "claude-capsule-logo.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "copilot-capsule-logo.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "copilot-color.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "duckduckgo-capsule-logo.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Loading