-
Notifications
You must be signed in to change notification settings - Fork 14
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
Fix data export (#33) #35
Merged
Merged
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
Thank you. |
matthe815
added a commit
to matthe815/LinkTag-Next
that referenced
this pull request
Jan 28, 2024
* Fix data export (RiiConnect24#33) (RiiConnect24#35) This just defers the download to the next event cycle, allowing React enough time to properly update the href. * Fix typo in readme * Only print registered date if user registered after RiiTag 2.0 came out * Add correct favicons * Fix path to apple touch icon png * Add theme color * Expand on homepage * Replace tag error with image * Add game counter to homepage * Add GameTDB titles to parse * Add 3DS-RPC to supported platforms list * Find similar games * Add custom background for embed * Remove unknown Mii showing up on tag * Add Wii Menu Dark theme * Add Switch support * Add switchtdb.json * Add switchtdb.xml * Fix cover reducing size * Fix ids issue * Reduce xml filesize * Make grabbing cover be async * Add search bar to leaderboard * Fix cover grabbing * Fix Flat Dark font setting * Fix pagination when searching games * Engine rewrite * Neo Renderer Update Co-authored-by: Matthew <[email protected]> * Replace makeBanner with renderTag (Neo renderer) * feature: Events * fix: env * refactor: Rewrites * package: Fixes * package: Fixes * refactor: Eslint fixes * refactor: Linting issue fixes * refactor: Lint fixes * refactor: Began rewritting entire to fit JS standard * refactor: More code to JS Standard * refactor: Final JS standard rewrites * fix: Fixed module constructors --------- Co-authored-by: bendevnull <[email protected]>
matthe815
added a commit
to matthe815/LinkTag-Next
that referenced
this pull request
Jan 28, 2024
* Fix data export (RiiConnect24#33) (RiiConnect24#35) This just defers the download to the next event cycle, allowing React enough time to properly update the href. * Fix typo in readme * Only print registered date if user registered after RiiTag 2.0 came out * Add correct favicons * Fix path to apple touch icon png * Add theme color * Expand on homepage * Replace tag error with image * Add game counter to homepage * Add GameTDB titles to parse * Add 3DS-RPC to supported platforms list * Find similar games * Add custom background for embed * Remove unknown Mii showing up on tag * Add Wii Menu Dark theme * Add Switch support * Add switchtdb.json * Add switchtdb.xml * Fix cover reducing size * Fix ids issue * Reduce xml filesize * Make grabbing cover be async * Add search bar to leaderboard * Fix cover grabbing * Fix Flat Dark font setting * Fix pagination when searching games * Engine rewrite * Neo Renderer Update Co-authored-by: Matthew <[email protected]> * Replace makeBanner with renderTag (Neo renderer) * feature: Events * fix: env * refactor: Rewrites * package: Fixes * package: Fixes * refactor: Eslint fixes * refactor: Linting issue fixes * refactor: Lint fixes * refactor: Began rewritting entire to fit JS standard * refactor: More code to JS Standard * refactor: Final JS standard rewrites * fix: Fixed module constructors * renderer: Code optimization and documentation * fix: Fixed renderer crashes and cover order * .env emptying * feature: Starting point for playtime tracking * .env fix --------- Co-authored-by: RuiNtD <[email protected]> Co-authored-by: Larsenv <[email protected]> Co-authored-by: bendevnull <[email protected]>
matthe815
added a commit
to matthe815/LinkTag-Next
that referenced
this pull request
Jan 28, 2024
* Fix data export (RiiConnect24#33) (RiiConnect24#35) This just defers the download to the next event cycle, allowing React enough time to properly update the href. * Fix typo in readme * Only print registered date if user registered after RiiTag 2.0 came out * Add correct favicons * Fix path to apple touch icon png * Add theme color * Expand on homepage * Replace tag error with image * Add game counter to homepage * Add GameTDB titles to parse * Add 3DS-RPC to supported platforms list * Find similar games * Add custom background for embed * Remove unknown Mii showing up on tag * Add Wii Menu Dark theme * Add Switch support * Add switchtdb.json * Add switchtdb.xml * Fix cover reducing size * Fix ids issue * Reduce xml filesize * Make grabbing cover be async * Add search bar to leaderboard * Fix cover grabbing * Fix Flat Dark font setting * Fix pagination when searching games * Engine rewrite * Neo Renderer Update Co-authored-by: Matthew <[email protected]> * Replace makeBanner with renderTag (Neo renderer) * feature: Events * fix: env * refactor: Rewrites * package: Fixes * package: Fixes * refactor: Eslint fixes * refactor: Linting issue fixes * refactor: Lint fixes * refactor: Began rewritting entire to fit JS standard * refactor: More code to JS Standard * refactor: Final JS standard rewrites * fix: Fixed module constructors * renderer: Code optimization and documentation * fix: Fixed renderer crashes and cover order * .env emptying * feature: Starting point for playtime tracking * .env fix ---------
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.
This just defers the download to the next event cycle, allowing React enough time to properly update the href.