manyfold3d / manyfold

A self-hosted digital asset manager for 3d print files.
https://manyfold.app
MIT License
814 stars 49 forks source link

Inconsistent display of "convert to 3MF" button across screens #3173

Closed TK-3375 closed 4 days ago

TK-3375 commented 5 days ago

Describe the bug When you click "convert to 3MF" on the problem page the button will animate to indicate the process is ongoing.

If you view the model page directly that button is also there, but it's not indicating that the conversion is in progress

To Reproduce Steps to reproduce the behavior:

  1. Go to problem page
  2. Click on convert to 3MF for an "Inefficient format" file.
  3. Click on the item name to reach it's dedicated page
  4. "Convert to 3MF" button is shown plain, with no animation that the process is ongoing

Expected behavior

If a process has been started, the button animation should be consistent across all screens.

Screenshots

image

image

Desktop (please complete the following information):

Additional context

App installed on a proxmox server, debian 12, through docker. AMD EPYC 3151 4-Core Processor 32 gigs of ram

Not sure if a bug but the button on "view model" and the button in alert page don't have the same URL... I expected them to, but nope. Maybe it's intended though.

Floppy commented 5 days ago

Good call. The spinner on the problem page is a bit of a hack tbh, I should make it more consistent.