polyamspace / mastodon

Custom Mastodon fork used by https://polyam.space
GNU Affero General Public License v3.0
1 stars 2 forks source link

Change design of alt-text-modal #609

Closed polyamAdmin closed 6 days ago

polyamAdmin commented 6 days ago

Refactors the alt-text-modal and changes the design to match upstream's new modal design.

Passing statusId to the modal served no purpose and it didn't need router props either.

The modal now shows translated image description when toot was translated.

Preview: Long alt-text of lorem ipsum. The modal covers the middle third of the screen

Short alt-text saying "meow". The modal is smaller

polyamAdmin commented 3 days ago

I actually wouldn't be surprised if upstream uses the safety-action-modal class for all modals, whether it makes sense or not. I copied that class because I rather have changes self-contained even if it means more work in the long run.