Skip to content

P0072 | Orginazation details script #428

Merged
Chandan-walker merged 1 commit intodevelopmentfrom
P0072-clean
Feb 23, 2026
Merged

P0072 | Orginazation details script #428
Chandan-walker merged 1 commit intodevelopmentfrom
P0072-clean

Conversation

@Chandan-walker
Copy link
Collaborator

No description provided.

Copy link

@windsurf-bot windsurf-bot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other comments (2)

💡 To request another review, post a new comment with "/windsurf-review".

Comment on lines +177 to +182
// this.snackBar.open(res?.data?.message ?? 'Information successfully updated', '✕', {
// duration: 3000,
// horizontalPosition: 'center',
// verticalPosition: 'top',
// panelClass: ['success-snackbar'],
// });
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The snackbar notifications have been commented out for both success and error cases. Without these notifications, users won't receive any feedback when their organization details are updated or when an error occurs. Was this intentional? If so, is there an alternative feedback mechanism being implemented?

.mat-select-value,
.mat-select-value-text,
.mat-select-value-text span,
.mat-input-element,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dark theme disabled styles include .mat-select-value-text span on line 394 that's missing from the equivalent light theme section. This could cause inconsistent styling between themes.

.mdc-notched-outline__notch,
.mdc-notched-outline__trailing,
.mat-form-field-outline {
border-color: rgba(0, 0, 0, 0.12) !important;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The light theme includes .mat-form-field-outline on line 253 in the disabled styles, but this selector is missing from the dark theme version. This could cause inconsistent styling between themes.

@Chandan-walker Chandan-walker merged commit f7fdc87 into development Feb 23, 2026
0 of 2 checks passed
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.

2 participants