Sha256: 75101725fed56db7488dc7036268c4dbfdbbf5061b9a0d71186f01f8bcbbdef8

Contents?: true

Size: 593 Bytes

Versions: 21

Compression:

Stored size: 593 Bytes

Contents

<template>
  <layout :title="$t('sections.listPane.title')">
    <section-list v-if="previewReady" />
    <div class="h-full w-full animate-pulse" v-else>
      <div class="w-full bg-gray-200 rounded h-12 mb-3"></div>
      <div class="w-full bg-gray-200 rounded h-12 mb-3"></div>
      <div class="w-full bg-gray-200 rounded h-12 mb-3"></div>
    </div>
  </layout>
</template>

<script>
import Layout from '@/layouts/slide-pane.vue'
import SectionList from '@/components/section-list/index.vue'

export default {
  name: 'SectionListPane',
  components: { Layout, SectionList },
}
</script>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
maglevcms-1.8.0 app/frontend/editor/views/sections/list-pane.vue
maglevcms-1.7.3 app/frontend/editor/views/sections/list-pane.vue
maglevcms-1.7.2 app/frontend/editor/views/sections/list-pane.vue
maglevcms-1.7.1 app/frontend/editor/views/sections/list-pane.vue
maglevcms-1.7.0 app/frontend/editor/views/sections/list-pane.vue
maglevcms-1.6.1 app/frontend/editor/views/sections/list-pane.vue
maglevcms-1.6.0 app/frontend/editor/views/sections/list-pane.vue
maglevcms-1.5.1 app/frontend/editor/views/sections/list-pane.vue
maglevcms-1.4.0 app/frontend/editor/views/sections/list-pane.vue
maglevcms-1.3.0 app/frontend/editor/views/sections/list-pane.vue
maglevcms-1.2.2 app/frontend/editor/views/sections/list-pane.vue
maglevcms-1.2.1 app/frontend/editor/views/sections/list-pane.vue
maglevcms-1.2.0 app/frontend/editor/views/sections/list-pane.vue
maglevcms-1.1.7 app/frontend/editor/views/sections/list-pane.vue
maglevcms-1.1.6 app/frontend/editor/views/sections/list-pane.vue
maglevcms-1.1.5 app/frontend/editor/views/sections/list-pane.vue
maglevcms-1.1.4 app/frontend/editor/views/sections/list-pane.vue
maglevcms-1.1.3 app/frontend/editor/views/sections/list-pane.vue
maglevcms-1.1.2 app/frontend/editor/views/sections/list-pane.vue
maglevcms-1.1.1 app/frontend/editor/views/sections/list-pane.vue