Commit Graph

7 Commits

Author SHA1 Message Date
Maciek Baron 1e65cdf821 Add comment, test to unescapeHTML () 2018-07-05 19:19:38 +09:00
Eugen Rochko c75493755f
Preserve newlines in delete & redraft and desktop notifications ()
Fix 
2018-06-06 20:49:53 +02:00
Eugen Rochko 1bbe81030c
Display numbers in account header using shortNumberFormat for consistency () 2018-06-04 05:15:50 +02:00
Eugen Rochko 2b97451168
Fix images resized in browser getting cropped ()
Fix 
2018-05-16 16:24:16 +02:00
Yamagishi Kazutoshi 6832110af4 Correct rotate of image using EXIF () 2018-05-09 08:41:07 +02:00
Eugen Rochko d185f3ddaf
Use plaintext value for field value tooltips in web UI ()
Fix 
2018-05-07 09:30:38 +02:00
Yamagishi Kazutoshi 0758b00bfd Refactor resizeImage method ()
- Use URL.createObjectURL (replace from FileReader)
- Use HTMLCanvasElement.prototype.toBlob
  (replace from HTMLCanvasElement.prototype.toDataURL)
- Use Promise (replace callback interface)
2018-04-23 09:15:51 +02:00