Commit Graph

77 Commits

Author SHA1 Message Date
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
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
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
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
05ff2c1fc3 refactor: Bump & run prettier (#210) 2023-12-31 23:22:11 +03:00
André
425d0c347b fix: Improve accessibility in patches page (#206) 2023-12-31 23:15:27 +03:00
oSumAtrIX
6a1db68779 fix: Display preformatted option descriptions 2023-11-13 22:32:22 +01:00
oSumAtrIX
2c4daece03 fix: Use SEO compliant meta tags 2023-11-12 06:07:12 +01:00
oSumAtrIX
d0912a26b2 fix: Use correct rich results schemas 2023-11-12 00:14:38 +01: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
afn
37ec71665c fix(Patches): update patch name search filter 2023-08-10 16:01:11 -04:00
Ushie
4c5351b26a feat(schema.org): JsonLd (#151)
feat(schema.org): init
2023-08-01 02:07:42 +03:00
Ushie
753050cfc9 feat: use better expand icon 2023-08-01 02:06:34 +03:00
Ushie
48f5c3aec9 feat: dont use patch-info-chip for expand button (#154)
* feat: different button

* feat: make it larger
2023-08-01 02:05:16 +03:00
Ushie
a7c4b8f2e0 feat: show all compatible versions (#152)
* feat: show all versions

* fix: proper alignment for chip content

* fix: expand chip size

* fix: remove duplicate version

* feat: change the order of the chips

* fix: dont show expand if there's no other versions

* feat: sort versions by latest to oldest
2023-08-01 01:16:08 +03:00
Ax333l
d403a265fd fix(Patches): enable prerendering 2023-07-31 00:45:23 +02:00
oSumAtrIX
3137e60587 feat: do not apply friendly name to patch names 2023-07-10 20:29:09 +02:00
oSumAtrIX
cd1897393e feat: improve visual feedback 2023-06-25 16:44:05 +02:00
oSumAtrIX
8b7900d75c feat: improve visual feedback on patch containers 2023-06-21 03:52:16 +02:00
oSumAtrIX
f0e1eb42f0 feat: remove wavy text decoration (#121) 2023-06-21 03:21:06 +02:00
Ushie
1ecf9a9738 fix: no navigation on 768px width 2023-06-07 21:10:56 +03:00
afn
9442f645a4 fix(Patches): disable prerendering 2023-06-06 19:56:51 -04:00
afn
4a6567ef77 fix(Patches): use query params for selected package
resolves #106
2023-06-06 18:49:36 -04:00
afn
897d27ebe1 fix: update footer imports 2023-06-06 08:36:37 -04:00
afn
344f976e7f fix: improve error page ui 2023-04-26 04:49:31 -04:00
afn
5c14bd284e fix: fix search bar unfocus 2023-04-26 04:48:49 -04:00
afn
f3665d6bda fix: do not prerender patches page 2023-04-20 22:41:54 -04:00
afn
77f0337445 fix(Search): replace window.history.pushState with goto 2023-04-20 22:36:42 -04:00
afn
9734d9f64b fix: tweak dialogue, patch item, contributors ui 2023-04-20 22:22:00 -04:00
afn
80ae15bb18 feat: patches search url params 2023-04-20 22:20:26 -04:00
afn
458cf9bcc6 fix: resolve all issues in npm run check (#70)
Co-authored-by: Ax333l <main@axelen.xyz>
2023-02-27 16:16:56 -05:00
Ax333l
c7d31cf01b fix(patches): properly search for package name 2023-02-15 20:27:07 +01:00
Ax333l
e1b37fab7d feat: use svelte query (#63) 2023-02-11 20:22:55 +00:00
afn
a4267a99f6 refactor(Patches): use find() instead of for loop 2023-01-08 18:01:43 -05:00
Ax333l
e1b8445b59 feat: dynamic routing for patches (#54)
* feat: dynamic routing for patches

* add all packages button on desktop

Co-authored-by: afn <hey@afn.lol>
2023-01-02 13:39:33 +01:00
Ax333l
d0d2e3f412 feat: better meta tags 2023-01-01 14:02:10 +01:00
afn
715cb6a37d feat: packages fullscreen dialogue 2022-12-26 02:26:11 -05:00
afn
6f6f30e3bb feat: improved patches page ui 2022-12-25 16:56:38 -05:00
afn
c26c2a5783 feat: better footer, modal, contributors page ui 2022-12-25 01:49:10 -05:00
afn
c60a0a7731 refactor: restructure folder layout 2022-12-25 01:46:45 -05:00
afn
6c0d95baa2 refactor: use svelte element in button 2022-12-21 18:27:59 -05:00
afn
63a36628ea feat: mobile responsive patches page 2022-11-30 23:20:59 -05:00
afn
e8658ab44a refactor: add more comments 2022-11-29 23:10:46 -05:00
afn
ac2c6636a4 feat: better documentation styling 2022-11-27 18:22:17 -05:00