Sithija Nelusha Silva
Sithija Nelusha Silva
## Description Applied `flex-wrap` to the attachment container to prevent layout issues when multiple attachments are present, improving display on both mobile and desktop. ## Type of Change - [x]...
### Bug Description Long attachment filenames wrap onto two lines, misaligning the fileāsize label. ### Steps to Reproduce 1. View an email with two PDF attachments whose names are longer...
### What happened? Bun package manager detection fails in `installationInfo.ts` due to incorrect path checking. When installed via `bun add -g @google/gemini-cli`, the detection logic checks: ```ts if (realPath.includes('/.bun/bin')) ```...
### Description Currently, the `ballerina-lang` module contains all compiler components in a single Gradle module. This will be refactored into separate modules; `driver`, `frontend`, `backend` and a `common` module (such...