javalsai
javalsai commented on pull request javalsai/website#2 2024-11-12 17:21:51 +01:00
Dark/light mode toggle on the header bar

Seems like you can do it without css, it wouldn't have a button but can use the system choice @media (prefers-color-scheme: dark) { /* Dark theme styles go here */ } …

javalsai commented on pull request javalsai/website#2 2024-11-12 17:20:46 +01:00
Dark/light mode toggle on the header bar

Seems like you can do it without css, it wouldn't have a button but can use the system choice @media (prefers-color-scheme: dark) { /* Dark theme styles go here */ } 
 @media…

javalsai pushed to master at javalsai/stuff 2024-10-31 00:53:13 +01:00
1eadb44490 spotify: 1100 🎉🎉
javalsai pushed to master at javalsai/stuff 2024-10-27 21:35:42 +01:00
3fd69f3f3f update: dump of the last 10 months of songs
4f8790d586 chore: remove popularity as it changes constantly
Compare 2 commits »
javalsai created pull request danmax/r34-scraper#10 2024-10-20 21:31:49 +02:00
bring back toolchain
javalsai pushed to javalsai-changes at danmax/r34-scraper 2024-10-20 21:31:31 +02:00
a852c8bcc5 chore: bring back rust-toolchain.toml
235e13230b Merge branch 'main' into javalsai-changes
bd517ed0b5 chore: bump version to 1.0.0
5f848be434 Merge pull request 'refactor: accept cli args only' (#9) from ErrorNoInternet/r34-scraper:cli-args-only into main
8723769429 refactor: accept cli args only
Compare 13 commits »
javalsai opened issue grialion/javalsai-gitea-beautify#1 2024-10-20 15:23:18 +02:00
Nuhuh
javalsai pushed to javalsai-changes at danmax/r34-scraper 2024-10-19 21:51:04 +02:00
bcd349e36f cargo clippy 👍
javalsai pushed to javalsai-changes at danmax/r34-scraper 2024-10-19 21:39:06 +02:00
9c55ef19b8 add: license
022352b554 feat: misc improvements
Compare 2 commits »
javalsai commented on pull request danmax/r34-scraper#6 2024-10-19 21:17:08 +02:00
javalsai-changes

@danmax when merge?

javalsai closed issue danmax/r34-scraper#2 2024-10-19 21:16:51 +02:00
I literally just check my server a second in class and see this T-T
javalsai pushed to javalsai-changes at danmax/r34-scraper 2024-10-19 21:13:29 +02:00
ace4ac2811 fix: conflicts & feat: multiline logger
javalsai pushed to javalsai-changes at danmax/r34-scraper 2024-10-19 20:37:44 +02:00
af16bdbdfe fix merge conflicts (again)
6831aaf6ff Revert "Merge pull request 'Update gitignore, add taap, luv gaylord' (#5) from UwU/not-r34:main into main"
Compare 2 commits »
javalsai pushed to javalsai-changes at danmax/r34-scraper 2024-10-19 20:26:31 +02:00
063acc97db merge master & misc feats
9744c81ef5 Merge pull request 'Update gitignore, add taap, luv gaylord' (#5) from UwU/not-r34:main into main
c1d67c9d84 Update epilog cause it didnt offend anyone
89fca9d0a3 Update gitignore, add taap, luv gaylord
eeee4f50b3 added multithreading
Compare 7 commits »
javalsai commented on pull request danmax/r34-scraper#6 2024-10-19 19:04:20 +02:00
javalsai-changes

choose, clap or taap

javalsai commented on pull request danmax/r34-scraper#6 2024-10-19 19:04:12 +02:00
javalsai-changes

when merge conflict be resolved?

in a sec

javalsai commented on pull request danmax/r34-scraper#6 2024-10-19 18:38:06 +02:00
javalsai-changes

@javalsai when

when what?

javalsai pushed to javalsai-changes at danmax/r34-scraper 2024-10-18 23:00:19 +02:00
e5e586ca2a Merge branch 'main' into javalsai-changes
722df4305d Merge pull request 'fix: img regex' (#3) from grialion/r34-scraper:main into main
91eff584cb fix: img regex
Compare 3 commits »
javalsai pushed to master at javalsai/stuff 2024-10-18 21:27:14 +02:00
363afedaf2 feat: support adding playlist id from env
javalsai pushed to javalsai-changes at danmax/r34-scraper 2024-10-18 19:26:41 +02:00
5ce292d1c2 chore: modularity & good code