wip: polish

This commit is contained in:
2023-10-18 08:43:31 +07:00
parent 7fa1e89dc8
commit 489ab6bd0b
17 changed files with 293 additions and 205 deletions

View File

@@ -47,7 +47,7 @@ export const WidgetKinds = {
export const DefaultWidgets: Array<WidgetGroup> = [
{
title: 'Network / Follows',
title: 'Circles / Follows',
data: [
{
kind: WidgetKinds.tmp.xfeed,
@@ -57,12 +57,12 @@ export const DefaultWidgets: Array<WidgetGroup> = [
{
kind: WidgetKinds.local.files,
title: 'Files',
description: 'All files shared by people in your network',
description: 'All files shared by people in your circle',
},
{
kind: WidgetKinds.local.articles,
title: 'Articles',
description: 'All articles shared by people in your network',
description: 'All articles shared by people in your circle',
},
{
kind: WidgetKinds.local.follows,
@@ -130,7 +130,7 @@ export const useWidgets = create<WidgetState>()(
// default: add network widget
dbWidgets.unshift({
id: '9999',
title: 'Network',
title: '',
content: '',
kind: WidgetKinds.local.network,
});