pleroma-fe/src/components/features_panel/features_panel.vue

27 lines
633 B
Vue

<template>
<div class="features-panel">
<div class="panel panel-default base01-background">
<div class="panel-heading timeline-heading base02-background base04">
<div class="title">
Features
</div>
</div>
<div class="panel-body features">
<ul>
<li>Media proxy</li>
<li>Local chat</li>
<li>Who to follow</li>
<li>Scope options</li>
<li>Formatting options</li>
<li>Text limit=</li>
</ul>
</div>
</div>
</div>
</template>
<script src="./features_panel.js" ></script>
<style lang="scss">
</style>