Skip to content

Conversation

@SebastianKrupinski
Copy link
Contributor

@SebastianKrupinski SebastianKrupinski commented Jan 6, 2026

Summary

  • Added processing overlay to visually notify user and prevent interaction while saving/deleting/converting meeting
image

@SebastianKrupinski SebastianKrupinski self-assigned this Jan 6, 2026
@SebastianKrupinski SebastianKrupinski added the 3. to review Waiting for reviews label Jan 6, 2026
@github-project-automation github-project-automation bot moved this to 🏗️ In progress in 💌 📅 👥 Groupware team Jan 6, 2026
@SebastianKrupinski SebastianKrupinski changed the title fix: meeting propasas prevent user interaction during operations fix: meeting proposal prevent user interaction during operations Jan 6, 2026
@SebastianKrupinski
Copy link
Contributor Author

@nimishavijay

Can I have your input on this, please

left: 0;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.95);
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
background-color: rgba(255, 255, 255, 0.95);
background-color: rgba(var(--backdrop-color), 0.5);

Comment on lines +1288 to +1293
// Dark mode support
@media (prefers-color-scheme: dark) {
.proposal-editor__loading-overlay {
background-color: rgba(0, 0, 0, 0.95);
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
// Dark mode support
@media (prefers-color-scheme: dark) {
.proposal-editor__loading-overlay {
background-color: rgba(0, 0, 0, 0.95);
}
}

Copy link
Contributor

@GVodyanov GVodyanov left a comment

Choose a reason for hiding this comment

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

Looks good! We have standard colors for this tho

@SebastianKrupinski
Copy link
Contributor Author

Looks good! We have standard colors for this tho

Thanks! Let wait to see what design thinks of this...

@kra-mo @nimishavijay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews

Projects

Status: 🏗️ In progress

Development

Successfully merging this pull request may close these issues.

3 participants