Bug 39538 - Replace UserCSS system preference with snippets
Summary: Replace UserCSS system preference with snippets
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-03 08:06 UTC by Lisette Scheer
Modified: 2025-04-03 08:15 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lisette Scheer 2025-04-03 08:06:13 UTC
Currently the UserCSS's are just a big blob of CSS with each piece unrelated to the next. 

It would be nice if we replaced the system preference with individual "snippets". These could live somewhere like HTML customizations.

This would bring more organization to CSS customization. It could also allow staff to see how created/edited/deleted certain blocks much easier.

It could also make it easier to incorporate different permission checks for who can create/edit/delete CSS 

Similar to Bug 38706. 

This could also be helpful for adding CSS to Mana eventually?