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

Fix ledgers pagination layout #706

Merged
merged 2 commits into from
Sep 17, 2024
Merged

Fix ledgers pagination layout #706

merged 2 commits into from
Sep 17, 2024

Conversation

DeeTheDev
Copy link
Collaborator

Fixes #701

Remove pagination if there are no lines. Also, since an empty space looks weird, add a 'no transactions' message.

Screenshot 2024-09-16 at 4 34 32 PM

- Remove pagination if there are no lines
- Also, since an empty space looks weird, add a 'no transactions' message
@DeeTheDev DeeTheDev added bug Something isn't working webapp Public frontend changes labels Sep 16, 2024
@DeeTheDev DeeTheDev self-assigned this Sep 16, 2024
Copy link

codecov bot commented Sep 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.96%. Comparing base (0981c49) to head (347e030).
Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #706   +/-   ##
=======================================
  Coverage   97.96%   97.96%           
=======================================
  Files         448      448           
  Lines       20497    20497           
=======================================
  Hits        20079    20079           
  Misses        418      418           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

scrollTop={140}
/>
) : (
<p className="text-center">{t("payments:no_transaction_history")}</p>
Copy link
Member

Choose a reason for hiding this comment

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

This isn't true, so is confusing- they can be looking at an empty ledger but have spent money elsewhere. Either rephrase or remove.

@rgalanakis rgalanakis merged commit 5e23569 into main Sep 17, 2024
5 checks passed
@rgalanakis rgalanakis deleted the ledger-loader-overlap branch September 17, 2024 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working webapp Public frontend changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix ledger view loading image overlapping pagination buttons
2 participants