diff --git a/mateclaw-ui/src/views/Memory/components/FactList.vue b/mateclaw-ui/src/views/Memory/components/FactList.vue index dba00c2a..0f2f27a9 100644 --- a/mateclaw-ui/src/views/Memory/components/FactList.vue +++ b/mateclaw-ui/src/views/Memory/components/FactList.vue @@ -14,9 +14,7 @@
{{ t('memory.facts.contradictions', { count: contradictions.length }) }} - - - +
@@ -33,19 +31,10 @@ -
-
-
+ -
- - - - - -

{{ t('memory.facts.empty') }}

-
+
@@ -63,20 +52,13 @@ {{ t('memory.facts.used', { n: fact.useCount }) }}
@@ -86,11 +68,14 @@ + + diff --git a/mateclaw-ui/src/views/Memory/components/MemoryIcon.vue b/mateclaw-ui/src/views/Memory/components/MemoryIcon.vue new file mode 100644 index 00000000..47f51ceb --- /dev/null +++ b/mateclaw-ui/src/views/Memory/components/MemoryIcon.vue @@ -0,0 +1,28 @@ + + + + + diff --git a/mateclaw-ui/src/views/Memory/components/MemorySection.vue b/mateclaw-ui/src/views/Memory/components/MemorySection.vue new file mode 100644 index 00000000..457e89d0 --- /dev/null +++ b/mateclaw-ui/src/views/Memory/components/MemorySection.vue @@ -0,0 +1,155 @@ +