my.alt-text.org icon indicating copy to clipboard operation
my.alt-text.org copied to clipboard

User configuration

Open hkolbeck opened this issue 2 years ago • 2 comments

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?

hkolbeck avatar Jul 26 '23 03:07 hkolbeck

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 avatar Jul 27 '23 01:07 dmlb

@dmlb I knew that there were ways to get that info, but hadn't looked up how yet, thanks for the pointers!

hkolbeck avatar Jul 27 '23 04:07 hkolbeck