You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Route Persistence**: App now remembers your last visited page and returns to it on restart - ([dc2cb2c](https://github.com/pliablepixels/zmNg/commit/dc2cb2cfc5c805f2345095e24462b9f585dff2d2))
10
+
- Each profile independently tracks its last visited route
11
+
- First-time setup now navigates to Monitors view instead of Dashboard
12
+
- Route persistence saved per-profile in settings
13
+
- Excludes setup/profile management routes from being saved
14
+
7
15
### 🐛 Bug Fixes
8
16
9
17
- Add missing comma in package.json - ([997e545](https://github.com/pliablepixels/zmNg/commit/997e545a65774e2e94203857930152c1c0239438))
18
+
- Remove redundant module-level failsafe that caused E2E test failures - ([dc2cb2c](https://github.com/pliablepixels/zmNg/commit/dc2cb2cfc5c805f2345095e24462b9f585dff2d2))
19
+
- Removed 3-second failsafe from profile store that was triggering prematurely
20
+
- Now relies solely on React-based 5-second timeout in App.tsx
21
+
- Fixes flaky E2E tests by giving initialization more time
22
+
- Fix flaky "clear event filters" E2E test - ([dc2cb2c](https://github.com/pliablepixels/zmNg/commit/dc2cb2cfc5c805f2345095e24462b9f585dff2d2))
23
+
- Removed `{ force: true }` from click action
24
+
- Added proper wait for button visibility before clicking
10
25
- Add failsafes to prevent Android splash screen hang on app restart - ([31d97c7](https://github.com/pliablepixels/zmNg/commit/31d97c744df141e5e50e9793493f21f566c1cb91))
0 commit comments