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

Appearance changes #190

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

DavidSM100
Copy link
Contributor

No description provided.

@WofWca WofWca force-pushed the master branch 2 times, most recently from c593db6 to 1c80472 Compare December 11, 2024 13:24
@WofWca WofWca self-assigned this Dec 21, 2024
Copy link
Owner

@WofWca WofWca left a comment

Choose a reason for hiding this comment

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

Looks better!

Where are the icons coming from though? Are they in public domain? Or are we supposed to add a copyright notice?

background-color: var(--btn-bg-color);
}

button:hover:enabled {
Copy link
Owner

Choose a reason for hiding this comment

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

This should also activate on :focus

src/entry-points/local-file-player/App.svelte Outdated Show resolved Hide resolved
vertical-align: middle;
}

button:hover:enabled {
Copy link
Owner

Choose a reason for hiding this comment

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

This should also activate on :focus

Comment on lines +139 to +158
<style>
@media (prefers-color-scheme: dark) {
:root {
--btn-bg-color: #333;
--btn-hover-bg-color: #555;
}
}

@media (prefers-color-scheme: light) {
:root {
--btn-bg-color: #ddd;
--btn-hover-bg-color: #bbb;
}
}

button {
border: none;
border-radius: 5px;
background-color: var(--btn-bg-color);
}
Copy link
Owner

Choose a reason for hiding this comment

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

Since these styles are duplicated among different files, it'd be worth adding a comment about it, so that people don't forget to update the other place as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, you are right.

@DavidSM100
Copy link
Contributor Author

Looks better!

Where are the icons coming from though? Are they in public domain? Or are we supposed to add a copyright notice?

Good question, the icons are from the feather icons project, I will check if we need to add copyright or something.

@DavidSM100
Copy link
Contributor Author

No need to add copyright notice for the icons.

@WofWca
Copy link
Owner

WofWca commented Jan 8, 2025

How do you know?

@DavidSM100
Copy link
Contributor Author

It doesn't say anything about it anywhere in that project but I'm not expert in these kind of stuff so you better check it out:
https://github.com/feathericons/feather

@DavidSM100
Copy link
Contributor Author

Also https://feathericons.com

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