summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/wwwroot/Content
AgeCommit message (Collapse)Author
2022-07-17update image referenceJesse Plamondon-Willard
2022-07-17Moving Sidebar GIF to SVGIshan Jalan
2022-07-09Update pufferchick-cool.svgIshan Jalan
2022-07-08bypass browser cache & delete unused imagesJesse Plamondon-Willard
2022-07-08Update pufferchick-cool.svgIshan Jalan
2022-07-08pufferchick-cool updated [2]Ishan Jalan
2022-07-08Updated pufferchick coolIshan Jalan
2022-07-08SVGs for pufferchick and pufferchick-coolIshan Jalan
SVG > PNG
2022-07-05improve log parser's 'suggested fixes' stylesJesse Plamondon-Willard
2022-04-21set page/perPage URL args togetherJesse Plamondon-Willard
Since there's no UI to set the page size, this makes the argument more discoverable.
2022-04-19don't add default pagination values to log URLJesse Plamondon-Willard
2022-04-16tweak code styleJesse Plamondon-Willard
2022-04-16Add regex error checking, and display a message to the user when their ↵Khloe Leclair
regular expression has a syntax error. Additionally, use a non-capturing group to surround the user input when `Match whole word` is enabled in case alternates are being used. Finally, add a safety check to highlighting to avoid an infinite loop when zero-length matches happen.
2022-04-16minor refactoring & code styleJesse Plamondon-Willard
2022-04-12Use an optional section for rendering quick navigation links on the mod ↵Khloe Leclair
viewer, containing them within the #sidebar element.
2022-04-12Make horizontal scrolling with the quick navigation links less bad. Probably ↵Khloe Leclair
need to move them into the actual sidebar element though for proper sorting.
2022-04-12Replace 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-11Add 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-11Cleanup 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-09restore data element unloadingJesse Plamondon-Willard
2022-04-09load raw data from JSON per discussionJesse Plamondon-Willard
This avoids loading the data synchronously as a JavaScript snippet, which improves performance when opening the page.
2022-04-09minor refactoringJesse Plamondon-Willard
2022-04-09pass data directly to script instead of serializing & deserializing itJesse Plamondon-Willard
2022-04-09standardize quote styleJesse Plamondon-Willard
2022-04-09rename 'data' to 'state' for upcoming changesJesse Plamondon-Willard
2022-04-08Simplify visible section checking by abusing Vue behavior, since the proper ↵Khloe Leclair
way is being buggy.
2022-04-08Implement client-side log rendering, better filtering, and pagination to ↵Khloe Leclair
improve performance and enhance the user experience with using the log parser.
2022-04-06remove some unused/redundant codeJesse Plamondon-Willard
2022-01-15add Xbox app log instructions, redesign UI to fitJesse Plamondon-Willard
2021-11-27remove direct download for beta versionsJesse Plamondon-Willard
With this change, only the main version has a direct download. Showing beta info here caused a few issues: * The vast majority of players don't use the game beta, so they were often confused about which version to download. * Beta versions typically have much longer release info (e.g. detailed summary, release notes, caveats and warnings, etc), and the extra download button made the player guide button under it less prominent and visible. Those both contributed to information overload and the above confusion. * Unlike main versions, beta versions aren't permanently archived on GitHub (since the beta branch is routinely rebased onto the latest stable update). That makes it messy to manage beta releases through GitHub. Instead there's now a message under the download button which clearly links to where the beta version can be downloaded.
2021-09-29show separate beta stats in mod compatibility listJesse Plamondon-Willard
2020-05-16minor cleanupJesse Plamondon-Willard
2020-05-09add GitHub licenses to mod compatibility list, update release notesJesse Plamondon-Willard
2020-02-24add file pickers to web UI for mobile usersJesse Plamondon-Willard
2020-02-18fix anchor position for new sticky headerJesse Plamondon-Willard
2020-02-17make compatibility list header stickyJesse Plamondon-Willard
2020-01-05streamline front page designJesse Plamondon-Willard
2019-12-22streamline local environments, update technical docs & privacy pageJesse Plamondon-Willard
2019-12-04fix JSON validator format selector no longer working since URL changesJesse Plamondon-Willard
2019-12-03encapsulate file storage, also handle Pastebin rate limits in JSON validatorJesse Plamondon-Willard
2019-12-02fix JSON Validator issuesJesse Plamondon-Willard
2019-11-27fallback to Amazon S3 if saving a log to Pastebin failsJesse Plamondon-Willard
2019-11-08add CurseForge to mod metadata (#605)Jesse Plamondon-Willard
2019-09-14fix typos and inconsistent spellingJesse Plamondon-Willard
2019-09-14add footer tip about using schema directly, add details to page title (#654)Jesse Plamondon-Willard
2019-09-14add line highlighting and linking (#654)Jesse Plamondon-Willard
2019-09-14add JSON validator with initial support for manifest format (#654)Jesse Plamondon-Willard
2019-09-14add background fetch for mod compatibility list (#651)Jesse Plamondon-Willard
2019-09-13drop SMAPI 3.0 compatibility field (#638)Jesse Plamondon-Willard
2019-09-13revamp 'support SMAPI' section on main pageJesse Plamondon-Willard