We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95cea5 commit 53924f1Copy full SHA for 53924f1
1 file changed
Bitkit/Components/Widgets/NewsWidgetContent.swift
@@ -1,12 +1,6 @@
1
import SwiftUI
2
import WidgetKit
3
4
-// Shared Bitcoin Headlines widget content, reused by the in-app feed, the carousel preview, and the
5
-// home-screen WidgetKit extension. Colors adapt to `widgetRenderingMode` via ``WidgetPalette``.
6
-//
7
-// Takes primitive fields rather than a model so both the in-app `WidgetData` and the widget
8
-// extension's `CachedNewsArticle` can feed it. Card chrome is supplied by the caller.
9
-
10
// MARK: - Wide layout (in-app + 343-wide carousel page + .systemMedium OS widget)
11
12
struct NewsWidgetWideContent: View {
0 commit comments