MLTSHP / mltshp

Source for the application that runs mltshp.com
https://mltshp.com/
Mozilla Public License 2.0
50 stars 21 forks source link

Picker alt text #723

Closed dphiffer closed 1 year ago

dphiffer commented 1 year ago

Note: this is branched from python3-upgrade but I can redo it against master if the Python upgrade isn't going to land any time soon.

Overview

This adds an interface for specifying alt text from the "picker" template, used by browser extensions and bookmarklets to upload to the site. The tabbed interface is modeled on the one from Settings. Fixes #719.

See also: https://github.com/MLTSHP/mltshp-patterns/pull/1039

Screenshots

New post interface showing title field, and a tabbed interface where the Description tab is selected and Alt Text tab is not selected, a textarea field is below with the text 'source: https://example.com'. A piggy bank Save This button is below. New post interface showing title field, and a tabbed interface where the Alt Text tab is selected and Description tab is not selected, a textarea field is below with the text 'alt text goes here'. A piggy bank Save This button is below.
bradchoate commented 1 year ago

Yes, if you don't mind, please create a separate PR for master. I don't know when the Python 3 update will happen. Still have more testing to do.