-
-
Notifications
You must be signed in to change notification settings - Fork 252
feat(hardcover): init #1665
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
base: main
Are you sure you want to change the base?
feat(hardcover): init #1665
Conversation
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. |
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. |
Co-authored-by: uncenter <uncenter@uncenter.dev>
Co-authored-by: uncenter <uncenter@uncenter.dev>
Co-authored-by: uncenter <uncenter@uncenter.dev>
…into feat/hardcover
|
Fixed the tooltips. Turns out the element for them was at the very bottom of the html. |
|
Not sure how to optimize the svg to satisfy the lint. Tried optimizing using svgo but still doesn't work. |
Did you run |
Thanks it worked, I didn't know how to run deno lint locally so it will be useful. |
We have it documented under https://userstyles.catppuccin.com/contributing/#development-environment but I get our documentation can be confusing. If you have any suggestions for us to make that (or any) part of the docs more clear and straightforward please let me know so we can improve! 🙏 |
I'm hoping #1901 will help with informing people about the autofix command! |
|
Lint is passing locally but failing on Github with no error message. Lint fix does nothing. Got rid of the @Property but still failing. |
…into feat/hardcover
🎉 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 🗒
/styles/<name-of-website>containing the contents of the/templatedirectory.userstyles.ymlfile with information about the new userstyle.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.