- Remove currentBrowserState global and SetBrowserState from browser package - Browser now receives sortHandler as a parameter instead of using global state - Fix sort mode toggle: reload pages after clearing cache (was showing 'Loading...') - Add String() methods to all UI element types for debugging - Add e2e tests for sort mode functionality (5 tests) The editor now owns all state; the browser is a pure function receiving state and handlers through parameters. |
||
|---|---|---|
| .. | ||
| assertions.go | ||
| browser_files_test.go | ||
| capture.go | ||
| harness_test.go | ||
| harness.go | ||
| helpers.go | ||
| sort_mode_test.go | ||