Closed aya0221 closed 1 year ago
Implemented functionality to keep the like button vivid pink if the user has already liked a profile.
Updated the Django template to conditionally render the 'liked' class based on the 'has_liked' variable.
Adjusted the corresponding CSS for the like button to reflect the different states (default, hover, and liked).
Ensured the like state is stored and retrieved from the database upon page load to maintain state consistency.
Modified JavaScript to add 'liked' class on successful like action.
Implemented functionality to keep the like button vivid pink if the user has already liked a profile.
Updated the Django template to conditionally render the 'liked' class based on the 'has_liked' variable.
Adjusted the corresponding CSS for the like button to reflect the different states (default, hover, and liked).
Ensured the like state is stored and retrieved from the database upon page load to maintain state consistency.
Modified JavaScript to add 'liked' class on successful like action.