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 215b630 commit d27c4b4Copy full SHA for d27c4b4
lib/content_management/view/topics_page.dart
@@ -72,15 +72,13 @@ class _TopicPageState extends State<TopicPage> {
72
label: Text(l10n.topicName),
73
size: ColumnSize.L,
74
),
75
- DataColumn2(label: Text(l10n.status), size: ColumnSize.S),
76
DataColumn2(
77
label: Text(l10n.lastUpdated),
78
- size: ColumnSize.M,
+ size: ColumnSize.S,
79
80
81
label: Text(l10n.actions),
82
size: ColumnSize.S,
83
- fixedWidth: 120,
84
85
],
86
source: _TopicsDataSource(
@@ -158,7 +156,6 @@ class _TopicsDataSource extends DataTableSource {
158
156
overflow: TextOverflow.ellipsis,
159
157
160
161
- DataCell(Text(topic.status.l10n(context))),
162
DataCell(
163
Text(
164
// TODO(fulleni): Make date format configurable by admin.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments