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

Persistence of Arasaac symbols when device is offline #1237

Merged

Conversation

tomivm
Copy link
Collaborator

@tomivm tomivm commented Jul 7, 2022

No description provided.

@tomivm tomivm added the bug label Jul 7, 2022
@tomivm tomivm requested a review from RodriSanchez1 July 7, 2022 20:14
@@ -232,14 +232,21 @@ export class SymbolSearch extends PureComponent {

handleSuggestionsClearRequested = () => {};

handleSuggestionSelected = (event, { suggestion }) => {
handleSuggestionSelected = async (event, { suggestion }) => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is the right place to make the update, as you will be updating all the suggestions (including global symbols). You should make the update on the fetch arasaac suggestions level.

@martinbedouret martinbedouret merged commit 28202c8 into cboard-org:master Jul 16, 2022
@martinbedouret martinbedouret added this to the 1.22.0 milestone Jul 22, 2022
@RodriSanchez1
Copy link
Collaborator

RodriSanchez1 commented Sep 7, 2022

close #1067
close #795

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants