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: profile card #1319

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

feat: profile card #1319

wants to merge 1 commit into from

Conversation

vitormpp
Copy link
Member

Closes #1309

Copy link

codecov bot commented Sep 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 12%. Comparing base (a45cdf3) to head (55d23cd).
Report is 2 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff           @@
##           develop   #1319   +/-   ##
=======================================
  Coverage       12%     12%           
=======================================
  Files          267     267           
  Lines         7299    7299           
=======================================
  Hits           803     803           
  Misses        6496    6496           

@DGoiana
Copy link
Collaborator

DGoiana commented Sep 11, 2024

Add tooltip on long click in both deadline and print balance cards;
The '+' button is to generate a reference to add balance to the account;

@vitormpp vitormpp marked this pull request as ready for review September 11, 2024 22:49
Positioned(
bottom: -4,
right: 2,
child: Tooltip(
Copy link
Member

Choose a reason for hiding this comment

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

Tooltip is for the card. Should we include an optional tooltip in the generic card?

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.

Profile cards
3 participants