Skip to content
  1. Jul 12, 2024
  2. Jul 11, 2024
  3. Jul 10, 2024
  4. Jul 09, 2024
  5. Jul 06, 2024
  6. Jun 27, 2024
    • Grant's avatar
      massive performance rewrite · b09ddd13
      Grant authored
      - main canvas & blank canvas drawing moved to separate worker thread (if possible)
      - server jobs moved to separate process (fixing CPU leak on heatmap generation)
      - pixels now store if they are on top reducing db queries
      - remove various methods to store pixel data in redis, reducing delay for various actions
      
      additional fixed: (came up during performance fixes)
      - added square fill (fixes #15)
      - redraw loop (fixes #59)
      - added keybind to deselect current color (fixes #54)
      - pixel undos no longer delete the pixel from the db
      - server logging now indicates what module triggered the log
      b09ddd13
  7. May 31, 2024
  8. May 30, 2024
  9. May 29, 2024
    • Grant's avatar
      canvas resizing (related #12) · ad1a7854
      Grant authored
      - updated client to allow for canvas size to change
      - added API routes for admin UI to change size
      - added isAdmin flag to user accounts
      ad1a7854
  10. Apr 28, 2024
  11. Mar 12, 2024
  12. Mar 08, 2024
  13. Mar 03, 2024
  14. Jan 27, 2024
Loading