-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from reAudioPlayer/next
0.10.3
- Loading branch information
Showing
320 changed files
with
11,792 additions
and
2,227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ src/ui/dist/assets/img/covers/*.png | |
src/usr | ||
src/cache | ||
.idea | ||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.10 | ||
FROM python:3.11 | ||
|
||
RUN apt-get update && apt-get upgrade -y && \ | ||
apt-get install -y ffmpeg nginx | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
@property --grid-gradient-angle { | ||
syntax: "<angle>"; | ||
initial-value: 30deg; | ||
inherits: false; | ||
} | ||
|
||
/* !prefers reduced motion */ | ||
@media (prefers-reduced-motion: no-preference) { | ||
.about__grid__item, .card { | ||
position: relative; | ||
} | ||
|
||
:where(.card, .about__grid__item):hover::before { | ||
content: ""; | ||
position: absolute; | ||
inset: 0; | ||
background: var(--fg-secondary); | ||
transition: all .2s ease-in-out; | ||
z-index: -2; | ||
border-radius: inherit; | ||
filter: blur(7px); | ||
opacity: .2; | ||
} | ||
|
||
@keyframes grid-rotate-gradient { | ||
0% { | ||
--grid-gradient-angle: 0deg; | ||
} | ||
100% { | ||
--grid-gradient-angle: 360deg; | ||
} | ||
} | ||
|
||
:where(.card, .about__grid__item)::after { | ||
content: ""; | ||
position: absolute; | ||
inset: -2px; | ||
transition: all .2s ease-in-out; | ||
z-index: -1; | ||
border-radius: inherit; | ||
--colour: var(--fg-secondary); | ||
--max-opacity: .5; | ||
|
||
opacity: 0; | ||
transition: all .5s; | ||
|
||
background: conic-gradient( | ||
from var(--grid-gradient-angle), | ||
transparent 0deg, | ||
var(--colour) 30deg 60deg, | ||
transparent 120deg 150deg, | ||
var(--colour) 210deg 240deg, | ||
transparent 300deg 330deg | ||
); | ||
animation: grid-rotate-gradient 7s linear infinite; | ||
} | ||
|
||
@media (prefers-color-scheme: light) { | ||
:where(.card, .about__grid__item)::after { | ||
--max-opacity: .3; | ||
} | ||
} | ||
|
||
:where(.card, .about__grid__item):hover::after { | ||
opacity: var(--max-opacity); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
:root { | ||
--fg-base: #181c2f; | ||
--fg-base-dk: #8b8c91; | ||
--fg-secondary: #18a74b; | ||
--bg-base: white; | ||
--bg-base-lt: #f3f7fb; | ||
--border: #E3E7EB; | ||
} | ||
|
||
@media (prefers-color-scheme: dark) { | ||
:root { | ||
--fg-base: white; | ||
--fg-base-dk: #a7a7a7; | ||
--fg-secondary: #1ed760; | ||
--bg-base: #121212; | ||
--bg-base-lt: #181818; | ||
--border: hsla(0,0%,100%,0.1); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.features__feature img { | ||
transform: | ||
perspective(5000px) | ||
rotateY(var(--rotateY)) | ||
rotateX(var(--rotateX)); | ||
} | ||
|
||
@media (prefers-reduced-motion: reduce) { | ||
.features__feature img { | ||
transform: none; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
@font-face { | ||
font-family: 'Poppins'; | ||
font-style: normal; | ||
font-weight: 400; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Fira Mono'; | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
body { | ||
font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; | ||
font-display: swap; | ||
} | ||
|
||
.mono { | ||
font-family: 'Fira Mono', monospace; | ||
font-display: swap; | ||
} | ||
|
||
.material-symbols-rounded { | ||
font-variation-settings: | ||
'FILL' 0, | ||
'wght' 400, | ||
'GRAD' 0, | ||
'opsz' 48 | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.