Views/Filters Specific For Widgets
As simple as the header says. Widgets need these options independent of library setting. Essentially this shortcuts and/or can function as a library query.
I believe there is another suggest for queries/views/reports which may be similar, but I think at least with current app structure this may be a fairly straight forward fix to use homescreen as dashboard.. maybe.
With custom Launchers this all makes for a more dynamic front end pairing widgets set to certain views with launcher profiles such as "presentation" "forms" etc for various workplace scenarios

-
mukura commented
SELECT TITLE, view_type, filter_uuid FROM tbl_library WHERE view_type >= 0 ORDER BY view_type ASC
-
mukura commented
SELECT filter_name FROM tbl_filter_profiles WHERE filter_name is not null ORDER BY filter_name ASC