summaryrefslogtreecommitdiff
path: root/app/javascript
AgeCommit message (Collapse)Author
2021-06-23Fix results and chat divs sometimes not scrolling due to large outputDavid Gay
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-06Use display font for buttonsDavid Gay
2021-06-05Reduce footer padding and made the rest of the content fill in that spaceDavid 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-05Improve UI responsiveness and scalingDavid Gay
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-06-03Adjust game boxesDavid Gay
2021-05-28Add some janky sizing from old Esoterra to be Good Enough™️ for launchDavid Gay
2021-05-27Make timer more robust, and `stop_activity` if you can't do itDavid Gay
2021-05-27ItemsController that displays item game dataDavid Gay
2021-05-27Display cost and requirements of any activity that fails to startDavid Gay
2021-05-23Clear out some cruft from application layoutDavid 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
2021-04-25Have content area fill entire screen, with sticky footerDavid Gay
2021-04-25Layout and stylesDavid Gay
2021-04-21More tailwind setup stuffDavid Gay
2021-04-21New Rails project with pgsqlDavid Gay