ghamry03 / ft_transcendence

0 stars 0 forks source link

Implemented enhancements and new features in the `user_api` and UI. #26

Closed ghamry03 closed 7 months ago

ghamry03 commented 7 months ago

Enhancements and New Features in user_api and UI

Overview:

Modifications:

Main Application

User Application

New URL Pattern for user_api

search Endpoint

This endpoint leverages the provided str as a pattern to find all users whose username, first_name, or last_name contains the specified pattern.

MehrinFirdousi commented 7 months ago

When opening the profile: image

MehrinFirdousi commented 7 months ago

Remove the use of port 3000 image

ghamry03 commented 7 months ago

When opening the profile: image

issue fixed.

ghamry03 commented 7 months ago

Remove the use of port 3000 image

I can't replicate the issue. also I checked the code and token.js is only getting injected once. so I'm not sure how to replicate it or if it's even possible.

MehrinFirdousi commented 7 months ago

This happens when I leave the tab idle for a while, the expiry is detected correctly but not sure if the last part is supposed to be there. image