Commit Graph

37 Commits

Author SHA1 Message Date
ramvignesh-b 2bb77d1bed feat: add custom font styling to canvas text 2026-04-30 05:23:36 +05:30
ramvignesh-b df96cead93 refactor: simplify letterlogic by removing object mutation 2026-04-29 23:09:32 +05:30
ramvignesh-b faee0b45d6 refactor: implement reusable Modal component 2026-04-28 22:52:06 +05:30
RamVignesh B 6cf24731ce Feature/saajan persona (#3)
* feat: add template based email content (html + plaintext fallback)

* feat: init saajan component

* feat: add aesthetic noise background and implement Saajan component in register and login

* feat: add post seal modal for vault

* refactor: add proper props interfaces

* refactor: expose props on ui components

* feat: add ssajan in lots of flows

* fix: remove render test with no value and add aria helper for btn identification

* refactor: update email notification to account for proper arguments

* refactor:  refactor E2E auth helper and mail parsing logic

---------

Co-authored-by: ramvignesh-b <ramvignesh-b@github.com>
2026-04-28 20:51:23 +05:30
ramvignesh-b db31be4ec8 refactor: reorganize directory structure by moving UI components into feature-specific folders 2026-04-24 17:01:35 +05:30
ramvignesh-b c562c99d3a refactor: extract Editor components into modular files and implement PostSealModal 2026-04-24 16:32:01 +05:30
ramvignesh-b 2f3d5161ed refactor: prevent re-renders by extracting components out 2026-04-24 16:30:13 +05:30
ramvignesh-b ae52a79bd0 feat: add a post-seal navigation flow to the reader page 2026-04-24 06:34:08 +05:30
ramvignesh-b 7dece74698 feat: add burn letter option and fix modal middle placement 2026-04-24 01:16:57 +05:30
ramvignesh-b 7bab2937bc feat: implement EnvelopeReveal component for letter interactions and integrate into reader workflow 2026-04-19 19:49:01 +05:30
ramvignesh-b 1c1b5ea14e feat: implement vaulting functionality with unlock dates and locked UI states for letters 2026-04-19 01:20:55 +05:30
ramvignesh-b de46b2c631 feat: add expandable seal buttons 2026-04-18 04:39:43 +05:30
ramvignesh-b 9491559d7d feat: fix null pointer handling in log modals 2026-04-16 04:29:36 +05:30
ramvignesh-b 75dd187442 feat: implement read-only mode for sealed letters and handle error boundaries 2026-04-15 17:07:35 +05:30
ramvignesh-b 5594ac50d0 refactor: consolidate auth logic into helper, add letter E2E tests, 2026-04-15 01:43:03 +05:30
ramvignesh-b 3e5dbbe3f3 feat: add Navbar component and integrate into Editor page 2026-04-14 21:00:30 +05:30
ramvignesh-b 8f9c0b5430 refactor: update ComposeCanvas and Editor data handling types 2026-04-14 13:10:18 +05:30
ramvignesh-b bc29306fe2 fix: adjust canvas for responsiveness 2026-04-14 12:49:06 +05:30
ramvignesh-b 5c81d617bd refactor: simplify logical expressions and update biome linting rules 2026-04-14 00:16:25 +05:30
ramvignesh-b 1f94df1309 refactor: move DrawerSection component and implement image encryption/decryption tests 2026-04-14 00:03:56 +05:30
ramvignesh-b 12763ab7ab refactor: enforce strict linting rules, replace forEach with for...of loops, and remove console logging throughout the frontend. 2026-04-13 14:30:17 +05:30
ramvignesh-b 2776aac69a feat: implement Reader page for viewing encrypted letters and add read-only mode to ComposeCanvas 2026-04-13 13:46:55 +05:30
ramvignesh-b 2405f9cab2 refactor: migrate route definitions to path builders 2026-04-13 01:05:03 +05:30
ramvignesh-b ad8a73bb47 feat: iadd drawer and editor navigation, and introduce letter management hooks 2026-04-13 00:56:58 +05:30
Your Name 33e945f7f6 fix: add optional chaining to canvasData to prevent runtime errors when objects are undefined 2026-04-12 05:28:42 +05:30
Your Name 75a9222f19 refactor: improve type safety for canvas data objects and remove unused FabricObject import 2026-04-12 05:26:47 +05:30
Your Name 998ad848b0 feat: implement encrypted metadata support and fix public_id handling in letter serialization 2026-04-12 05:14:02 +05:30
Your Name 99ed561570 fix: initialize letterIdRef with empty string instead of null to match type definition 2026-04-12 04:56:10 +05:30
Your Name 5ca4be0dde feat: implement dynamic routing for editor to support persistent letter editing via public_id 2026-04-12 04:55:21 +05:30
Your Name d6076bca16 feat: append public_id to letter submission form data 2026-04-12 03:09:48 +05:30
Your Name 88686cdb0f feat: implement letter sealing UI with save confirmation 2026-04-12 03:06:00 +05:30
Your Name b5c6e6c91d feat: add canvas export methods and implement encrypted letter submission to the letters endpoint 2026-04-12 02:40:42 +05:30
Your Name 9953b27385 refactor: improve type safety, update navigation, and optimize base64 encoding in auth and editor components 2026-04-11 19:33:50 +05:30
Your Name 4f0355d8eb feat: add image upload functionality to editor via ComposeCanvas imperative handle 2026-04-11 19:21:34 +05:30
Your Name bbdf4a41d4 feat: add encrypted_dek field to Letter model and enforce its presence during serialization 2026-04-11 18:37:36 +05:30
Your Name 96f867f139 feat: implement auth state management with RouteGuards 2026-04-11 17:56:40 +05:30
Your Name 54d2021e81 feat: implement Editor page with Fabric.js-based ComposeCanvas 2026-04-11 13:46:44 +05:30