summaryrefslogtreecommitdiff
path: root/app/javascript/controllers
AgeCommit message (Collapse)Author
2021-07-06Increase chat message area chat message limit from 100 to 200, and add a ↵David Gay
chat history page that shows the last 2,000 messages
2021-06-10Start results div scrolled to bottom on page changesDavid Gay
2021-06-09Only scroll chat and results output to the bottom on new content when ↵David Gay
already scrolled to the bottom or near the bottom
2021-06-07Hook in new web worker stuff with finish activity POST retry stuffDavid Gay
2021-06-07Implement web worker to keep timer running even when page is inactiveDavid Gay
2021-06-06Tweak finish activity retry code to avoid flooding HoneybadgerDavid Gay
2021-06-05Display costs and requirements for selected activity in select fields via ↵David Gay
Stimulus + fetch
2021-06-05Timer: Switch to 1 minute retries after 5 errors, instead of showing an ↵David Gay
alert and stopping
2021-06-04Add back in some timer POST error handlingDavid Gay
2021-06-04Timer progress barDavid Gay
2021-06-04Finishing timer improvementsDavid Gay
2021-06-03Timer: Don't start and stop updating with controller connects/disconnectsDavid Gay
2021-06-03Timer: Improve accuracy/feel by starting to count down immediately (before ↵David Gay
this, there was an uncomfortable delay)
2021-05-27Make timer more robust, and `stop_activity` if you can't do itDavid Gay
2021-05-19ChatDavid Gay
2021-05-19Revise and progress with hearth amenity constructionDavid Gay
2021-05-04Initial draft of timer setup, with results outputting and items being awardedDavid Gay