Skip to content

Dislikes were added - #4

Open
DraftRoman wants to merge 24 commits into
romanfrom
database
Open

Dislikes were added #4
DraftRoman wants to merge 24 commits into
romanfrom
database

Conversation

@DraftRoman

Copy link
Copy Markdown
Owner
  • Add dislikes

DraftRoman added 24 commits May 22, 2026 13:59
dislikes functionality
add_dislikes and some basic style to the button
found spelling errors
// Auth state inputs
// 1. Monitor Authentication State Changes
// 2. Auth Actions
// --- RENDERING ROUTER ---
// --- LOGGED IN: SHOW CHAT AREA ---
updated supabaseClient.js
in index.js:
- socket.on "send_message" now use not only a text of message, so the name now messageData, consist the author of message.
- socket.on "delete" delete the message based on messageId.
App.jsx:
socket.on "message_deleted" checking and find the message with id which we needed to delete.
messageData now consists: message, user_id and author. If message doesn't have the author ( previously they didn't have) the email.
Only author of the messages can see the delete button for his messages
fix (message frontend) and add style to the message
updated permissions for delete messages
fix const
fix(inde.js)  added code to test delete message
test SUPABASE_URL
previous version of backend
fix backend supabase permissions
fix(port)
 transports: ["polling", "websocket"]
allowedOrigins
updated css
displayName
fixed visibility of bucket
fix(signout functionality)
// Auth state inputs
// 1. Monitor Authentication State Changes
// 2. Auth Actions
// --- RENDERING ROUTER ---
// --- LOGGED IN: SHOW CHAT AREA ---
Updated CSS for login/logout
https
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant