-
-
Notifications
You must be signed in to change notification settings - Fork 262
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
[FEATURE] Add a toggle button to hide investments values #156
Comments
A solution to implement this globally in all pages:
|
Yiroh
added a commit
to Yiroh/wealthfolio
that referenced
this issue
Dec 14, 2024
Using React Context and a react hook, made it so that the first three tabs (Dashboard, Holdings, and Income) can have their #s hidden when you wish to show a friend. This is a direct implementation request of afadil#156
afadil
pushed a commit
that referenced
this issue
Dec 15, 2024
Using React Context and a react hook, made it so that the first three tabs (Dashboard, Holdings, and Income) can have their #s hidden when you wish to show a friend. This is a direct implementation request of #156
Added in version 1.0.22 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it could be a good feature to add because I like to hide my investment values (such as the total amount that I've invested, how much I have for a current ETF, and so on) when I want to show them to my friends or parents, or even post some screenshots on the internet (and I think other people might like it as well). The button would only hide the values on the plots and portfolios, leaving the percentage visible.
The text was updated successfully, but these errors were encountered: