Update .env.example with clearer instructions for PRINTER_APP_URL, remove pdf-lib dependency from package.json, and adjust translations for alignment and zoom features across multiple locales. Improve template layout consistency in various components.

This commit is contained in:
Amruth Pillai
2026-01-24 10:43:12 +01:00
parent 4e73a81d4b
commit c875cc858d
79 changed files with 1399 additions and 1142 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ type Props = z.infer<typeof levelDesignSchema> & React.ComponentProps<"div"> & {
export function LevelDisplay({ icon, type, level, className, ...props }: Props) {
if (level === 0) return null;
if (type === "hidden") return null;
if (type === "hidden" || icon === "") return null;
return (
<div