Skip to content

Conversation

@PengyuChen01
Copy link
Collaborator

No description provided.

@Sma1lboy Sma1lboy changed the title finish toast part remove let chatbar handle polling feat(frontend): finish toast part remove let chatbar handle polling Apr 1, 2025
@PengyuChen01 PengyuChen01 force-pushed the feat-frontend-add-global-notification-when-project-finish branch from 76a760f to 1486346 Compare April 6, 2025 02:15
@PengyuChen01 PengyuChen01 marked this pull request as ready for review April 18, 2025 16:37
@PengyuChen01 PengyuChen01 force-pushed the feat-frontend-add-global-notification-when-project-finish branch 2 times, most recently from 869ff17 to 59f86b0 Compare April 23, 2025 16:50
@ZHallen122 ZHallen122 self-requested a review June 16, 2025 01:10
Copy link
Collaborator

@ZHallen122 ZHallen122 left a 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(
Copy link
Collaborator

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 = {
Copy link
Collaborator

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
Copy link
Collaborator

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, {
Copy link
Collaborator

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

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.

3 participants