Pad/internal/browser
Greg Pomerantz ccd258306e browser: fix search when SortIndex is unavailable
recomputeSearchResults now falls back to searching loaded Pages
directly when SortIndex is not available, instead of returning nil
results. This fixes all search tests and handles the brief window
between app launch and index completion.
2026-06-03 14:22:06 -04:00
..
browser_test.go Fix browser page scrolling by initializing EntryHeight and correcting scroll handler type assertion 2026-06-01 10:57:34 -04:00
browser.go Fix bugs in e2e tests and remove list item selection highlight 2026-06-02 13:30:09 -04:00
handlers.go Bug fixes. 2026-06-03 10:38:29 -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 Fix browser page scrolling by initializing EntryHeight and correcting scroll handler type assertion 2026-06-01 10:57:34 -04:00
layout_test.go fix(browser): fix directory navigation and entry tapping 2026-06-02 08:14:59 -04:00
layout.go browser: fix search when SortIndex is unavailable 2026-06-03 14:22:06 -04:00
lazy_loading_test.go feat(browser): Implement lazy loading and E2E tests for browser 2026-06-01 20:37:59 -04:00
manager_test.go fix: resolve navigation and file content loading issues 2026-06-02 10:23:43 -04:00
manager.go fix: resolve navigation and file content loading issues 2026-06-02 10:23:43 -04:00
navigation_test.go Bug fixes. 2026-06-03 10:38:29 -04:00
pixel_scroll_test.go Fix browser page scrolling by initializing EntryHeight and correcting scroll handler type assertion 2026-06-01 10:57:34 -04:00
scroll_test.go fix(browser): fix search scrolling, clamping and zero-result search behavior 2026-06-01 21:22:11 -04:00
search_test.go fix(browser): fix search scrolling, clamping and zero-result search behavior 2026-06-01 21:22:11 -04:00
search.go Fix bugs in e2e tests and remove list item selection highlight 2026-06-02 13:30:09 -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 Fix browser page scrolling by initializing EntryHeight and correcting scroll handler type assertion 2026-06-01 10:57:34 -04:00
types.go fix: resolve navigation and file content loading issues 2026-06-02 10:23:43 -04:00