mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 11:06:36 +00:00
Cosmetic Update (#753)
* UI changes * New (header) style was missing on some pages * Added/changed new localization strings * Unify page titles / apply .title class everywhere * Reduce spacing below page title Co-authored-by: Bernd Bestel <bernd@berrnd.de>
This commit is contained in:
@@ -52,14 +52,14 @@ $("#user-filter").on("change", function()
|
||||
}
|
||||
});
|
||||
|
||||
$(".status-filter-button").on("click", function()
|
||||
$(".status-filter-message").on("click", function()
|
||||
{
|
||||
var value = $(this).data("status-filter");
|
||||
$("#status-filter").val(value);
|
||||
$("#status-filter").trigger("change");
|
||||
});
|
||||
|
||||
$(".user-filter-button").on("click", function()
|
||||
$(".user-filter-message").on("click", function()
|
||||
{
|
||||
var value = $(this).data("user-filter");
|
||||
$("#user-filter").val(value);
|
||||
|
Reference in New Issue
Block a user