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

Hyrax-5856 - Collection and Work count numbers not displaying correct… #5965

Merged
merged 2 commits into from
Feb 22, 2023

Conversation

fritzfreiheit
Copy link
Contributor

…ly on user profile

Fixes #5856

Present tense short summary (50 characters or less)

Add a dark-text CSS class to override white text in app/views/hyrax/users/_vitals.html.erb

Adding CSS:

.dark-text {
  color: #000
}

Changes proposed in this pull request:

  • Update CSS file and view.

Guidance for testing, such as acceptance criteria or new user interface behaviors:

  1. Log in to nurax-dev (or nurax-pg)
  2. Go to Dashboard > Your Activity > Profile
  3. The integer counts for Collections and Works should be visible.
  4. Go to Home page for public view, click on Recently Uploaded tab, and click on Depositor's name
  5. Repeat steps 3 and 4 to see that numbers are there for Works and Collections but they are not visible.

@samvera/hyrax-code-reviewers

@dlpierce dlpierce added the notes-bugfix Release Notes: Fixed a bug label Feb 22, 2023
@dlpierce dlpierce merged commit 58f95d7 into main Feb 22, 2023
@dlpierce dlpierce deleted the hyrax-5856-user-profile-cc-counts-display-fix branch February 22, 2023 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
notes-bugfix Release Notes: Fixed a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Collection and Work count numbers not displaying correctly on user profile
2 participants