• Joined on 2024-02-16
slawk0 pushed to main at slawk0/relay 2024-10-19 12:17:21 +02:00
ba4c07ea30 added filter to prevent display same message multiple times, fixed ui
slawk0 pushed to main at slawk0/relay 2024-10-18 16:32:54 +02:00
dff81dc1ef added overflow to messages
slawk0 pushed to main at slawk0/relay 2024-10-18 15:22:05 +02:00
1b24bca201 code refactor added missing async
slawk0 pushed to main at slawk0/relay 2024-10-17 20:53:16 +02:00
5875162626 removed initializeSocket function, added returns to response
slawk0 pushed to main at slawk0/relay 2024-10-15 22:01:41 +02:00
8034fdfffb added server site socket authorization, initializeSocket function
slawk0 pushed to main at slawk0/relay 2024-10-14 15:55:57 +02:00
ea3287a268 timestamp is now generated on client site
slawk0 pushed to main at slawk0/relay 2024-10-14 15:41:29 +02:00
cfc6ee02c8 Refactor chat message functionality and improve UI components
slawk0 pushed to main at slawk0/web-chat 2024-10-14 15:40:10 +02:00
bf8da0606c Remove unused files and improve code clarity
slawk0 pushed to main at slawk0/relay 2024-10-14 11:23:20 +02:00
8b5915b8d3 added contactProfile prop to pass contact username
slawk0 pushed to main at slawk0/relay 2024-10-14 11:15:43 +02:00
c77c1cfd7e Refactor Chat page to use separate components
slawk0 pushed to main at slawk0/relay 2024-10-13 23:43:31 +02:00
f7aa6ba713 split code to ChatArea.tsx and ContactProfile.tsx
slawk0 pushed to main at slawk0/relay 2024-10-13 14:12:19 +02:00
e6f4c58d13 added message and contact input autofocus, getUserId db query, user_id to jwt
slawk0 pushed to main at slawk0/relay 2024-10-13 00:12:53 +02:00
bd78e7c817 minor changes
slawk0 pushed to main at slawk0/relay 2024-10-12 22:37:28 +02:00
0b0c162bff sending contact and message
slawk0 pushed to main at slawk0/relay 2024-10-12 21:20:49 +02:00
8131cc6fb1 added getContact query
slawk0 pushed to main at slawk0/relay 2024-10-12 00:45:58 +02:00
8414919ae6 added contact db
slawk0 pushed to main at slawk0/relay 2024-10-11 15:32:12 +02:00
bd89f0762f password validation on server
slawk0 pushed to main at slawk0/relay 2024-10-11 14:02:05 +02:00
05211fba10 protectedRoutes works?
slawk0 pushed to main at slawk0/relay 2024-10-10 22:28:19 +02:00
e074823704 creating ProtectedRoutes.tsx
387437c71e restricted access to pages
Compare 2 commits »
slawk0 pushed to main at slawk0/relay 2024-10-05 15:16:32 +02:00
58f6ffcfd3 message box