dpw summary now shows filter regardless of number of records; moved threshold for requiring filter to config; additional space in dump_query() formatting
renamed DBIx -> App::DBIx; removed unnecesary select() as parent select method always calls query() which does the required re-bless function im our over-ridden query() method; provided additional methods row() and value(), as documented [unused in this app]
used alternative re-bless method inside DBIx query() and select() methods to provide new DBIx::Simple::Result::column() method, avoids using Module::Runtime
used Module::Runtime to get App::DB::Result::column() working, but only with conventional 'package' syntax, does not work via Feature::Compat::Class and maybe Perl 5.34 due to inability to find DBIx::Simple::Result despite multiple BEGIN blocks; login.tt still needs 'main' layout
discontinued layout, all content delivered by home.tt; adjusted test files to get record count from new 'home' request since htmx requests bypass index (home) page containing footer