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

Use CSS for colors of VWordPress and VHomeLink #5110

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

obulat
Copy link
Contributor

@obulat obulat commented Oct 29, 2024

Fixes

Fixes #4998 by @obulat

Description

This PR adds CSS variables for the contrasting text color and for the focus ring color so that the logo elements (VWordPressLink and VHomeLink) do not use JS to determine colors, even when the colors don't match the current color mode (i.e., on the pages modal, which has black background both in the dark and in the light themes).

To prevent some of the focus styles overriding each other, I changed focus-slim-tx class to only apply on focus-visible. Otherwise, it changes the ring color not only for the element in question, but for child elements, and sometimes is difficult to override.

Testing Instructions

Run the app using ov just frontend/run dev
Open http://localhost:8443 in a narrow window, and click on the menu button in the top right corner. Use the keyboard to navigate though the contents. The focus rings should be yellow, in dark and in light themes. The WordPress and Openverse links should have correct colors.

Checklist

  • My pull request has a descriptive title (not a vague title likeUpdate index.md).
  • My pull request targets the default branch of the repository (main) or a parent feature branch.
  • My commit messages follow best practices.
  • My code follows the established code style of the repository.
  • I added or updated tests for the changes I made (if applicable).
  • I added or updated documentation (if applicable).
  • I tried running the project locally and verified that there are no visible errors.
  • I ran the DAG documentation generator (ov just catalog/generate-docs for catalog
    PRs) or the media properties generator (ov just catalog/generate-docs media-props
    for the catalog or ov just api/generate-docs for the API) where applicable.

Developer Certificate of Origin

Developer Certificate of Origin
Developer Certificate of Origin
Version 1.1

Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
1 Letterman Drive
Suite D4700
San Francisco, CA, 94129

Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.


Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
    have the right to submit it under the open source license
    indicated in the file; or

(b) The contribution is based upon previous work that, to the best
    of my knowledge, is covered under an appropriate open source
    license and I have the right under that license to submit that
    work with modifications, whether created in whole or in part
    by me, under the same open source license (unless I am
    permitted to submit under a different license), as indicated
    in the file; or

(c) The contribution was provided directly to me by some other
    person who certified (a), (b) or (c) and I have not modified
    it.

(d) I understand and agree that this project and the contribution
    are public and that a record of the contribution (including all
    personal information I submit with it, including my sign-off) is
    maintained indefinitely and may be redistributed consistent with
    this project or the open source license(s) involved.

@obulat obulat requested a review from a team as a code owner October 29, 2024 13:25
@obulat obulat requested review from krysal and dhruvkb October 29, 2024 13:25
@openverse-bot openverse-bot added 🧱 stack: documentation Related to Sphinx documentation 🧱 stack: frontend Related to the Nuxt frontend 🟩 priority: low Low priority and doesn't need to be rushed 🧰 goal: internal improvement Improvement that benefits maintainers, not users 💻 aspect: code Concerns the software code in the repository labels Oct 29, 2024
@obulat obulat marked this pull request as draft October 29, 2024 13:58
Copy link

github-actions bot commented Oct 29, 2024

Latest k6 run output1

     ✓ status was 200

     checks.........................: 100.00% ✓ 416      ✗ 0   
     data_received..................: 96 MB   400 kB/s
     data_sent......................: 55 kB   227 B/s
     http_req_blocked...............: avg=51.22µs  min=2.13µs   med=4.59µs   max=965.17µs p(90)=146.78µs p(95)=215.88µs
     http_req_connecting............: avg=30.52µs  min=0s       med=0s       max=913.6µs  p(90)=94.94µs  p(95)=132.94µs
     http_req_duration..............: avg=156.45ms min=19.99ms  med=102.53ms max=1.04s    p(90)=348.2ms  p(95)=479.01ms
       { expected_response:true }...: avg=156.45ms min=19.99ms  med=102.53ms max=1.04s    p(90)=348.2ms  p(95)=479.01ms
   ✓ http_req_failed................: 0.00%   ✓ 0        ✗ 416 
     http_req_receiving.............: avg=161.51µs min=47.49µs  med=135.71µs max=784.66µs p(90)=268.56µs p(95)=324.69µs
     http_req_sending...............: avg=25.09µs  min=8.23µs   med=22.36µs  max=127.62µs p(90)=34.57µs  p(95)=46.97µs 
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=156.27ms min=19.84ms  med=102.36ms max=1.03s    p(90)=348.01ms p(95)=478.75ms
     http_reqs......................: 416     1.725743/s
     iteration_duration.............: avg=841.11ms min=279.31ms med=880.82ms max=1.65s    p(90)=1.13s    p(95)=1.4s    
     iterations.....................: 78      0.323577/s
     vus............................: 3       min=0      max=6 
     vus_max........................: 60      min=60     max=60

Footnotes

  1. This comment will automatically update with new output each time k6 runs for this PR

Copy link

Full-stack documentation: https://docs.openverse.org/_preview/5110

Please note that GitHub pages takes a little time to deploy newly pushed code, if the links above don't work or you see old versions, wait 5 minutes and try again.

You can check the GitHub pages deployment action list to see the current status of the deployments.

@obulat obulat self-assigned this Oct 29, 2024
@obulat obulat marked this pull request as ready for review October 29, 2024 14:37
@obulat obulat force-pushed the fix/css-for-colors branch from a7f134f to d894e3d Compare October 31, 2024 11:32
Copy link
Collaborator

