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, 593 #594

Merged
merged 3 commits into from
Aug 26, 2024
Merged

Fix #591, 593 #594

merged 3 commits into from
Aug 26, 2024

Conversation

eb1
Copy link
Contributor

@eb1 eb1 commented Aug 26, 2024

Fixes #591, #593 .

Changes proposed in this request:

  • Adapting: duplicate phrase entries #591: make source phrase object more async, and wait until DB INSERT returns before continuing
  • Add phrase boundary checks for getLargestPhrase, so that it stops at punctuation, etc.
  • 3rd Party library updates #593: updates to 3rd party libs -> require.js, underscore.js, backbone.js
  • remove deprecated fastclick.js (browsers no longer have 300ms delay; this lib can now cause some issues)

eb1 added 3 commits August 22, 2024 16:01
- Updates to require.js, underscore.js, backbone.js
- Remove fastclick.js (browsers no longer have 300ms delay, and this lib can cause some issues)
- Make source phrase object more asynchronous, and wait until db INSERT returns successfully before continuing.
- Add phrase boundary checks for getLargestPhrase, so it stops at punctuation, etc.
@eb1 eb1 merged commit ff09512 into adapt-it:master Aug 26, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adapting: duplicate phrase entries
1 participant