initial commit to gitea
This commit is contained in:
@@ -72,6 +72,18 @@ class DesktopBuyServiceState extends State<DesktopBuyService> {
|
||||
Utils.buildLine(S.of(context).your_group, widget.data['group']['name'], valueSize: 16),
|
||||
);
|
||||
|
||||
if (widget.data['store']['id'] != null) {
|
||||
col1.children.add(
|
||||
Utils.buildLine(S.of(context).store, widget.data['store']['name'], valueSize: 16),
|
||||
);
|
||||
}
|
||||
|
||||
if (widget.data['domain'] != null) {
|
||||
col1.children.add(
|
||||
Utils.buildLine(S.of(context).domain_name, widget.data['domain'], valueSize: 16),
|
||||
);
|
||||
}
|
||||
|
||||
if (widget.data['exists_service'] == null) {
|
||||
col1.children.add(
|
||||
Utils.buildLine(S.of(context).current_plan, 'N/A', valueSize: 16),
|
||||
@@ -171,7 +183,7 @@ class DesktopBuyServiceState extends State<DesktopBuyService> {
|
||||
);
|
||||
|
||||
return Scaffold(
|
||||
appBar: NavigationBar(
|
||||
appBar: MiniNavigationBar(
|
||||
title: S.of(context).blog,
|
||||
back: true,
|
||||
breadCrumbs: [
|
||||
|
||||
Reference in New Issue
Block a user