summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/wwwroot/Content/js/log-parser.js
AgeCommit message (Expand)Author
2022-04-16minor refactoring & code styleJesse Plamondon-Willard
2022-04-12Replace bitfields for state and just use comma-separated strings. Add a note ...Khloe Leclair
2022-04-11Add more documentation strings. Use shallow equality checking to decide wheth...Khloe Leclair
2022-04-11Cleanup log filtering a bit, with a clearer string for the number of total me...Khloe Leclair
2022-04-09restore data element unloadingJesse Plamondon-Willard
2022-04-09load raw data from JSON per discussionJesse Plamondon-Willard
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 w...Khloe Leclair
2022-04-08Implement client-side log rendering, better filtering, and pagination to impr...Khloe Leclair
2022-01-15add Xbox app log instructions, redesign UI to fitJesse Plamondon-Willard
2020-02-24add file pickers to web UI for mobile usersJesse Plamondon-Willard
2019-09-14add JSON validator with initial support for manifest format (#654)Jesse Plamondon-Willard
2019-03-10add log sections implementationdanvolchek
2018-06-27add log parser option to view raw logJesse Plamondon-Willard
2018-06-03fix script error on log result pageJesse Plamondon-Willard
2018-06-03redesign log parser upload pageJesse Plamondon-Willard
2018-03-29add success/error banner to log parser pageJesse Plamondon-Willard
2018-02-25fix log filtering some mods incorrectlyJesse Plamondon-Willard
2018-02-24reimplement log parser with serverside parsing and vue.js frontendJesse Plamondon-Willard
2018-01-02fix parse error for logs with zero installed modsJesse Plamondon-Willard
2017-12-02redesign log parser filtersJesse Plamondon-Willard
2017-12-02rm body template so filters can be moved into the output areaJesse Plamondon-Willard
2017-12-01rename log parser tabs IDJesse Plamondon-Willard
2017-12-01rm unneeded log parser debug infoJesse Plamondon-Willard
2017-11-04check whether the popup is open before closing it with escvolchek2
2017-11-03Fix bracesvolchek2
2017-11-03Allow raw and upload popups to be closed with escape key and clicking outside...volchek2
2017-10-29defer log compression to backend and significantly improve compression (#358)Jesse Plamondon-Willard
2017-10-29fix error log format (#358)Jesse Plamondon-Willard
2017-10-28prettify log URL, read paste ID serverside (#358)Jesse Plamondon-Willard
2017-10-27fix issues with subdomain routing in log UI (#358)Jesse Plamondon-Willard
2017-10-27proxy Pastebin requests through our API instead of third parties, improve err...Jesse Plamondon-Willard
2017-10-27lint JS (#358)Jesse Plamondon-Willard
2017-10-27integrate prototype into page layout (#358)Jesse Plamondon-Willard
2017-10-27move log parser CSS/JS out of HTML (#358)Jesse Plamondon-Willard