enes enes
  • Joined on 2024-07-24
enes commented on pull request sigit/sigit.io#170 2024-08-29 10:25:32 +00:00
fix: load screen on sign, block on missing counterpart

I think we can for now just leave finally, to execute setIsLoading(false) once, we don't need it in each return

enes commented on pull request sigit/sigit.io#170 2024-08-29 10:17:25 +00:00
fix: load screen on sign, block on missing counterpart

We are blocking so we don't navigate away before .all is done. Another question is if we need to block at all since even if it's rejected, we proceed to another page anyway?

enes deleted branch 136-verify-page from sigit/sigit.io 2024-08-28 12:21:52 +00:00
enes pushed to 137-sign-loading-error at sigit/sigit.io 2024-08-28 11:26:52 +00:00
20d1170f7d fix(sign): allow signing without marks, hide loading and show toast for prevSig error
a8020e6db2 fix(column-layout): wrap content column to prevent expanding
1c998ab99f refactor(error): refactor MetaParseError 2
fa1811a330 refactor(error): refactor SigitMetaParseError
624afae851 fix(create): throw on mark with no counterpart
Compare 11 commits »
enes pushed to staging at sigit/sigit.io 2024-08-28 11:23:35 +00:00
5570d72f79 chore(git): merge pr #165 from 146-pdf-scaling into staging
59c3fc69a2 fix(pdf): reuse content width function
a442e71087 fix(pdf): add proper default width value
923a47b4d0 fix(drawfield): match label and select
4712031615 fix(pdf): scaling on resize, add avatars to counterpart select
Compare 10 commits »
enes deleted branch 146-pdf-scaling from sigit/sigit.io 2024-08-28 11:23:35 +00:00
enes merged pull request sigit/sigit.io#165 2024-08-28 11:23:34 +00:00
fix(pdf): dynamic mark scaling
enes closed issue sigit/sigit.io#146 2024-08-28 11:23:34 +00:00
PDF - render image and file difference, font, size and scaling issues
enes created pull request sigit/sigit.io#170 2024-08-28 11:21:59 +00:00
fix: load screen on sign, block on missing counterpart
enes created branch 137-sign-loading-error in sigit/sigit.io 2024-08-28 11:18:06 +00:00
enes pushed to 137-sign-loading-error at sigit/sigit.io 2024-08-28 11:18:06 +00:00
35b1378aa7 fix(sign): allow signing without marks, hide loading and show toast for prevSig error
d3924a063d fix(column-layout): wrap content column to prevent expanding
4a265d7ce7 refactor(error): refactor MetaParseError 2
7a685c6cfe refactor(error): refactor SigitMetaParseError
2ea9afb3a3 fix(create): throw on mark with no counterpart
Compare 6 commits »
enes pushed to 146-pdf-scaling at sigit/sigit.io 2024-08-28 09:41:37 +00:00
59c3fc69a2 fix(pdf): reuse content width function
enes commented on issue sigit/sigit.io#137 2024-08-28 08:14:17 +00:00
Fix infinite loading - sign page, clicking sign

Infinite loading on the sign is fixed:

Caused with sigit with when:

  • we add non-pdf file (no marks)
  • we add a pdf file without any marks added
  • we add a mark to a pdf…
enes approved sigit/sigit.io#167 2024-08-27 15:37:22 +00:00
Signing Order
enes pushed to 146-pdf-scaling at sigit/sigit.io 2024-08-27 15:28:28 +00:00
a442e71087 fix(pdf): add proper default width value
enes pushed to 146-pdf-scaling at sigit/sigit.io 2024-08-27 14:11:05 +00:00
923a47b4d0 fix(drawfield): match label and select
enes pushed to 146-pdf-scaling at sigit/sigit.io 2024-08-27 13:25:29 +00:00
4712031615 fix(pdf): scaling on resize, add avatars to counterpart select
enes pushed to staging at sigit/sigit.io 2024-08-27 10:29:44 +00:00
722aecda39 chore(git): merge pull request #164 from 154-drawfield-escaping into staging
2f54184625 fix(drawing): clamp DrawField within img
Compare 2 commits »
enes deleted branch 154-drawfield-escaping from sigit/sigit.io 2024-08-27 10:29:44 +00:00
enes merged pull request sigit/sigit.io#164 2024-08-27 10:29:43 +00:00
fix(drawing): clamp DrawField within img