Bug 34427

Summary: Fix responsive table style in the OPAC for items tables
Product: Koha Reporter: Fridolin Somers <fridolin.somers>
Component: OPACAssignee: Owen Leonard <oleonard>
Status: RESOLVED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 31248    
Bug Blocks:    
Attachments: Screenshot of current mobile display
Screenshot of top issues
Screenshot of items 21.11

Description Fridolin Somers 2023-07-26 21:45:20 UTC
Like Bug 31248 fixed some tables in OPAC, items (holdings) tables needs to be fixed to be responsive like before.
Comment 1 Fridolin Somers 2023-07-26 21:45:38 UTC
Created attachment 153942 [details]
Screenshot of current mobile display
Comment 2 Fridolin Somers 2023-08-28 20:22:36 UTC
I see 22.05 has .ui-tabs-panel in this selector :

https://git.koha-community.org/Koha-community/Koha/src/branch/22.05.x/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss#L211

It has been removed since Bug 29226
Maybe add some class from new tabs.
Comment 3 Owen Leonard 2023-09-01 18:24:02 UTC
I think this is a duplicate of Bug 34129
Comment 4 Fridolin Somers 2023-09-01 21:41:33 UTC
No I mean before the table had no column in mobile view, like in top issues table (see screenshot).

See screenshot of items table in 21.11
Comment 5 Fridolin Somers 2023-09-01 21:41:49 UTC
Created attachment 155158 [details]
Screenshot of top issues
Comment 6 Fridolin Somers 2023-09-01 21:42:10 UTC
Created attachment 155159 [details]
Screenshot of items 21.11
Comment 7 Fridolin Somers 2024-07-05 10:17:51 UTC
Looks great now