Skip to content

feat: add astro template #893

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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dotcarmen
Copy link

I only saw in CONTRIBUTING.md after i had finished making most of the template that i should open an issue to gauge support for such a PR first, sorry 😅

This PR adds a new astro template. "Astro is a JavaScript web framework optimized for building fast, content-driven websites." However, this framework is agnostic to component frameworks, meaning components can be implemented in React, Solid, Vue, Svelte - whatever.

@dotcarmen dotcarmen force-pushed the astro-template branch 3 times, most recently from 95960fa to 60193d5 Compare May 14, 2025 13:28
Comment on lines +14 to +16
@media (prefers-color-scheme: dark) {
g { fill: #FFF; }
}
Copy link
Author

Choose a reason for hiding this comment

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

apparently this isn't working in the desktop app, how should i resolve it?

Copy link
Author

Choose a reason for hiding this comment

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

for clarity, this makes the logo white in the browser (ie localhost:1420) with dark mode, but it stays black in the desktop app regardless of theme

@dotcarmen dotcarmen marked this pull request as ready for review May 14, 2025 13:29
@dotcarmen dotcarmen force-pushed the astro-template branch 3 times, most recently from f6695b0 to 562fcef Compare May 14, 2025 23:26
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.

1 participant