my.alt-text.org
my.alt-text.org copied to clipboard
User configuration
Users should be able to control as much of their interaction as possible.
- Keyboard controls
- Site palette
- Archive width/Inflight height (should be slideable in main UI and value saved)
- Audio cues where needed
- Misc:
- Whether to delete in-flight source when dragged into another
- Whether to review extracted text before placement in inflight
- Page/Extraction language, save configured value
- Font sizes for different categories of item
- More to come
- Non-animated loading cues? Just disable it?
for animation there is the css user-prefers media queries that could be hooked into to start that would tell you what the operating system has configured and follow along (same for dark mode)
@dmlb I knew that there were ways to get that info, but hadn't looked up how yet, thanks for the pointers!