mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 22:51:59 +00:00
feat(server): dark mode support for star history (#8259)
use theme sensitive star history graphic
This commit is contained in:
parent
1694dd146e
commit
d431d37454
1 changed files with 6 additions and 2 deletions
|
@ -131,6 +131,10 @@ If you feel like this is the right cause and the app is something you are seeing
|
||||||
|
|
||||||
## Star History
|
## Star History
|
||||||
|
|
||||||
<a href="https://star-history.com/#immich-app/immich">
|
<a href="https://star-history.com/#immich-app/immich&Date">
|
||||||
<img src="https://api.star-history.com/svg?repos=immich-app/immich&type=Date" alt="Star History Chart" width="100%" />
|
<picture>
|
||||||
|
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=immich-app/immich&type=Date&theme=dark" />
|
||||||
|
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=immich-app/immich&type=Date" />
|
||||||
|
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=immich-app/immich&type=Date" width="100%" />
|
||||||
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue