[UI] Month scroll (#12092)

* Vertical scrolling calendar view

* Add new setting to control calendar horizon

* Keep refetching data as user scrolss

* Adjust view based on configured setting

* Reduce padding

* Simplify calendar layout

* Docs tweak

* Split out display settings

* Adjust playwright test

* Reduce reliance on transient dialogs
This commit is contained in:
Oliver
2026-06-06 11:05:33 +10:00
committed by GitHub
parent b9c063fe31
commit 37b409e991
11 changed files with 755 additions and 698 deletions
@@ -278,7 +278,7 @@ test('Purchase Orders - Calendar', async ({ browser }) => {
await page.getByRole('button', { name: 'Feb' }).waitFor();
await page.getByRole('button', { name: 'Dec' }).click();
await page.getByText('December').waitFor();
await page.getByText('December').first().waitFor();
// Put back into table view
await activateTableView(page);