Commit Graph

305 Commits

Author SHA1 Message Date
afn
ad13adaa1a fix: home page path + final mobile nav touches 2023-08-10 17:52:17 -04:00
afn
ac322acba8 fix: remove css nesting 2023-08-10 17:28:34 -04:00
afn
fbfdad192c feat: improve mobile nav consistency 2023-08-10 17:02:36 -04:00
afn
3e54c923c6 refactor: organize css and add comments 2023-08-09 23:45:04 -04:00
afn
5b4dcffa04 feat: more design consistency with website 2023-08-09 22:35:44 -04:00
afn
12b11924d4 fix: update csp 2023-08-09 19:20:20 -04:00
e7a552672e Merge branch 'dev' into feat/docusaurus 2023-08-09 20:56:53 +03:00
36229adc78 feat: add skip navigation button (#140)
Co-authored-by: afn <hey@afn.im>
2023-08-09 13:23:03 -04:00
806a5de320 feat: add donation page (#117)
* feat: add donation page

* fix: add src to `AnimatedImage` (#139)

* feat: redesign page

* feat: use api for donations, add QR code

* tweak qr code modal and team member design

* make team look better at different screen sizes

* feat: use api for donations

* fix: filled button comes first

* feat: use better QR lib

* list of crypto instead of table

* feat: make crypto card expandable

* feat: add donate back to footer-bottom

* feat: add expand animation to crypto card

* feat: accept an array of queries for prefetch

* feat: use api for friendly crypto names

* refactor: currency_codes are already uppercase

* fix: capitalize crypto icon filenames

* feat: use generic crypto icon when no icon is available

* feat: add the pulsating heart animated image back

* feat: improve animation of pulsating image

* feat: decrease donation page top margin

* feat: use preferred field to determine button type

* use cards for donation methods

* optimize images, improve accessibility, add crypto icon to dialogue

* update cryptocurrencies modal title

* clean up and add comments

* add card image fallback

* feat: dont hide heart on phones

* feat: improve top margin on main class

* GRAHH

* feat: improve animations

* add webp images with png fallbacks

---------

Co-authored-by: ᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠ <29128703+milksense@users.noreply.github.com>
Co-authored-by: afn <hey@afn.im>
Co-authored-by: Ushie <ushiekane@gmail.com>
2023-08-09 13:05:08 -04:00
c70dba2c5a fix: navbar sometimes hiding 2023-08-09 02:34:45 +03:00
afn
526f825767 make design consistent with website 2023-08-08 13:55:41 -04:00
b7e765a410 feat: add navbar shadow effect on scroll 2023-08-08 03:39:05 +03:00
d71178ab29 feat: match the main website design 2023-08-08 03:30:09 +03:00
d5cd2d38f3 feat: disable switching between themes 2023-08-08 03:26:02 +03:00
79c32c1ce4 feat: make a url var instead of modifying config 2023-08-08 03:25:44 +03:00
dd7836b572 refactor: use origin instead of manually append https 2023-08-07 22:20:10 +03:00
a487ca2d22 fix: append https to specify external link 2023-08-07 22:16:17 +03:00
6bd4de79e9 fix: use URL host instead of hostname for /docs 2023-08-07 22:12:45 +03:00
b46374ba16 feat: use URL from config for logo href 2023-08-07 22:05:43 +03:00
175f133ee4 feat: auto-collapse categories 2023-08-07 22:05:12 +03:00
ab5bed0356 refactor: use URL class over manually splitting 2023-08-07 18:39:07 +03:00
5b1c3d7cb9 refactor: remove unnecessary properties 2023-08-07 05:49:57 +03:00
dc07dacf62 refactor: remove example pages 2023-08-07 05:47:53 +03:00
282a387792 feat: update favicon 2023-08-07 05:47:36 +03:00
c390b00f6c feat(docs): use dark theme by default 2023-08-07 05:40:55 +03:00
7c118ccaa5 build: install docusaurus dependencies 2023-08-07 05:35:55 +03:00
8f5cb02819 build: specify "run" 2023-08-07 05:32:46 +03:00
043777014e build: use npm 2023-08-07 05:30:37 +03:00
41499e157b feat: docs nav 2023-08-07 05:25:57 +03:00
6a093ea3a7 feat: init docs 2023-08-07 05:00:41 +03:00
7e5ec5b7a2 fix: remove dead nav links 2023-08-01 02:30:04 +03:00
558d0668da chore: merge dev to main (#155) 2023-08-01 02:18:26 +03:00
8b67bbb7b8 chore: remove unfinished /docs 2023-08-01 02:17:16 +03:00
ba67b0da2d fix: use correct name in download button (#135)
* fix: use correct name

* feat: use a shorter button label
2023-08-01 02:12:47 +03:00
4c5351b26a feat(schema.org): JsonLd (#151)
feat(schema.org): init
2023-08-01 02:07:42 +03:00
753050cfc9 feat: use better expand icon 2023-08-01 02:06:34 +03:00
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
b9e50cf8d6 feat: migrate to new revanced api (#153)
* feat: migrate to new revanced api

* feat(download): migrate to /releases endpoint
2023-08-01 01:16:29 +03:00
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
d403a265fd fix(Patches): enable prerendering 2023-07-31 00:45:23 +02:00
0ae8a9b751 feat: improve expand icons and footer (#141) 2023-07-23 01:05:38 +03:00
34d6d07a3e chore: merge branch dev to main (#143) 2023-07-10 20:32:19 +02:00
3137e60587 feat: do not apply friendly name to patch names 2023-07-10 20:29:09 +02:00
f8c4c98353 feat: use full logo as favicon 2023-06-25 18:38:40 +02:00
f9f1b2ebd0 chore: merged branch dev to main 2023-06-25 16:46:09 +02:00
ad5893f8bd fix: make settings description provider agnostic 2023-06-25 16:44:06 +02:00
e8e5b6e25c ci: deploy on any branch 2023-06-25 16:44:06 +02:00
46d89d64b7 fix: remove hardcoded friendly names 2023-06-25 16:44:05 +02:00
cd1897393e feat: improve visual feedback 2023-06-25 16:44:05 +02:00
5f3674f3a8 chore: merge branch dev to main (#134) 2023-06-25 01:27:26 +02:00