364 Commits

Author SHA1 Message Date
madkarmaa
0c25b35e25 feat: begin to add API interfaces 2025-04-01 10:10:00 +02:00
madkarmaa
f0c2ff64ed
feat: init SvelteKit project 2025-03-30 20:09:35 +02:00
madkarmaa
4462ff136a
refactor: delete all files 2025-03-30 19:57:10 +02:00
oSumAtrIX
bdec31ac6e
fix: Use default GitHub token instead of expired PAT 2025-02-17 02:07:27 +01:00
madkärma
adf569c6be
feat: API outage banner (#254)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
Co-authored-by: oSumAtrIX <github@osumatrix.me>
Co-authored-by: Ushie <ushiekane@gmail.com>
2025-02-12 01:08:27 +03:00
Ushie
87ce20ff56
feat: Add the footer to the homepage (#273) 2025-02-04 02:49:32 +03:00
Pun Butrach
2ef9fbc00f
chore: Add README and repository configuration files (#269)
Co-authored-by: Ushie <ushiekane@gmail.com>
2024-12-24 18:41:08 +03:00
Ushie
24650c71a9
refactor: Reduce repetition by adding icon arguments to Button 2024-12-22 03:19:02 +03:00
Ushie
2f24780f34
fix: Restore heart icon 2024-12-22 03:06:33 +03:00
madkärma
f73f54a926
feat: Use icon library instead of SVGs (#271) 2024-12-21 21:22:13 +03:00
oSumAtrIX
b068c38661
fix: Add missing refurl query to DMCA badge 2024-12-05 22:06:09 +01:00
oSumAtrIX
a87c534039
feat: Add sitemap 2024-11-30 17:14:10 +01:00
oSumAtrIX
2d10c3886e
chore: Bump dependencies 2024-11-30 17:11:21 +01:00
oSumAtrIX
dbb67d7b53
chore: Update package lock 2024-11-30 17:01:29 +01:00
oSumAtrIX
236226a0ba
ci: Use Wrangler Action instead of now deprecated Pages Action 2024-11-30 17:01:29 +01:00
oSumAtrIX
1f5abe9711
feat: Add DMCA protection badge 2024-11-30 17:01:25 +01:00
oSumAtrIX
586c67a9ca
feat: Move Google Tag Manager ID to env variable 2024-11-30 05:47:35 +01:00
oSumAtrIX
504a670e4e
fix: Only load GTM when consent is given & use reactivity instead of reloading the site 2024-11-29 23:24:39 +01:00
oSumAtrIX
582d51e394
fix: Bump API version 2024-11-10 15:59:16 +01:00
oSumAtrIX
68f8c1fd59
chore: Bump API (#263) 2024-11-06 01:36:41 +01:00
oSumAtrIX
486e9ef62e
feat: Add verified badge to team member card (#216)
Co-authored-by: Kendell R <KTibow@users.noreply.github.com>
Co-authored-by: Ushie <ushiekane@gmail.com>
2024-09-08 23:31:57 +03:00
Ushie
7c066ac0b5
feat: Prevent selecting selected NavItem 2024-09-07 05:44:52 +03:00
Ushie
814016473e
fix: Broken repository links in contributors 2024-09-07 05:42:35 +03:00
Ushie
27fabe2a79
chore: Migrate from deprecated endpoints 2024-09-07 05:38:59 +03:00
oSumAtrIX
6401aa381e
feat: Animate donate heart more lively (#168)
* feat: improve donate heart animations

* use number

* handle unmounting

* fix: Screen horizontal overflow

* refactor: Sass changes

---------

Co-authored-by: Ushie <ushiekane@gmail.com>
Co-authored-by: Kendell R <KTibow@users.noreply.github.com>
2024-09-07 05:12:28 +03:00
Pun Butrach
7787ecde2c
fix: Use correct word break for patch option descriptions (#251) 2024-08-18 17:37:41 +04:00
Ushie
ddeca84966
fix: Unable to parse patch options 2024-08-16 02:32:01 +03:00
madkarmaa
bc8e19e0e7
feat: Apply themes on specific events (#227)
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2024-08-13 13:18:56 +02:00
oSumAtrIX
f428902773
chore: Switch to v3 API (#247) 2024-07-13 16:51:31 +02:00
oSumAtrIX
145c11e856
chore: Bump dependencies 2024-07-13 03:11:05 +02:00
Ushie
49cde08f87
fix: Social Buttons hiding patches button
This isn't the best solution, but it solves the problem for 99% of scenarios, the whole website is due a rewrite

Closes #107
2024-07-11 02:23:05 +03:00
Ushie
38c565ccbf
fix: Rename 'Clear Cache' button to 'Reset' for clarification
The 'Reset' button clears the website's localStorage, including custom API data.
2024-07-11 02:09:28 +03:00
Ushie
5c85934638
fix: API URL cannot be changed
Closes #243
2024-07-11 02:05:08 +03:00
oSumAtrIX
a5825b0bb7
feat: Use "Any version" instead of "Any" for version label 2024-07-03 15:39:52 +02:00
Ushie
345158eb28
fix: Remove unnecessary app version sorting (#239) 2024-06-29 21:43:05 +02:00
PalmDevs
c54c69b5ac
fix(routes/patches): misleading interaction feedback 2024-06-06 23:07:50 +07:00
Ushie
6dc7ff2cac
ci: Fix Cloudflare Pages deployment
The project name variable was in repository variables, not in environment variables
2024-04-29 02:47:57 +03:00
Kendell R
abdf24f34a
chore: Remove unused imports/style declaration (#237) 2024-04-28 13:34:53 -07:00
Ushie
9275193333
feat: Add fuzzy search to patches search (#229)
* feat: Fuzzy Search

Co-authored-by: Kendell R <KTibow@users.noreply.github.com>

* slightly change the init logic

* fix behavior

* fix sort behavior
i am so good at reading docs

* update the search results on load

* switch to fuse js

* lower the threshold per @oSumAtrIX request

---------

Co-authored-by: Kendell R <KTibow@users.noreply.github.com>
Co-authored-by: afn <hey@afn.im>
2024-04-27 10:29:52 -07:00
Pun Butrach
f86456cb4c
chore: Add revanced-bot to the exclusion list (#233)
I want to Explode ReVanced Bot Yes
2024-04-18 23:26:36 +03:00
oSumAtrIX
61ae0eaebe
ci: Open PRs from dev to main 2024-03-06 23:27:44 +01:00
oSumAtrIX
fbd0cb87dc
ci: Move project name from secret to variable [skip ci] 2024-03-06 23:26:03 +01:00
oSumAtrIX
cd8e0f536a
ci: Only build PRs targetting the dev branch [skip ci] 2024-03-06 23:24:00 +01:00
oSumAtrIX
daae03b40f
fix: Add missing socials (#174)
Co-authored-by: Ushie <ushiekane@gmail.com>
2024-03-03 02:27:23 +01:00
Kendell R
1ad639d60f
fix: Correct <Button> semantics by not wrapping the content (#221)
refactor: simplify <Button>
2024-01-12 16:58:32 -08:00
Kendell R
599c7c2414
fix: Don't configure netlify, it's unused
"yes, we can delete the netlify.toml" - osumatrix
2024-01-11 16:15:49 -08:00
Kendell R
01b88cd4ab
fix: Don't load Source Code Pro, it's unused 2024-01-11 16:15:01 -08:00
Kendell R
740056b212
fix: fix TS error by using generics on shuffle 2024-01-11 07:00:26 -08:00
Kendell R
c90201f5f0
fix: fix transition logic for svelte 4 (#220)
update transition logic for svelte 4
2024-01-11 06:56:16 -08:00
Kendell R
66bb4b10f8
fix: prevent bug with members shuffling (#218)
* Fix issue with members displaying twice

* Swap with true shuffle method
2024-01-10 06:44:04 -08:00