Monday, May 26, 2025
2 changes · saas-18.2
Resolved issues and error corrections
Message bubbles now use stronger green coloring so users can more easily tell their own messages apart, especially in dark theme. Important messages and messaging menu items also stand out more clearly thanks to richer orange styling.
Original PR description
Message bubble green color was not strong enough, especially in dark theme. This makes it hard to distinct self messages in discuss app. This commit increases slightly the saturation of green message bubble. This commit also makes the following (kinda) related changes: - important message bubble orange color is more catchy with also more saturated color - important messaging menu items are more visually distinct in white theme.
Users who create a shortcut to a document they can view can now edit that shortcut even if they cannot edit the original document. This keeps shortcut management intuitive and avoids unnecessary permission blocks for document users.
Original PR description
Bug === If a user creates a shortcut to a document he can read, (but he has no edit access on the target), he should have edit access on the shortcut. Task-4582290