Implemented frontend external barcode lookup workflow + a plugin for Open Food Facts (closes #158)

This commit is contained in:
Bernd Bestel
2025-01-11 20:04:32 +01:00
parent a2c2049037
commit c9ffe4885d
9 changed files with 101 additions and 16 deletions

View File

@@ -403,7 +403,8 @@ Grocy.FrontendHelpers.ShowGenericError = function(message, exception)
bootbox.alert({
title: __t('Error details'),
message: '<p class="text-monospace my-0">' + errorDetails + '</p>',
closeButton: false
closeButton: false,
className: "wider"
});
}
});