Bug 38899

Summary: Allow the Vue toolbar to be sticky
Product: Koha Reporter: Matt Blenkinsop <matt.blenkinsop>
Component: ERMAssignee: Matt Blenkinsop <matt.blenkinsop>
Status: Needs Signoff --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: jonathan.druart, jonathan.field, martin.renvoize, matt.blenkinsop, pedro.amorim
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: 38010    
Bug Blocks:    
Attachments: Bug 38899: Add a sticky toolbar
Bug 38899: Add a cypress test

Description Matt Blenkinsop 2025-01-15 10:14:08 UTC
We have sticky toolbars throughout Koha but this is not yet supported in Vue apps. The Toolbar component should have a sticky mode enabled
Comment 1 Matt Blenkinsop 2025-01-15 10:42:40 UTC
Created attachment 176545 [details] [review]
Bug 38899: Add a sticky toolbar

This patch adds a sticky toolbar to the vendors form

Test plan:
N.B: This patchset will not work on a sandbox

1) Navigate to Acquisitions and click New vendor
2) The toolbar should appear at the top of the page underneath Add vendor
3) Scroll down, the toolbar should stick and be given the 'floating' class
4) Scroll back up and the toolbar should unstick and lose the 'floating' class
Comment 2 Matt Blenkinsop 2025-01-15 10:42:42 UTC
Created attachment 176546 [details] [review]
Bug 38899: Add a cypress test