-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: Add messenger page #67
feature: Add messenger page #67
Conversation
Add new root for messenger Add basic construction Refs: CU-8696pcyn4 Signed-off-by: Patryk Kłosiński <[email protected]>
Task linked: CU-8696pcyn4 Create messages page |
# Conflicts: # frontend/src/Pages/Root/Root.tsx
Add next features, Redesign a single messages, Redesign message input Refs: CU-8696pcyn4 Signed-off-by: Patryk Kłosiński <[email protected]>
Change condition of highlighting the active page on navbar Refs: CU-8696pcyn4 Signed-off-by: Patryk Kłosiński <[email protected]>
Replace Math.random() method for sonar check Refs: CU-8696pcyn4 Signed-off-by: Patryk Kłosiński <[email protected]>
Refs: CU-8696pcyn4 Signed-off-by: Patryk Kłosiński <[email protected]>
user.status = "online"; | ||
updateUserStatusInApp(user); | ||
} | ||
}, getCryptoRandom() * 300000 + 60000); // Aktywność co 1-6 minut |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i still see here polish comments
const getCryptoRandom = () => { | ||
const array = new Uint32Array(1); | ||
crypto.getRandomValues(array); | ||
return array[0] / (0xFFFFFFFF + 1); // Normalizacja do zakresu 0–1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and here
Quality Gate passedIssues Measures |
Create basic construction of messages page