Commit Graph

12 Commits

Author SHA1 Message Date
me a599dbeb30 refactor: lint formatting and fixes (#6)
CI / Backend CI (push) Successful in 1m8s
CI / E2E Tests (push) Has been skipped
CI / Generate Certificates (push) Successful in 38s
CI / Frontend CI (push) Successful in 1m4s
![image.png](/attachments/182d430f-7b29-48f7-aad6-0aa3ed1708c4)

---------

Co-authored-by: me <ramvignesh-b@github.com>
Reviewed-on: #6
2026-05-08 06:13:25 +00:00
me 8449377b6d refactor: implement authentication flow using authHash in unlock hook and update PasskeyModal UI
CI / Generate Certificates (push) Successful in 1m52s
CI / Frontend CI (push) Successful in 1m13s
CI / Backend CI (push) Successful in 1m15s
CI / E2E Tests (push) Has been skipped
2026-05-06 13:45:30 +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 fd64578a17 fix: retain masterkey on non-logout error scenarios and refresh on db hit miss 2026-04-15 16:57:03 +05:30
ramvignesh-b 967b3a77f8 feat: enhance zero-knowledge authentication by deriving and sending auth hashes to the server 2026-04-14 22:44:42 +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
Your Name 293da0a18a test: add comprehensive unit tests for apiClient, RouteGuards, and useAuth hook functionality 2026-04-12 16:00:00 +05:30
Your Name 7736fa5919 feat: implement master key derivation and persistence via IndexedDB 2026-04-12 01:24:28 +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 dfa7c3d0d5 refactor: rename useauth in store 2026-04-11 19:14:02 +05:30
Your Name 96f867f139 feat: implement auth state management with RouteGuards 2026-04-11 17:56:40 +05:30