eopo
3b4a27ac3a
Merge 89eda4e7c4 into 69e164eee6
2026-02-20 23:01:43 +01:00
Claude
4a37cbc0c6
Update URL immediately when any form field changes
...
- Add @input handlers to text/number inputs (startNumber, prefix, leadingZeros)
- Add @change handler to checkbox (borderToggle)
- Remove updateUrl() call from generateLabels() since it's now handled by events
The URL now stays in sync with the form state at all times, not just
when clicking "Regenerate Labels".
2025-11-24 15:28:36 +00:00
Claude
71f735ca68
Add URL parameter support for repeatable label generation
...
Parameters (startNumber, prefix, leadingZeros, borderToggle) are now:
- Read from URL query string on page load
- Updated in URL when clicking "Regenerate Labels"
This allows bookmarking and sharing specific label configurations.
2025-11-23 17:39:34 +00:00
Claude
b1c2382a42
Fix label margins and gaps to match Avery L4731REV-25 specs
...
Update horizontal padding from 8.45mm to 8.6mm and gap from 2.55mm
to 2.5mm to match official Label Planet LP189/25 specifications
for Avery L4731REV-25 compatible labels.
2025-11-23 17:07:33 +00:00
eopo
89eda4e7c4
Refactored previous changes, reworded variable names, changed let's to const's where possible.
2024-06-18 15:33:20 +02:00
eopo
0d0162899d
Update index.html
2024-06-18 12:39:57 +02:00
eopo
edceabdbea
Update index.html
2024-06-18 12:09:17 +02:00
eopo
c2b2869174
Update index.html
2024-06-18 12:04:11 +02:00
Tobias L. Maier
d18719cc26
Merge pull request #5 from jdelker/main
...
fixed margings
2024-05-02 01:16:09 +02:00
Joerg Delker
12fedfe987
fixed margings
2024-04-30 23:15:35 +02:00
Tobias Ludwig Maier
fc8fc173b7
Iteration 2 for #4
2024-04-25 00:19:44 +02:00
Tobias Ludwig Maier
3878e691a4
Fix wdith & hight of list item due to box model #4
2024-04-25 00:09:58 +02:00
Tobias Ludwig Maier
7aeeba0167
Format code with prettier
2024-01-22 10:53:31 +01:00
LogMull
37c6ea8675
Use encodeURIComponent for API call as suggested.
2024-01-17 20:25:14 -05:00
LogMull
a0c7b1c37f
Replaced QR code API call
...
Previous API was deprecated (see https://developers.google.com/chart/infographics/docs/qr_codes ) and is being turned off for random intervals (see https://groups.google.com/g/google-visualization-api/c/Pzzya6ed14g?pli=1 ). Replaced with a new API to generate QR Codes
2024-01-14 14:23:08 -05:00
Tobias Ludwig Maier
eb1d4fb197
Set text size more dynamically
...
I am happy to learn of a CSS/TailwindCSS approach to make it even more dynamic
2023-12-28 23:37:04 +01:00
Tobias Ludwig Maier
a55fd71ec4
Improve form
...
- submit should re-generate the labels
- The input fields are required. This seem to not really have the desired effect, but we leave it
2023-12-28 23:10:11 +01:00
Tobias Ludwig Maier
87516406f9
Improve sizing of list items
...
- border and padding are now also in Millimeters
- The border is now bi-color and alternating
2023-12-28 23:01:54 +01:00
Tobias Ludwig Maier
60f06cf1e8
Document limitation
2023-12-28 22:36:40 +01:00
Tobias Ludwig Maier
15612319bb
Center labels in preview using container and mx-auto
2023-12-28 22:23:25 +01:00
Tobias Ludwig Maier
18221828a9
Add index.html and README
2023-12-27 23:38:26 +01:00