Skip to content
Snippets Groups Projects
  1. Mar 10, 2022
  2. Mar 06, 2022
  3. Mar 04, 2022
    • Thomas Lynch's avatar
      minor bugfix to expanding images with loading bars enabled · 2386e20f
      Thomas Lynch authored
      even though the image is a blob, when we set the src={blob}, it doesnt load immediately
      thus, the offsetWidth is 0 and when expanding, the filename width is wrong (only on the first time expanding, since subsequent times, the blob has "loaded" already and now has an offsetWidth -- it is almost instant).
      this adds and onload to wait for the image to "load", and thus has the correct width even on the first time when expanding
      2386e20f
  4. Feb 18, 2022
  5. Feb 17, 2022
  6. Feb 16, 2022
  7. Feb 15, 2022
    • Thomas Lynch's avatar
      0.3.0 chores · 4d80941f
      Thomas Lynch authored
      reverse changelog so most recent is at the top
      update package.json and package-lock.json
      change irc channel
      4d80941f
  8. Feb 13, 2022
  9. Feb 11, 2022
  10. Feb 10, 2022
  11. Feb 08, 2022
  12. Feb 07, 2022
  13. Feb 06, 2022
  14. Feb 04, 2022
  15. Feb 03, 2022
  16. Feb 02, 2022
  17. Jan 31, 2022
  18. Jan 30, 2022
  19. Jan 29, 2022
  20. Jan 28, 2022
Loading