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

[Tech] Adds wallet store #72

Merged
merged 8 commits into from
Jan 12, 2023
Merged

[Tech] Adds wallet store #72

merged 8 commits into from
Jan 12, 2023

Conversation

hellowodl
Copy link
Contributor

@hellowodl hellowodl commented Dec 18, 2022

Done:

Todo:

<--- Put the description here --->


Use the following Checklist if you have changed something on the Backend or Frontend:

  • Tested the feature and it's working on a current and clean install.
  • Tested the main App features and they are still working on a current and clean install. (Login, Install, Play, Uninstall, Move games, etc.)
  • Created / Updated Tests (If necessary)
  • Created / Updated documentation (If necessary)

@hellowodl hellowodl marked this pull request as ready for review December 20, 2022 19:52
yarn.lock Outdated
@@ -7403,6 +7403,11 @@ jest@^28.1.3:
import-local "^3.0.2"
jest-cli "^28.1.3"

jotai@^1.11.2:
Copy link
Contributor

Choose a reason for hiding this comment

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

Are we gonna keep both Jotai and Mobx?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good one

import { makeAutoObservable } from 'mobx'
import { InitializableStore } from './types'

class WalletStore implements InitializableStore {
Copy link
Contributor

@flavioislima flavioislima Jan 10, 2023

Choose a reason for hiding this comment

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

Can Mobx works on a functional approach? or only with OOP?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It'll only work with OOP.

Copy link
Contributor

@flavioislima flavioislima left a comment

Choose a reason for hiding this comment

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

Looks good, just left a few comments 👍🏽

@hellowodl hellowodl merged commit cda3166 into main Jan 12, 2023
@BrettCleary BrettCleary deleted the feat/walletStore branch February 22, 2023 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants