diff --git a/meshchatx/src/frontend/components/App.vue b/meshchatx/src/frontend/components/App.vue index 506902a..5817dad 100644 --- a/meshchatx/src/frontend/components/App.vue +++ b/meshchatx/src/frontend/components/App.vue @@ -116,22 +116,39 @@
+ + +
  • - + - + - + @@ -29,6 +29,10 @@ export default { type: Object, required: true, }, + isCollapsed: { + type: Boolean, + default: false, + }, }, emits: ["click"], methods: { diff --git a/meshchatx/src/frontend/components/archives/ArchivesPage.vue b/meshchatx/src/frontend/components/archives/ArchivesPage.vue index ad63db7..918cde8 100644 --- a/meshchatx/src/frontend/components/archives/ArchivesPage.vue +++ b/meshchatx/src/frontend/components/archives/ArchivesPage.vue @@ -3,33 +3,35 @@
    -
    +
    -
    -

    {{ $t("app.archives") }}

    -

    {{ $t("archives.description") }}

    +
    +

    {{ $t("app.archives") }}

    +

    + {{ $t("archives.description") }} +

    -
    -
    +
    +