Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new flat view mode and title filter #1249

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    3ef9ea4 View commit details
    Browse the repository at this point in the history
  2. Add a "flat view" mode for the feed list

    Idea is to show all feeds in a single list, without folders and other
    grouping elements, acting as a alternate for the reduced view mode.
    Persisting the choice for this mode also requires adding new config
    keys to the gsettings schema.
    
    This is the first part of a two-commit change (actually split after a
    'merge --squash') that will also add a filter box for feed titles.
    ittner committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    fe5d1e6 View commit details
    Browse the repository at this point in the history
  3. Add a text box to filter feed titles in reduced/flat view modes

    This is the second part of a two-commit change (actually split after
    a 'merge --squash').
    ittner committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    b33ae43 View commit details
    Browse the repository at this point in the history