ADD - support home screen app folders

This commit is contained in:
smx.pusha
2026-08-13 13:15:25 +02:00
parent 90909e41f2
commit bc4b439eb6
15 changed files with 1976 additions and 194 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ describe('widget layout', () => {
instance.id.startsWith('wallet-'),
)
expect(added).toMatchObject({ column: 0, page: 2, row: 0, size: 'small' })
expect(added).toMatchObject({ column: 0, page: 1, row: 4, size: 'small' })
})
it('moves a widget and reflows a displaced neighbor', () => {