summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/wwwroot/Content/css
AgeCommit message (Collapse)Author
2022-10-09add 'strict mode' release with deprecated APIs stripped outJesse Plamondon-Willard
2022-07-17update image referenceJesse Plamondon-Willard
2022-07-05improve log parser's 'suggested fixes' stylesJesse 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-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-09minor refactoringJesse Plamondon-Willard
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.
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-17make compatibility list header stickyJesse Plamondon-Willard
2020-01-05streamline front page designJesse Plamondon-Willard
2019-12-03encapsulate file storage, also handle Pastebin rate limits in JSON validatorJesse Plamondon-Willard
2019-11-27fallback to Amazon S3 if saving a log to Pastebin failsJesse 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-13revamp 'support SMAPI' section on main pageJesse Plamondon-Willard
2019-03-14remove unneeded log parser css ruledanvolchek
2019-03-10add log sections implementationdanvolchek
2019-03-07update for compatibility wiki page changesJesse Plamondon-Willard
2019-03-07improve SMAPI 3.0 status column, show by defaultJesse Plamondon-Willard
2019-02-24minor tweaks to new log parser UI (#619)Jesse Plamondon-Willard
2019-02-24add update info in suggested fixes sectiondanvolchek
2019-02-24cross out mod links on compat page if outdated to prevent confusionJesse Plamondon-Willard
2018-11-13Merge pull request #601 from danvolchek/developJesse Plamondon-Willard
Make Log Parser Checkboxes + Show/Hide All Buttons Invisible Instead Of Hidden
2018-11-13change log parser checkboxs and show/hide all buttons to be ↵danvolchek
visible/invisible instead of shown/hidden
2018-11-09add filters to mod compatibility list (#597)Jesse Plamondon-Willard
2018-11-05add privacy pageJesse Plamondon-Willard
2018-10-21add troubleshooting guide link to intro, update release notes (#597)Jesse Plamondon-Willard
2018-10-20minor fixes (#597)Jesse Plamondon-Willard
2018-10-20tweak colors (#597)Jesse Plamondon-Willard
2018-10-20add table sorting (#597)Jesse Plamondon-Willard
2018-10-20tone down background colors (#597)Jesse Plamondon-Willard
2018-10-20hide technical columns by default (#597)Jesse Plamondon-Willard
2018-10-20add mod compatibility page (#597)Jesse Plamondon-Willard
2018-06-27add log parser option to view raw logJesse Plamondon-Willard
2018-06-16update web UI to let players download from new Nexus page (#547)Jesse Plamondon-Willard
2018-06-11fix log parser not using full width for logJesse Plamondon-Willard
2018-06-09strip 'noinclude' blocks from release descriptions serversideJesse Plamondon-Willard
2018-06-09make web layout more responsiveJesse Plamondon-Willard
2018-06-03add log parser banner marginJesse Plamondon-Willard
2018-06-03redesign log parser upload pageJesse 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-05-12update log parser for the internal 'critical' log levelJesse Plamondon-Willard
2018-03-29tweak metadata formattingJesse Plamondon-Willard