Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #591 #592

Merged
merged 4 commits into from
Aug 20, 2024
Merged

Fix #591 #592

merged 4 commits into from
Aug 20, 2024

Commits on Aug 15, 2024

  1. Fix some UI consistency issues

    - Disable prev/next, placeholder after buttons on deselect
    - Check for typeahead value change before marking dirty bit on unselectedAdaptation()
    eb1 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    7a989c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Fix auto-caps inside punctuation

    Capital source text inside punctuation wasn't being processed properly -- fixed.
    eb1 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    dfbc5c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. a couple longevity fixes

    - Make sourcephrase create/update calls async w/deferred. Ran into a stack overflow error at the pile I had encountered some duplicate entries -- this _might_ have been the cause of the dups. Still need to run tests for a while.
    - Replace some obsolete event methods with trigger() calls.
    eb1 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0bbe1b8 View commit details
    Browse the repository at this point in the history
  2. Comment out chatty console log

    eb1 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    6bf85d0 View commit details
    Browse the repository at this point in the history