|
@@ -269,11 +269,6 @@ enum WidgetTemplates {
|
|
|
]
|
|
]
|
|
|
case .search:
|
|
case .search:
|
|
|
return [
|
|
return [
|
|
|
- v("search_small", "Search", .small, false, .actionsRow, [
|
|
|
|
|
- a("web", "Web", "globe", "/"),
|
|
|
|
|
- a("images", "Images", "photo", "https://www.google.com/imghp"),
|
|
|
|
|
- a("maps", "Maps", "map", "https://maps.google.com/maps"),
|
|
|
|
|
- ]),
|
|
|
|
|
v("search_medium", "Google Shortcuts", .medium, true, .actionsGrid(columns: 2), [
|
|
v("search_medium", "Google Shortcuts", .medium, true, .actionsGrid(columns: 2), [
|
|
|
a("web", "Web", "globe", "/"),
|
|
a("web", "Web", "globe", "/"),
|
|
|
a("images", "Images", "photo", "https://www.google.com/imghp"),
|
|
a("images", "Images", "photo", "https://www.google.com/imghp"),
|