wip: rename tags / links to groups / members

feat/type-attributes
Tomáš Mládek 2023-06-19 12:58:33 +02:00
parent 8bb551bb45
commit 308d272697
1 changed files with 4 additions and 4 deletions

View File

@ -270,8 +270,8 @@
<NotesEditor {address} {editable} on:change={onChange} />
{#if !$error}
{#if groups.length}
<section class="tags labelborder">
<header><h3>{$i18n.t("Tags")}</h3></header>
<section class="groups labelborder">
<header><h3>{$i18n.t("Groups")}</h3></header>
<div class="content">
{#each groups as group}
<div
@ -332,7 +332,7 @@
{#if tagged.length > 0}
<EntryView
title={`${$i18n.t("Links")}`}
title={`${$i18n.t("Members")}`}
widgets={taggedWidgets}
entries={tagged}
on:change={onChange}
@ -420,7 +420,7 @@
min-height: 0;
}
.tags {
.groups {
margin: 0.25rem 0;
.content {
display: flex;