334 Commits

Author SHA1 Message Date
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
Ushie
db2bde3fa8
chore: Merge dev to main (#215) 2024-01-08 01:28:46 +03:00
Kendell R
80d1251203
chore: Bump deps to latest (#213) 2024-01-08 01:04:42 +03:00
Ushie
b1782e7e06
chore: Merge dev to main (#212) 2023-12-31 23:22:38 +03:00
Kendell R
05ff2c1fc3
refactor: Bump & run prettier (#210) 2023-12-31 23:22:11 +03:00
Kendell R
ab4d785f3b
refactor: Minify assets (#209) 2023-12-31 23:18:37 +03:00
André
425d0c347b
fix: Improve accessibility in patches page (#206) 2023-12-31 23:15:27 +03:00
Pun Butrach
3a8ec6b054
ci: bump dependency (#204) 2023-12-02 13:03:06 +03:00
Ushie
03df6ba641
chore: Merge dev to main (#201) 2023-11-25 21:36:07 +03:00
André
8c7f17cc30
fix: Navigation Bar Accessibility (#196)
* added aria labels to the Navbar

* wrapped <li> element in <ul>

* Update src/layout/Navbar/NavHost.svelte

Co-authored-by: Ushie <ushiekane@gmail.com>

* update: wrap <li> element in <ul>

---------

Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
Co-authored-by: João André Marques <joaoandremarques@MacBook-Pro.local>
Co-authored-by: Ushie <ushiekane@gmail.com>
2023-11-25 17:46:20 +03:00
oSumAtrIX
6a1db68779
fix: Display preformatted option descriptions 2023-11-13 22:32:22 +01:00
oSumAtrIX
0db18642f2
chore: Merge branch dev to main (#200) 2023-11-12 06:09:40 +01:00
oSumAtrIX
2c4daece03
fix: Use SEO compliant meta tags 2023-11-12 06:07:12 +01:00
oSumAtrIX
7d8ea65aef
chore: Merge branch dev to main (#199) 2023-11-12 00:25:47 +01:00
oSumAtrIX
5502d1b146
Fix: Use correct syntax 2023-11-12 00:21:37 +01:00
oSumAtrIX
d0912a26b2
fix: Use correct rich results schemas 2023-11-12 00:14:38 +01:00
André
c5d1421358
refactor: Remove redundant CSS rules (#194)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
Co-authored-by: João André Marques <joaoandremarques@MacBook-Pro.local>
2023-10-25 23:01:12 +02:00
André
b17243dd51
refactor: Remove redundant CSS rules (#193)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
Co-authored-by: João André Marques <joaoandremarques@MacBook-Pro.local>
2023-10-24 17:55:37 +02:00
oSumAtrIX
aaf928c92b
chore: merge branch dev to main (#181) 2023-10-05 04:57:43 +02:00
oSumAtrIX
3c6b6d23f5
fix: Display patches using new patches JSON format 2023-10-05 04:55:47 +02:00
Ushie
e290b7c4fd
fix: show 'Any' for compatibility without explicit versions (#182) 2023-09-23 00:58:49 +03:00
oSumAtrIX
aed3c7ca58
feat: dynamically add socials to JSON-LD 2023-09-15 17:38:34 +02:00
oSumAtrIX
e39632dc2e
fix: Move JSON-LD scripts to head nodes 2023-09-15 17:19:44 +02:00
Ushie
f1e8fd0651
fix: correct casing on github sponsors image 2023-08-20 16:25:27 +03:00
Ushie
45e55794b7
chore: merge dev to main (#173) 2023-08-20 16:20:23 +03:00
Ushie
d0b3c5ca6b
fix: social button URL casing issue 2023-08-20 16:19:45 +03:00
Ushie
2e9db22f32
chore: merge dev to main (#171) 2023-08-20 00:48:23 +03:00
Ushie
e0db94b2c3
feat(footer): remove repositories section 2023-08-20 00:42:34 +03:00
Ushie
d1c763c1d3
feat(footer): use info endpoint 2023-08-20 00:42:06 +03:00
afn
eb31b942f4 perf(donate): use svg fallback for card images 2023-08-13 12:14:33 -04:00
afn
37ec71665c fix(Patches): update patch name search filter 2023-08-10 16:01:11 -04:00