Gonçalo M.
Gonçalo M.
We should have a configuration to add the Today" shortcut button in the button of the date picker since this is always a manual work we need to do on...
When using the date range on mobile and when the device is on landscape it's very hard to select the date or even to use the date since we can't...
- This [test](https://github.com/ionic-team/ionic-framework/blob/c63ec2e98db0ca1ce8ad15b5aa9cd5fe4732701a/core/src/components/infinite-scroll/test/top/infinite-scroll.e2e.ts#L6) is flaky only with Safari and on [CI](https://github.com/ionic-team/ionic-framework/actions/runs/13893653439/job/38891710657?pr=30259) - This might be related to the latest [Playwright upgrade](https://github.com/ionic-team/ionic-framework/pull/29840) - [CI test result](https://github.com/ionic-team/ionic-framework/actions/runs/13893653439/job/38891710657?pr=30259) - Trace: [test-results-16-20.zip](https://github.com/user-attachments/files/20430859/test-results-16-20.zip)
Currently, any time ion-toolbar changes in appearance, [a lot of screenshots](https://github.com/ionic-team/ionic-framework/pull/30371/files) have to be updated. Most of them are only being updated because they include `ion-toolbar` for labeling the test;...
### Prerequisites - [x] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#creating-an-issue). - [x] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [x] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...
### Prerequisites - [x] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#creating-an-issue). - [x] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [x] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...
Replace Karma (Jasmine) bundler tests with Jest + Puppeteer to keep real-browser parity while simplifying setup. ## What is the current behavior? - Karma is legacy and adds infra complexity....