forked from RiiConnect24/RiiTag-Next
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 ---------
- Loading branch information
Showing
17 changed files
with
189 additions
and
186 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
-- AlterTable | ||
ALTER TABLE `playlog` ADD COLUMN `playtime` int NULL; |
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
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
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
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
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
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
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
Oops, something went wrong.