feat: Implement Web Share API for mobile image sharing and standardize prompt textarea heights across views.

This commit is contained in:
xds
2026-02-17 18:17:00 +03:00
parent 674cbb8f16
commit f8adcf33d3
3 changed files with 53 additions and 29 deletions

View File

@@ -331,9 +331,9 @@ const handleAssetPickerUpload = async (event) => {
<label class="text-[10px] font-bold text-slate-400 uppercase tracking-wider">Prompt</label>
<!-- Optional: Add Clear/Improve buttons here if desired, keeping simple for now to match layout -->
</div>
<Textarea v-model="prompt" rows="2" autoResize
<Textarea v-model="prompt" rows="2"
placeholder="Describe what you want to create... (Auto-starts new session)"
class="w-full bg-slate-800 !text-sm border-white/10 text-white rounded-lg p-2 focus:border-violet-500 focus:ring-1 focus:ring-violet-500/50 transition-all resize-none shadow-inner" />
class="w-full !h-28 bg-slate-800 !text-sm border-white/10 text-white rounded-lg p-2 focus:border-violet-500 focus:ring-1 focus:ring-violet-500/50 transition-all resize-none shadow-inner" />
</div>
<!-- Character & Assets Row -->