-
Notifications
You must be signed in to change notification settings - Fork 3
feat(frontend): finish toast part remove let chatbar handle polling #211
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
base: main
Are you sure you want to change the base?
feat(frontend): finish toast part remove let chatbar handle polling #211
Conversation
76a760f to
1486346
Compare
869ff17 to
59f86b0
Compare
ZHallen122
left a comment
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.
Do not include any changes that is not related in this pr
|
|
||
| // Call the service with the extracted buffer and mimetype | ||
| return this.projectService.updateProjectPhotoUrl( | ||
| const project1 = await this.projectService.updateProjectPhotoUrl( |
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.
Remove all test code in pr like this
| ): Promise<Project[]> { | ||
| const limit = input.size > 50 ? 50 : input.size; | ||
|
|
||
| const whereCondition = { |
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.
add back photoUrl: Not(IsNull()) and is public check
| username: string, | ||
| excludeUserId?: string, | ||
| ): Promise<boolean> { | ||
| const query = this.userRepository |
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.
This looks like unuse code please remove if is really unuse
| logger.info(`[SCREENSHOT] Viewport set successfully`); | ||
|
|
||
| // Navigate to URL with increased timeout and more reliable wait condition | ||
| await page.goto(url, { |
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.
those change doesnt look correct. Please check again and confirm which is critical change
No description provided.