Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F12554017
exporter.vue
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
477 B
Referenced Files
None
Subscribers
None
exporter.vue
View Options
<template>
<div class="exporter">
<div v-if="processing">
<FAIcon
icon="circle-notch"
size="lg"
spin
/>
<span>{{ processingMessage }}</span>
</div>
<button
v-else
class="btn button-default"
@click="process"
>
{{ exportButtonLabel }}
</button>
</div>
</template>
<script src="./exporter.js"></script>
<style lang="scss">
.exporter {
&-processing {
margin: 0.25em;
}
}
</style>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Sat, Nov 15, 3:01 AM (10 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
568234
Default Alt Text
exporter.vue (477 B)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment