Skip to content

Conversation

zenoix
Copy link
Contributor

@zenoix zenoix commented Sep 27, 2025

🎉 Theme for Wanderlog 🎉

Wanderlog is a platform for everything travel itinerary related. It helps you plan and organize your trips and there are collaborative features where you can share you travel plans with others and can ideas from published plans.

image image image

💬 Additional Comments 💬

I don't know the best way to theme the side gradients of the feature carousel on the homepage.
image

Can't figure out how to theme the pins on the map for the planner page and also the filters for darker pin colors (the Nikko pin in the image below)
image

🗒 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.

Comment on lines +359 to +369

/* If you need to specify an overwrite specific to a flavor
* (e.g. only when the flavor is set to latte), you can use a `when` guard clause. */
& when (@flavor = latte) {
/* ... */
}
/* You can also negate the statement above by using
* a `when not` guard clause. */
& when not(@flavor = latte) {
/* ... */
}
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
/* If you need to specify an overwrite specific to a flavor
* (e.g. only when the flavor is set to latte), you can use a `when` guard clause. */
& when (@flavor = latte) {
/* ... */
}
/* You can also negate the statement above by using
* a `when not` guard clause. */
& when not(@flavor = latte) {
/* ... */
}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

For now I'll leave it in until I know it's not needed. Still early stages at the moment

zenoix and others added 27 commits September 29, 2025 08:44
@uncenter
Copy link
Member

uncenter commented Oct 7, 2025

Just warning you that at a diff of +1,548 currently this is a big one that we should be trying to trim down as much as possible. The larger it is, the slower the review process goes :(

@zenoix
Copy link
Contributor Author

zenoix commented Oct 8, 2025

Just warning you that at a diff of +1,548 currently this is a big one that we should be trying to trim down as much as possible. The larger it is, the slower the review process goes :(

Uhhhh, you right whoops. Would it be better for me to close this then and split it up into smaller commits? @uncenter

@uncenter
Copy link
Member

uncenter commented Oct 8, 2025

The number of commits don't matter, it's just that this site is inherently very complicated to theme. I guess the code looks organized for now so you can continue, but my suggestion is that if you can be super detailed in making sure everything is themed from the get go it will make less back and forth for us and hopefully ease an otherwise long process.

@zenoix
Copy link
Contributor Author

zenoix commented Oct 8, 2025

The number of commits don't matter

Sorry, meant smaller PRs lol. I'll try my best to theme everything that I can or at least keep things relatively organised so it's easier in the future🫡

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.

2 participants