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

feat(hardcover): init #1665

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

feat(hardcover): init #1665

wants to merge 12 commits into from

Conversation

Papweer
Copy link
Contributor

@Papweer Papweer commented Mar 21, 2025

🎉 Theme for Hardcover 🎉

Hardcover is a website to track, discover and share books. hardcover.app

💬 Additional Comments 💬

I couldn't figure out how to theme the tool tips that appear when you hover over a book icon. They don't appear with pusdoclasses and disapear when freezing the page.

🗒 Checklist 🗒

  • I have read and followed Catppuccin's submission guidelines.
  • I have made a new directory underneath /styles/<name-of-website> containing the contents of the /template directory.
    • I have ensured that the new directory is in lower-kebab-case.
    • I have followed the template and kept the preprocessor as LESS.
  • I have made sure to update the userstyles.yml file with information about the new userstyle.
  • I have included the following files:
    • catppuccin.user.less - all the CSS for the userstyle, based on the template.
    • preview.webp - composite image of all four individual flavor screenshots (taken with the default accent color of mauve) stitched together, generated via Catwalk.

Sorry, something went wrong.

@uncenter
Copy link
Member

I couldn't figure out how to theme the tool tips that appear when you hover over a book icon. They don't appear with pusdoclasses and disapear when freezing the page.

Have you tried https://github.com/catppuccin/userstyles/blob/main/docs/tips-and-tricks/inspect-hard-to-grab-elements.md?

@uncenter uncenter changed the title feat(hardcover) Themed hardcover.app feat(hardcover): init Mar 21, 2025
@Papweer
Copy link
Contributor Author

Papweer commented Mar 21, 2025

Have you tried https://github.com/catppuccin/userstyles/blob/main/docs/tips-and-tricks/inspect-hard-to-grab-elements.md?

The tooltip just seems to not exist when I tried to pick them when frozen (or at any other time)

@WalkQuackBack
Copy link

Have you tried https://github.com/catppuccin/userstyles/blob/main/docs/tips-and-tricks/inspect-hard-to-grab-elements.md?

The tooltip just seems to not exist when I tried to pick them when frozen (or at any other time)

By not exist does it entirely disappear from the DOM tree? It should still be there in the debugger view, you just might not be able to pick it using the visual picker. If you know keywords you can manually search the DOM for the element while it's frozen.

@uncenter
Copy link
Member

The tooltip just seems to not exist when I tried to pick them when frozen (or at any other time)

I think your issue is timing. You'll need to run the snippet in the console, and then move your mouse over the page and trigger the action (e.g. hover over the thing that causes the tooltip to show up) in the three seconds before the page freezes. Then with the page frozen you should be able to still see the tooltip you triggered and you can inspect it and check it out.

@Papweer
Copy link
Contributor Author

Papweer commented Mar 24, 2025

Fixed the tooltips. Turns out the element for them was at the very bottom of the html.

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.

None yet

3 participants