@AetherUnbound AetherUnbound left a comment

Choose a reason for hiding this comment

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

When I run this locally, it looks like the WordPress, Openverse, and Exit buttons on the menu are all either pink on light mode, or yellow on dark mode. Is that what's expected? Between my local copy and staging, the only difference I can tell is that the WordPress logo goes from yellow on light mode to pink on light mode.

@AetherUnbound
Copy link
Collaborator

Drafting until questions can be addressed.

@AetherUnbound AetherUnbound marked this pull request as draft November 8, 2024 06:14
@obulat obulat force-pushed the fix/css-for-colors branch 2 times, most recently from 17f37d7 to 524e60d Compare December 4, 2024 06:21
@obulat obulat force-pushed the fix/css-for-colors branch 2 times, most recently from 788e44f to 157391a Compare December 12, 2024 09:47
@obulat
Copy link
Contributor Author

obulat commented Dec 12, 2024

When I run this locally, it looks like the WordPress, Openverse, and Exit buttons on the menu are all either pink on light mode, or yellow on dark mode. Is that what's expected? Between my local copy and staging, the only difference I can tell is that the WordPress logo goes from yellow on light mode to pink on light mode.

The focus rings are expected to be yellow on the dark background, and pink on the light background.

In the menu modal that has black background, the focus ring should always be yellow, both in the dark and in the light theme.

Screenshot 2024-12-12 at 12 57 20 PM

The background shoud not change on hover (it does in production in the dark theme currently)

@obulat obulat marked this pull request as ready for review December 12, 2024 10:02
@AetherUnbound
Copy link
Collaborator

On light mode, I'm still seeing the Openverse logo, X, and WP logo at the bottom highlighted in purple within the modal menu 😕 It does change to yellow in dark mode, though.

@@ -565,6 +570,8 @@ Time - 11px - xs semibold (default leading-tight)

@apply after:pointer-events-none after:absolute after:inset-0 after:rounded-inherit;
@apply after:z-10 after:shadow-bold-filled; /* inner-stroke: pseudo-element */

@apply ring-[--color-focus-ring]; /* default ring color */
Copy link
Member

Choose a reason for hiding this comment

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

Wouldn't this work (since you already have the color defined in Tailwind config)?

Suggested change
@apply ring-[--color-focus-ring]; /* default ring color */
@apply ring-focus-ring; /* default ring color */

In fact one could only define the new color --color-focus-rings inside ringColor so that it can be written as:

ringColor: {
  focus: 'var(--color-focus-ring)',
  // ...
}
@apply ring-focus;
/* ... */

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you, @dhruvkb , I my understanding of how the CSS variables work with Tailwind was wrong.
I added ring-focus and outline-focus.

@obulat obulat force-pushed the fix/css-for-colors branch 2 times, most recently from 962a0d9 to fa0ee8f Compare December 13, 2024 08:40
@@ -122,7 +122,9 @@ defineExpose({
v-bind="$attrs"
class="flex flex-col"
:class="[
mode === 'dark' ? 'bg-black text-default' : 'bg-overlay text-default',
mode === 'dark'
? 'dark-mode bg-black text-default'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The dark mode VModalContent is manually set to dark-mode so that the focus rings are yellow and don't change with the sites main color mode.

@obulat obulat marked this pull request as draft December 13, 2024 12:48
@obulat obulat force-pushed the fix/css-for-colors branch from e11497b to 0da15bd Compare December 15, 2024 21:24
@obulat obulat marked this pull request as ready for review December 16, 2024 03:26
@obulat obulat force-pushed the fix/css-for-colors branch from 8e94de2 to 3dff313 Compare December 17, 2024 13:57
@openverse-bot
Copy link
Collaborator

Based on the low urgency of this PR, the following reviewers are being gently reminded to review this PR:

@krysal
This reminder is being automatically generated due to the urgency configuration.

Excluding weekend1 days, this PR was ready for review 6 day(s) ago. PRs labelled with low urgency are expected to be reviewed within 5 weekday(s)2.

@obulat, if this PR is not ready for a review, please draft it to prevent reviewers from getting further unnecessary pings.

Footnotes

  1. Specifically, Saturday and Sunday.

  2. For the purpose of these reminders we treat Monday - Friday as weekdays. Please note that the operation that generates these reminders runs at midnight UTC on Monday - Friday. This means that depending on your timezone, you may be pinged outside of the expected range.

Copy link
Collaborator

@AetherUnbound AetherUnbound left a comment

Choose a reason for hiding this comment

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

I cannot comment as to the code, but the yellow background on the dark menu in both light/dark mode is now working as expected! 🥳 🟡

@obulat obulat force-pushed the fix/css-for-colors branch from 3dff313 to fb7ed04 Compare December 26, 2024 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 aspect: code Concerns the software code in the repository 🧰 goal: internal improvement Improvement that benefits maintainers, not users 🟩 priority: low Low priority and doesn't need to be rushed 🧱 stack: documentation Related to Sphinx documentation 🧱 stack: frontend Related to the Nuxt frontend
Projects
Status: ✅ Approved
Development

Successfully merging this pull request may close these issues.

Refactor VWordPressLink component to use CSS for color
4 participants