Extract mobile rules form to a new page (#5516)

This commit is contained in:
Matiss Janis Aboltins
2025-08-14 21:52:47 +01:00
committed by GitHub
parent da0ac0b144
commit 692ade7254
25 changed files with 260 additions and 98 deletions

View File

@@ -41,6 +41,7 @@
"test:debug": "yarn workspaces foreach --all --verbose run test",
"e2e": "yarn workspaces foreach --all --exclude desktop-electron --parallel --verbose run e2e",
"e2e:desktop": "yarn build:desktop --skip-exe-build && yarn workspace desktop-electron e2e",
"playwright": "yarn workspace @actual-app/web run playwright",
"vrt": "yarn workspaces foreach --all --parallel --verbose run vrt",
"vrt:docker": "./bin/run-vrt",
"rebuild-electron": "./node_modules/.bin/electron-rebuild -f -m ./packages/loot-core",