diff --git a/app/src/components/LazyRenderer.vue b/app/src/components/LazyRenderer.vue new file mode 100644 index 00000000..bb764f93 --- /dev/null +++ b/app/src/components/LazyRenderer.vue @@ -0,0 +1,59 @@ + + + diff --git a/app/src/views/app/AppCatalog.vue b/app/src/views/app/AppCatalog.vue index 2daf3381..e17903d2 100644 --- a/app/src/views/app/AppCatalog.vue +++ b/app/src/views/app/AppCatalog.vue @@ -64,52 +64,56 @@ - - - - {{ app.manifest.name }} - - - {{ $t('app_state_' + app.state) }} - - - - + + + + + {{ app.manifest.name }} - {{ app.manifest.description }} + + + {{ $t('app_state_' + app.state) }} + - - - {{ $t(app.maintained) }} - - - + + + - - - - {{ $t('code') }} - + {{ app.manifest.description }} - - {{ $t('readme') }} - + + + {{ $t(app.maintained) }} + + + - - {{ $t('install') }} - - - {{ $t('installed') }} - - - + + + + {{ $t('code') }} + + + + {{ $t('readme') }} + + + + {{ $t('install') }} + + + {{ $t('installed') }} + + + +