Commit graph

125 commits

Author SHA1 Message Date
Isaac Marovitz
e74cc7e57c
Merge branch 'main' into compatibility 2024-01-26 03:00:16 +00:00
Mary Guillemard
f838065fd8 update nix npm hash
Signed-off-by: Mary Guillemard <mary@mary.zone>
2024-01-01 03:11:03 +00:00
dependabot[bot]
9a24c81e9d
Bump axios from 0.27.2 to 1.6.0 (#34)
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.27.2...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-01 04:09:14 +01:00
dependabot[bot]
e838c84bed
Bump postcss from 8.4.24 to 8.4.31 (#35)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.24...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-01 03:59:00 +01:00
dependabot[bot]
45a42ea30c
Bump word-wrap from 1.2.3 to 1.2.4 (#29)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-01 03:58:07 +01:00
dependabot[bot]
aa0be1b344
Bump vite from 3.0.6 to 3.2.7 (#28)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.0.6 to 3.2.7.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v3.2.7/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v3.2.7/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-01 03:57:58 +01:00
Mary Guillemard
243bb996ba Move to flakes and migrate nixos module here
This also simplify how we grab the npm deps

Signed-off-by: Mary Guillemard <mary@mary.zone>
2024-01-01 02:49:11 +00:00
David Leal
74df1216fa
Fix Crowdin link in the readme (#32) 2023-11-15 01:56:24 +01:00
shinra-electric
9bd5caadb7
Change macOS minimum version to 12 (#31)
The Ryujinx app has already been bumped to 12.
2023-11-14 22:12:21 +01:00
Isaac Marovitz
79c05182cb
Address feedback + Fix env links 2023-10-27 21:38:41 -04:00
Isaac Marovitz
a44a05a5bc
Update src/views/CompatibilityPage.vue
Co-authored-by: Ac_K <Acoustik666@gmail.com>
2023-10-27 21:32:18 -04:00
Isaac Marovitz
abf1b71f75
Get macOS Builds from CI (#26)
* Get CI macOS builds

* Update src/views/DownloadPage.vue

Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>

---------

Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>
2023-08-31 02:51:09 +02:00
Isaac Marovitz
e663b93691
Update URLs 2023-07-24 20:08:10 -04:00
Isaac Marovitz
c5708903d3
Fix HomePage.vue 2023-07-12 20:05:04 +01:00
Isaac Marovitz
1ebf6709ee
Use pre-computed JSON 2023-07-12 19:56:24 +01:00
Isaac Marovitz
7a19ca29bd
Animation adjustments 2023-05-31 13:10:39 -04:00
Isaac Marovitz
6c4e7d82e6
Bring back onClick 2023-05-31 13:04:21 -04:00
Isaac Marovitz
3ce8cd51f2
Tooltip adjustments 2023-05-31 12:58:55 -04:00
Isaac Marovitz
a7a39ad23f
Looking swanky 2023-05-31 12:45:26 -04:00
Isaac Marovitz
ba5b16f1c4
Fix everything 2023-05-31 12:31:00 -04:00
Isaac Marovitz
85fa6036f9
I hate js 2023-05-31 11:10:38 -04:00
Isaac Marovitz
23ed91ecc7
Reorganise 2023-05-31 09:14:50 -04:00
Isaac Marovitz
17ebd5239d
Fix typescript errors 2023-05-31 09:12:29 -04:00
Isaac Marovitz
a39f9add31
Navigate to list onClick 2023-05-30 23:43:13 -04:00
Isaac Marovitz
2b313ace8f
More styling 2023-05-30 23:27:23 -04:00
Isaac Marovitz
fce359b473
Fix locales 2023-05-30 23:13:28 -04:00
Isaac Marovitz
df320a2ad4
Cache info for 10 hours 2023-05-30 23:06:17 -04:00
Isaac Marovitz
219d76059d
Make it a bit prettier 2023-05-30 22:35:33 -04:00
Isaac Marovitz
bd26649188
Chart 2023-05-30 22:11:24 -04:00
Isaac Marovitz
b6293e9774
Get info from GitHub APIs 2023-05-30 20:27:35 -04:00
Isaac Marovitz
40aba60f29
Create Compatibility Page 2023-05-30 17:59:30 -04:00
Jules Kreuer
7d77a27691
Update number of playable games in homepage.json (#25)
Update number of playable games in homepage.json so that it matches the description in the README.md of the main project.
2023-05-09 23:15:25 +02:00
Mary
4c297667b0 Update FAQ link 2023-04-20 08:08:23 +02:00
Mary
ba26f6f61c Fix nix install phase 2023-03-01 21:12:49 +01:00
Mary
99e792de92 Add initial nix definition 2023-03-01 20:52:25 +01:00
Marcos Mendes
a851f3477f
feat: adding target _blank on social links to better user experience (#24) 2022-12-13 19:54:07 +01:00
gm1224
c7d462dacb
Update statistics and team list (#23) 2022-12-13 19:53:49 +01:00
Moustache
c8d5deb16f
Add macOS support to the homepage (#21) 2022-11-28 08:41:43 +01:00
Mary
e0e205cee9 Update for macOS support 2022-11-26 11:36:53 +01:00
Mary
da495247e0 Update LDN link 2022-11-21 23:31:49 +01:00
Mary
debb9328c7 Update team.ts 2022-10-01 17:23:49 +02:00
Karim
14a7d5f5d1
Docs update (#17)
* Increment version + docs update

* Increment version + docs update

* Increment version + docs update
2022-09-10 14:15:31 +02:00
EmulationFanatic
2a22534bbc
Move reference of LDN servers to web hosting line (#18)
Moved "LDN servers" out of the development tools line and into the web hosting and infrastructure maintenance line.
Also cleaned up some grammar.
2022-09-10 14:14:21 +02:00
EmulationFanatic
b4335c931d
First pass (#16) 2022-09-08 17:42:41 +02:00
Mary
54f8c52ef0 Update translation badge 2022-09-07 12:16:16 +02:00
Mary
2cb3f210ec Update translation link 2022-09-07 12:13:46 +02:00
Mary
55b0c0ccaa Add missing robots.txt, pin version of node in Dockerfile and fix indentation of nginx.conf 2022-09-07 09:45:52 +02:00
Karim
70d6df62bd
Website redesign (#14)
* Initial project push

* Add tailwind config

* Add vue router config

* Continue

* Add generic navigation header

* Update navigations logic to prevent invalid active class

* Update HomePage.vue

* Add footer

* Add team member GitHub link

* Add new social list component

* Add SEO + favicon tag

* Update SEO tag

* Split header in multiple component

* Update i18n

* Add new homepage section

* Add new stats homepage section

* Add new section homepage section

* Add new section homepage section

* Add download page

* Update mac os section

* Add build information

* Continue

* Continue

* Continue

* Continue

* Add LDN build section

* Re order section

* Remove branch info

* Update contribute page

* Add generic button component

* Finish contribute page

* Update action logic

* Continue

* Continue

* Continue

* Fix invalid build

* Add missing token

* Fix deploy

* Update package

* Update package

* Add node version

* Fix typo

* Continue

* Fix typos

* Update teams

* Add new older build link

* Add new github action

* Add docker build

* Add LICENSE.txt and update README.md

* Add funding link

* Cleanup

* Fix invalid url

* Update .env

* Remove merge branch on release.yml

* Add asset condition

* Add sitemap.xml

* Add translation section
2022-09-07 09:32:39 +02:00
Mary-nyan
ae6e5c4e5e
Update LDN link 2022-08-20 00:24:27 +02:00
Mary
5c09d1d809 Update for Windows 10+ and misc metadata 2022-05-31 20:52:38 +02:00