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

Settings page #199

Merged
merged 5 commits into from
Feb 9, 2025
Merged

Conversation

nostrbuddha
Copy link
Contributor

For #148

  • Language - Done - Listed as "in English (in native language)" - On first app load, system language is auto selected, if the language is supported by our app.
  • Selected Languages - Done - Listed as "in English (in native language)"
  • Chat Notification - Only UI is done. Functionality is to be discussed
  • Close my offer when taken - Done
  • Max. Price trade tolerance - Done
  • useAnimations - Done - Right now it decides whether avatar animation happens or not
  • PoW factor - Done (hidden in xClients)
  • Ignore PoW provided by Bisq security manager - Done (hidden in xClients)

@nostrbuddha
Copy link
Contributor Author

This has to be in sync with bisq2 PR @ bisq-network/bisq2#3188

@rodvar rodvar force-pushed the feature/settings_xclient branch from e21922d to 4b842fa Compare February 8, 2025 06:42
@rodvar
Copy link
Collaborator

rodvar commented Feb 8, 2025

rebased to latest main changes

@rodvar rodvar self-assigned this Feb 9, 2025
Copy link
Collaborator

@rodvar rodvar left a comment

Choose a reason for hiding this comment

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

Great @nostrbuddha

ACK (all 3 apps)

The language settings only will apply to that very seem settings screen, we can leave the generalized application for #150 . Hopefully. we'll make it before the MVP release, otherwise we can decide either to do it in full and delay or hide the language settings cause it would be confusing for the user that its there but language doesn't actually change.

@@ -54,6 +56,7 @@ fun TopBar(
val tabNavController: NavHostController = presenter.getRootTabNavController()

val interactionEnabled = presenter.isInteractive.collectAsState().value
val showAnimation = presenter.showAnimation.collectAsState().value
Copy link
Collaborator

Choose a reason for hiding this comment

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

:)

@rodvar rodvar merged commit 5f46e6c into bisq-network:main Feb 9, 2025
1 check passed
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.

2 participants