Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-16 | minor refactoring & code style | Jesse Plamondon-Willard | |
2022-04-12 | Replace bitfields for state and just use comma-separated strings. Add a note ↵ | Khloe Leclair | |
that numbers may be inaccurate if filtering is used when sections are collapsed. Add quick navigation links. | |||
2022-04-11 | Add more documentation strings. Use shallow equality checking to decide ↵ | Khloe Leclair | |
whether to include a filter in the URL or not to avoid unnecessarily large URLs. | |||
2022-04-11 | Cleanup log filtering a bit, with a clearer string for the number of total ↵ | Khloe Leclair | |
messages. Additionally, save and restore filter state from the URL for better linking. | |||
2022-04-09 | restore data element unloading | Jesse Plamondon-Willard | |
2022-04-09 | load raw data from JSON per discussion | Jesse Plamondon-Willard | |
This avoids loading the data synchronously as a JavaScript snippet, which improves performance when opening the page. | |||
2022-04-09 | minor refactoring | Jesse Plamondon-Willard | |
2022-04-09 | pass data directly to script instead of serializing & deserializing it | Jesse Plamondon-Willard | |
2022-04-09 | standardize quote style | Jesse Plamondon-Willard | |
2022-04-09 | rename 'data' to 'state' for upcoming changes | Jesse Plamondon-Willard | |
2022-04-08 | Simplify visible section checking by abusing Vue behavior, since the proper ↵ | Khloe Leclair | |
way is being buggy. | |||
2022-04-08 | Implement client-side log rendering, better filtering, and pagination to ↵ | Khloe Leclair | |
improve performance and enhance the user experience with using the log parser. | |||
2022-01-15 | add Xbox app log instructions, redesign UI to fit | Jesse Plamondon-Willard | |
2021-09-29 | show separate beta stats in mod compatibility list | Jesse Plamondon-Willard | |
2020-05-16 | minor cleanup | Jesse Plamondon-Willard | |
2020-02-24 | add file pickers to web UI for mobile users | Jesse Plamondon-Willard | |
2020-02-18 | fix anchor position for new sticky header | Jesse Plamondon-Willard | |
2019-12-22 | streamline local environments, update technical docs & privacy page | Jesse Plamondon-Willard | |
2019-12-04 | fix JSON validator format selector no longer working since URL changes | Jesse Plamondon-Willard | |
2019-12-02 | fix JSON Validator issues | Jesse Plamondon-Willard | |
2019-11-08 | add CurseForge to mod metadata (#605) | Jesse Plamondon-Willard | |
2019-09-14 | fix typos and inconsistent spelling | Jesse Plamondon-Willard | |
2019-09-14 | add line highlighting and linking (#654) | Jesse Plamondon-Willard | |
2019-09-14 | add JSON validator with initial support for manifest format (#654) | Jesse Plamondon-Willard | |
2019-09-13 | drop SMAPI 3.0 compatibility field (#638) | Jesse Plamondon-Willard | |
2019-09-13 | update mod list filters to always display clicked mod link | Jesse Plamondon-Willard | |
2019-03-10 | add log sections implementation | danvolchek | |
2019-03-07 | improve SMAPI 3.0 status column, show by default | Jesse Plamondon-Willard | |
2019-02-07 | add beta status filter to compatibility list | Jesse Plamondon-Willard | |
2019-02-07 | update mod compatibility list to recognise SMAPI 3.0 URLs for non-soon statuses | Jesse Plamondon-Willard | |
2018-12-15 | show SMAPI 3.0 readiness for unofficial updates too (#606) | Jesse Plamondon-Willard | |
2018-12-15 | add SMAPI 3.0 readiness to API data (#606) | Jesse Plamondon-Willard | |
2018-12-02 | add ModDrop to mod compatibility page (#604) | Jesse Plamondon-Willard | |
2018-11-22 | add compatibility stats to mod page | Jesse Plamondon-Willard | |
2018-11-09 | add filters to mod compatibility list (#597) | Jesse Plamondon-Willard | |
2018-10-21 | update & standardise CDN script references | Jesse Plamondon-Willard | |
2018-10-20 | minor fixes (#597) | Jesse Plamondon-Willard | |
2018-10-20 | add table sorting (#597) | Jesse Plamondon-Willard | |
2018-10-20 | put focus in textbox for quick search (#597) | Jesse Plamondon-Willard | |
2018-10-20 | hide technical columns by default (#597) | Jesse Plamondon-Willard | |
2018-10-20 | add mod compatibility page (#597) | Jesse Plamondon-Willard | |
2018-06-27 | add log parser option to view raw log | Jesse Plamondon-Willard | |
2018-06-16 | use sharper pufferchick images | Jesse Plamondon-Willard | |
2018-06-16 | update web UI to let players download from new Nexus page (#547) | Jesse Plamondon-Willard | |
2018-06-03 | fix script error on log result page | Jesse Plamondon-Willard | |
2018-06-03 | redesign log parser upload page | Jesse Plamondon-Willard | |
This makes the instructions much more clear and prominent, so it should be more intuitive for players. The previous design often confused users because they saw the big textbox and ignored the little instructions above it. | |||
2018-04-25 | update release notes, tweak formatting (#477) | Jesse Plamondon-Willard | |
2018-04-23 | use implicit iteration instead | Dan Volchek | |
2018-04-23 | add missing semicolon | Dan Volchek | |
2018-04-23 | use jQuery | Dan Volchek | |