-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download page - Add download suggestion page for Lime3DS releases #27
Open
SrShadowy
wants to merge
6
commits into
Lime3DS:staging
Choose a base branch
from
SrShadowy:staging
base: staging
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+324
−1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Why not download page using markdown and api of github?
Ah sorry for missing this i am not watching this repo @OpenSauce04 this is sick ngl |
I'm not much of a web developer, but this code looks clean to me |
OpenSauce04
requested changes
Sep 22, 2024
Co-authored-by: OpenSauce <[email protected]>
Co-authored-by: OpenSauce <[email protected]>
This code is not CLEAR! please read with attention on const testing for design test with block and image for icons system if u turn to false, back to original wihout greater changes on buttons.
any new suggestion? |
Sorry, a little busy at the moment, may take a couple of days for me to get back to you on this |
This comment has been minimized.
This comment has been minimized.
maybe this should be updated to show the google play link |
Nice saw it can you add it in android 11 TV Hisense lot emulator in Google
Play tv
…On Sun, Oct 20, 2024, 6:25 PM imnotpolar ***@***.***> wrote:
maybe this should be updated to show the google play link
—
Reply to this email directly, view it on GitHub
<#27 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQM4763LB576XAV4T6EHKO3Z4QUWRAVCNFSM6AAAAABOKT3A76VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRVGI2TQNRTGA>
.
You are receiving this because you commented.Message ID: <Lime3DS/lime3ds.
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Good day everyone!
I hope you're all doing very well!
A friend of mine was using the late citra and I recommended Lime3DS and he asked me can I download it from this site ? 😢 he's just a regular user, who's had bad experiences with Github, so I had this idea: why not create a download page that uses the GitHub API and some markdown for the changelog? 🤔
Instead of just redirecting users directly to the version downloads on GitHub (which works, but hey, we can do better), this update introduces a small suggestion page 🎉🎉🎉🎉🎉. It shows the latest Lime3DS releases, allows users to browse the changelog and, of course, download the assets directly from the site, oooh yeah much easier. Oh, and there's even a button to view previous versions, if you're missing them! 🎉 yeah, I didn't forget, the Github api delivers everything hands down.
I hope I didn't write anything wrong, forgive my English
Here's the magic of the APIs I used:
(You can get it from the CDN here: https://www.cdnpkg.com/marked/file/marked.min.js/)
And, of course, the official GitHub documents for reference: https://docs.github.com/en/