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

UI: Tables: Remove border from all Tables #1903

Closed
6 tasks done
MitchellTCG opened this issue May 1, 2024 · 2 comments
Closed
6 tasks done

UI: Tables: Remove border from all Tables #1903

MitchellTCG opened this issue May 1, 2024 · 2 comments
Assignees

Comments

@MitchellTCG
Copy link
Contributor

MitchellTCG commented May 1, 2024

Business Reason

As the principal UX, I would like all borders removed from all tables to more easily read data.

Acceptance Criteria

Remove the following:

Inside the .card class

{—bs-card-border-width: var(--bs-border-width); --bs-card-border-color: var(--bs-border-color-translucent); --bs-card-border-radius: var(--bs-border-radius)}

  • On the Manage reports table
  • On the Manage contacts table
  • On the transaction in this report table
  • On the Guarantors table

Remove the following:

Inside the .p-card class

{box-shadow: inset 0 0 0 15px #0000000f;}

Inside the .p-card .p-card-body classes

{padding: 1.5 rem}

  • On the Manage Users table
  1. Current State for Manage reports, Manage contacts, Transactions in this report, and Guarantors

    Image

  2. Current state for Manage users

    Image

  3. Ideal state

    Image

QA Notes

  • BA/Design Quality Checklist complete

DEV Notes

Wireframes

Design

null

FECFILE-405

@mjtravers
Copy link
Contributor

Passes CR. Sending to QA.

@WiseQA
Copy link

WiseQA commented May 8, 2024

QA review verified borders were removed from tables:

  • On the Manage reports table
  • On the Manage contacts table
  • On the transaction in this report table
  • On the Guarantors table

Below screenshots are showing a few of the tables changed.


Manage reports

Image


Manage contacts

Image


Manage users

Image


QA Review Completed. Moved to Stage Ready.

@WiseQA WiseQA removed their assignment May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants