|
@@ -610,17 +610,6 @@ export class ContentPage {
|
|
|
View Full
|
|
View Full
|
|
|
</button>
|
|
</button>
|
|
|
` : ''}
|
|
` : ''}
|
|
|
- <button
|
|
|
|
|
- class="btn btn-secondary btn-sm w-full"
|
|
|
|
|
- onclick="navigator.clipboard.writeText(\`${item.content.replace(/`/g, '\\`').replace(/\$/g, '\\$')}\`).then(() => {
|
|
|
|
|
- document.dispatchEvent(new CustomEvent('show-toast', {
|
|
|
|
|
- detail: { type: 'success', title: 'Copied!', message: 'Content copied to clipboard' }
|
|
|
|
|
- }));
|
|
|
|
|
- })"
|
|
|
|
|
- >
|
|
|
|
|
- <div class="w-4 h-4 mr-1">${getIcon('copy')}</div>
|
|
|
|
|
- Copy
|
|
|
|
|
- </button>
|
|
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|