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

feat: add setting to turn off intelligent spacebar #1960

Closed
wants to merge 1 commit into from

Conversation

singh-sp
Copy link

@singh-sp singh-sp commented Jun 2, 2024

#1761 Intelligent spacebar can now be turned on/off in settings.

Note: It will remain enabled for existing users.

Preview:

sttm_fix.mov

Intelligent spacebar can now be turned on/off in settings.
@@ -73,7 +73,7 @@
"other-options": {
"title": "OTHER_OPTIONS",
"type": "switch",
"settings": ["limit-change-log", "statistics"]
"settings": ["limit-change-log", "statistics", "intelligent-spacebar"]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Small change, Instead of other options, can you please move this setting to App Settings.

@Gauravjeetsingh
Copy link
Collaborator

Also, with multipane workspace we now have another file, which contains this code of intelligent switching.
It's in sttm-desktop/www/main/navigator/shabad/utils/change-verse.js. If you can update it there too, that'd be helpful.

We might get rid of shabadContent.jsx file, in later releases, once we move on to this newer code for all workspaces.

@singh-sp
Copy link
Author

singh-sp commented Jun 9, 2024

@Gauravjeetsingh bhaji, unfortunately, I won't have time (a few weeks) to make those changes. Please feel free to update my branch as desired! 🙏

@Gauravjeetsingh
Copy link
Collaborator

Closing this out, as we have another PR for this #1989

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.

None yet

3 participants