stash/pkg/sqlite
gitgiggety 4c144db510
Performers listing improvements (#1671)
* Add sorting on image and gallery count to performers
* Make performer table headers translatable
* Add image and gallery count to performers table
* Make sure list table container fits the table

Make the table container minimally as wide as the table. This fixes the
table "overflowing" to the left and right and the left not being
accessible.

* Remove unnecessary truncation in tables

IMO there is no need to truncate the title in the scenes table and the
name in the performers table. This because both tables also contain an
image which means that multiple lines should be possible without really
extending the height of the row. Furthermore both tables contain other
values which might be way longer and also aren't wrapped (like tags and
performers for scenes, and aliases for performers).
2021-08-26 09:41:18 +10:00
..
filter.go Fix hierarchical criteria performance issue (#1643) 2021-08-17 13:43:22 +10:00
filter_internal_test.go Always wrap filter conditions in parentheses (#1577) 2021-07-14 18:29:59 +10:00
gallery.go [Feature] Better resolution search (#1568) 2021-08-02 13:22:39 +10:00
gallery_test.go [Feature] Better resolution search (#1568) 2021-08-02 13:22:39 +10:00
image.go Add various filter criteria (#1505) 2021-06-23 09:10:20 +10:00
image_test.go [Feature] Better resolution search (#1568) 2021-08-02 13:22:39 +10:00
movies.go Add various filter criteria (#1505) 2021-06-23 09:10:20 +10:00
movies_test.go Fix movies sorting, scene studio editing (#1478) 2021-06-04 09:21:17 +10:00
performer.go Performers listing improvements (#1671) 2021-08-26 09:41:18 +10:00
performer_test.go Fix Performer Studio filtering (#1483) 2021-06-06 15:05:05 +10:00
query.go Add (not) between modifiers for number criterion (#1559) 2021-08-12 10:24:16 +10:00
repository.go Filter studio hierarchy (#1397) 2021-06-03 20:52:19 +10:00
saved_filter.go Saved filters (#1474) 2021-06-16 14:53:32 +10:00
saved_filter_test.go Saved filters (#1474) 2021-06-16 14:53:32 +10:00
scene.go Order sceneDuplicateChecker results by size (#1639) 2021-08-18 13:11:57 +10:00
scene_marker.go Filter studio hierarchy (#1397) 2021-06-03 20:52:19 +10:00
scene_marker_test.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
scene_test.go [Feature] Better resolution search (#1568) 2021-08-02 13:22:39 +10:00
scraped_item.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
setup_test.go [Feature] Better resolution search (#1568) 2021-08-02 13:22:39 +10:00
sql.go Add (not) between modifiers for number criterion (#1559) 2021-08-12 10:24:16 +10:00
stash_id_test.go Query bug fixes (#1510) 2021-06-21 15:48:28 +10:00
studio.go Add various filter criteria (#1505) 2021-06-23 09:10:20 +10:00
studio_test.go Filter studio hierarchy (#1397) 2021-06-03 20:52:19 +10:00
tag.go Add (not) between modifiers for number criterion (#1559) 2021-08-12 10:24:16 +10:00
tag_test.go Actually implement TagFilter.marker_count (#1603) 2021-08-04 13:39:24 +10:00
transaction.go Saved filters (#1474) 2021-06-16 14:53:32 +10:00