eugene eugene
  • Joined on 2024-07-03
eugene created pull request sigit/sigit.io#200 2024-09-12 12:09:01 +00:00
New Release
eugene commented on pull request sigit/sigit.io#195 2024-09-11 09:34:49 +00:00
Add Sigit ID as a path param

Can you please add update the description of the PR with its primarily objective and what changes have been made?

eugene commented on pull request sigit/sigit.io#193 2024-09-11 09:31:59 +00:00
fix: processing gift wraps and notifications

The next building block would be to ensure that subscriptions stay open while the user is using the app, but for now this should fix a high-priority issue, so it looks good.

eugene approved sigit/sigit.io#190 2024-09-06 15:55:48 +00:00
new release
eugene approved sigit/sigit.io#179 2024-09-05 06:31:51 +00:00
Responsiveness and tabs
eugene pushed to issue-168 at sigit/sigit.io 2024-09-02 12:41:19 +00:00
89f6cd1dbe feat(renotifications): can re-notify users on the signing page
9cefdad3fc refactor: logs npubs for failed notifications
de7a8a868a feat(notificiations): initial changes to check notifications per each user
b965623a02 refactor: updates error handling
Compare 4 commits »
eugene created branch issue-168 in sigit/sigit.io 2024-09-02 12:41:19 +00:00
eugene opened issue sigit/sigit.io#176 2024-08-29 11:52:23 +00:00
Verify - PDF Quality
eugene opened issue sigit/sigit.io#175 2024-08-29 11:41:50 +00:00
Create Page - Save Draft Sigit State Locally
eugene opened issue sigit/sigit.io#174 2024-08-29 11:36:13 +00:00
Create Page - 'Add User' UI Changes
eugene opened issue sigit/sigit.io#173 2024-08-29 11:33:39 +00:00
Sign Page - User Can Sign Directly From the Marking Screen
eugene opened issue sigit/sigit.io#172 2024-08-29 11:30:41 +00:00
Sign Page - Fix Scrolling to Mark
eugene opened issue sigit/sigit.io#171 2024-08-29 11:29:37 +00:00
Sigit Routing - Add Sigit ID as a Path Param
eugene commented on pull request sigit/sigit.io#170 2024-08-29 09:44:40 +00:00
fix: load screen on sign, block on missing counterpart

Same here, re refactoring.

eugene commented on pull request sigit/sigit.io#170 2024-08-29 09:44:14 +00:00
fix: load screen on sign, block on missing counterpart

A promise doesn't need to be awaited if chaining is used.

eugene commented on pull request sigit/sigit.io#170 2024-08-29 09:43:22 +00:00
fix: load screen on sign, block on missing counterpart

I wonder if this flow should be refactored, given our recent conversation about error handling. I also thing that there are more efficient ways to handle loading state changes.

eugene approved sigit/sigit.io#165 2024-08-28 11:20:07 +00:00
fix(pdf): dynamic mark scaling

Nice one, and adding the useScale hook looks good