Pad/internal/browser
Greg Pomerantz 3f1c881a06 browser: document lazy loading implementation plan
- Add detailed §15 lazy loading plan with 7 implementation steps
- Update Phase 2 checklist with specific tasks
- Add E2E test harness for browser files
- Refactor browser layout and handler structure
- Add .gitignore for common patterns

WIP: Actual lazy loading not yet implemented.
2026-05-31 18:43:46 +00:00
..
browser_test.go Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00
browser.go Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00
handlers.go Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00
index_test.go Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00
index.go Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00
layout_test.go Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00
layout.go browser: document lazy loading implementation plan 2026-05-31 18:43:46 +00:00
scroll_test.go Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00
search_test.go Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00
search.go Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00
sort_test.go Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00
sort.go Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00
types_test.go Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00
types.go Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00