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

Add a product logo next to the heading #2218 #2219

Merged
merged 3 commits into from
Nov 26, 2024
Merged

Conversation

zahardev
Copy link
Contributor

@zahardev zahardev commented Nov 25, 2024

@zahardev zahardev requested a review from mrcasual November 25, 2024 21:45
content: "";
position: absolute;
display: block;
left: -20px;
Copy link
Member

Choose a reason for hiding this comment

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

@zahardev Please add a comment about why -20px is what is being used, just to make it clear for future people. I assume it's admin-content padding.

Copy link
Contributor Author

@zahardev zahardev Nov 25, 2024

Choose a reason for hiding this comment

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

@zackkatz Done!

@mrcasual
Copy link
Collaborator

@zahardev, looks good, thanks! While you're at it, could you also please dequeue notices and remove the footer, just like in GravityCalendar and GravityCharts?

@zahardev
Copy link
Contributor Author

@mrcasual Sure, will be done.
Did you notice the failed tests BTW? I believe they’re unrelated to the PR. Didn’t investigate it deeply, but it seems the issue might be caused by a change in the date format:

  1. GVCommon_Test::test_format_date
    Failed asserting that two strings are equal.
    --- Expected
    +++ Actual
    @@ @@
    -'4 weeks ago'
    +'4 weeks from now'

@zahardev zahardev force-pushed the 2218-add-product-logo branch from 4db0ba5 to b6dbb58 Compare November 26, 2024 16:59
@mrcasual
Copy link
Collaborator

@mrcasual Sure, will be done. Did you notice the failed tests BTW? I believe they’re unrelated to the PR. Didn’t investigate it deeply, but it seems the issue might be caused by a change in the date format:

  1. GVCommon_Test::test_format_date
    Failed asserting that two strings are equal.
    --- Expected
    +++ Actual
    @@ @@
    -'4 weeks ago'
    +'4 weeks from now'

@zahardev, this is a flaky test that usually works but not always. It's on our to-do list (prior attempts to consistently reproduce it for a fix have failed). If you're willing to help, we'd appreciate it.

@mrcasual mrcasual merged commit 6c0818f into develop Nov 26, 2024
1 check passed
@mrcasual mrcasual deleted the 2218-add-product-logo branch November 26, 2024 17:58
@zahardev
Copy link
Contributor Author

@zahardev, this is a flaky test that usually works but not always. It's on our to-do list (prior attempts to consistently reproduce it for a fix have failed). If you're willing to help, we'd appreciate it.

@mrcasual If you have failed to reproduce it, I'm not sure I can succeed at it, but I can try :) Do you want me to check this out after the CSV issue is complete, or just add it to my to-do list with low priority?

@mrcasual
Copy link
Collaborator

@zahardev, to be honest, we didn't spend much time on this. If I recall correctly, this test was introduced or started failing after this commit. It happens once in a blue moon, but eventually, we need to resolve it. Feel free to add it to your to-do list and address it when you have a chance.

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.

3 participants