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 | |
2020-02-24 | add file pickers to web UI for mobile users | Jesse Plamondon-Willard | |
2019-09-14 | add JSON validator with initial support for manifest format (#654) | Jesse Plamondon-Willard | |
2019-03-10 | add log sections implementation | danvolchek | |
2018-06-27 | add log parser option to view raw log | 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-03-29 | add success/error banner to log parser page | Jesse Plamondon-Willard | |
2018-02-25 | fix log filtering some mods incorrectly | Jesse Plamondon-Willard | |
2018-02-24 | reimplement log parser with serverside parsing and vue.js frontend | Jesse Plamondon-Willard | |
2018-01-02 | fix parse error for logs with zero installed mods | Jesse Plamondon-Willard | |
2017-12-02 | redesign log parser filters | Jesse Plamondon-Willard | |
2017-12-02 | rm body template so filters can be moved into the output area | Jesse Plamondon-Willard | |
2017-12-01 | rename log parser tabs ID | Jesse Plamondon-Willard | |
2017-12-01 | rm unneeded log parser debug info | Jesse Plamondon-Willard | |
2017-11-04 | check whether the popup is open before closing it with esc | volchek2 | |
2017-11-03 | Fix braces | volchek2 | |
2017-11-03 | Allow raw and upload popups to be closed with escape key and clicking ↵ | volchek2 | |
outside of them | |||
2017-10-29 | defer log compression to backend and significantly improve compression (#358) | Jesse Plamondon-Willard | |
2017-10-29 | fix error log format (#358) | Jesse Plamondon-Willard | |
2017-10-28 | prettify log URL, read paste ID serverside (#358) | Jesse Plamondon-Willard | |
2017-10-27 | fix issues with subdomain routing in log UI (#358) | Jesse Plamondon-Willard | |
2017-10-27 | proxy Pastebin requests through our API instead of third parties, improve ↵ | Jesse Plamondon-Willard | |
error-handling (#358) | |||
2017-10-27 | lint JS (#358) | Jesse Plamondon-Willard | |
2017-10-27 | integrate prototype into page layout (#358) | Jesse Plamondon-Willard | |
2017-10-27 | move log parser CSS/JS out of HTML (#358) | Jesse Plamondon-Willard | |