Skip to content

Change book chooser from grid to list #35

Description

@monte-hague

Replace BookItem tiles with a plain ListView of tappable text rows
no dividers, and tighter padding than a ListTile so more of the 66 books fit on screen. All book names and chapter counts which are hardcoded literals in the widget tree can come from bookIdToFullNameMap and bookIdToChapterCountMap, so they can't drift from the database. Because a list row is full width, the abbreviations e.g Deut etc become full book names, matching the reader's title bar. Tapping a book still opens the same ChapterChooser overlay, and single chapter books still skip it.

Also fix a bug, there is a missing dispose() for _chapterNotifier.

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions