1
0
mirror of https://github.com/MultiMote/niimblue synced 2026-01-19 19:37:11 +03:00
Commit Graph

62 Commits

Author SHA1 Message Date
MultiMote
388d3cf2ac Load label size on page load, preserve selected unit 2024-11-17 16:41:44 +03:00
MultiMote
27e24c5986 PNG export feature 2024-11-15 22:12:48 +03:00
MultiMote
1644227b79 Hide unsupported connection types 2024-11-14 22:13:25 +03:00
MultiMote
79276ab41d Set canvas rendering to pixelated 2024-11-10 18:47:45 +03:00
MultiMote
55a3142ff9 Add print offset functionality (#41) 2024-11-06 23:04:54 +03:00
MultiMote
33617bad74 Show used space in saved labels menu, show error when quota exceeded 2024-10-31 22:10:16 +03:00
MultiMote
10d90b84eb Apply font family to font list items 2024-10-31 17:38:38 +03:00
MultiMote
b36ac53f38 Fix switch to mm after filling with current parameters 2024-10-31 11:43:39 +03:00
MultiMote
88a2b98f29 Import/export label presets (#38) 2024-10-31 11:04:00 +03:00
MultiMote
4e5279e78e Fix dropdowns width on mobile devices 2024-10-31 10:00:33 +03:00
MultiMote
47dcc7e0c9 New save/load menu (#39) 2024-10-30 22:31:31 +03:00
Dani Martinez
e4e57f8644 Use new niimblue client eventemitter3 implementation (#37) 2024-10-30 18:50:24 +03:00
MultiMote
459bd4deef Refactoring, add ESLint config, apply ESLint recommendations 2024-10-29 21:11:48 +03:00
MultiMote
fdf797e426 Add battery icon 2024-10-28 22:31:12 +03:00
MultiMote
ab82af4e29 Extract some ImageEditor functions to ImageEditorUtils 2024-10-26 19:51:20 +03:00
MultiMote
bd110a6dfb Extract some constants 2024-10-24 17:36:26 +03:00
MultiMote
648a8bbebd Do not render IconPicker contents until it's open 2024-10-24 16:14:20 +03:00
MultiMote
eda14695c8 Add Ctrl+Z, Ctrl+Y, Ctrl+D hotkeys 2024-10-23 19:18:49 +03:00
MultiMote
1ea3ce4989 Rename ImageEditorUtils to ImageEditorObjectHelper 2024-10-23 19:06:54 +03:00
MultiMote
d17cc97b13 Fix keybord shortcuts and paste with focused input 2024-10-23 11:05:11 +03:00
MultiMote
9551294ec9 Add undo/redo functionality (#17) 2024-10-21 21:23:53 +03:00
MultiMote
30797c0a59 Saved label now stored as one field instead of two 2024-10-21 19:06:26 +03:00
MultiMote
46c4ef380c Fix printer debug info false values 2024-10-21 14:41:46 +03:00
MultiMote
e737f89cc0 Fix error on close preview when printer is disconnected 2024-10-20 17:17:21 +03:00
MultiMote
f608ea831d Label props: add button to fill with current parameters 2024-10-20 11:59:07 +03:00
MultiMote
5cdffc2946 Print tasks rework 2024-10-19 23:17:34 +03:00
MultiMote
b06892731b Avoid label decimal number dimensions when converting mm to pixels 2024-10-11 08:10:07 +03:00
MultiMote
bc6586537c Redesign printer connector 2024-10-10 23:01:23 +03:00
MultiMote
8da875eef3 Improve heartbeat functionality
* Auto start heartbeat
* Auto disconnect on 5 failed attempts
2024-10-10 22:03:27 +03:00
MultiMote
6c7f37a9b6 Upgrade niimbluelib, fix print status check for V1 print task 2024-10-09 16:36:48 +03:00
MultiMote
ebc3c7646f Add text edit button in cases where double-tapping does not work (#32) 2024-10-09 12:55:40 +03:00
MultiMote
c4ec2d0505 Do not wait for print finished in V1 task 2024-10-08 12:15:47 +03:00
MultiMote
bbf639d1b0 Upgrade niimbluelib, redesign debug menu, add hw/sw versions 2024-10-08 11:36:24 +03:00
MultiMote
e8a32e9007 Upgrade niimbluelib, enable rest of print task versions 2024-10-07 19:05:30 +03:00
MultiMote
ad2e1a48fd Refactor i18n 2024-10-04 10:01:21 +03:00
MultiMote
4a6c2c673d Disable paste if any dropdown is open 2024-10-03 17:31:12 +03:00
MultiMote
2fd747a006 Move save/load buttons to dropdowns 2024-10-03 15:02:07 +03:00
MultiMote
b1a290b49d Replace alert() to toasts 2024-10-03 13:42:21 +03:00
MultiMote
0b0de248cf Validate data on save/load
* Zod is used as data validation library
* Added toastify-js for error messages
2024-10-03 13:26:26 +03:00
MultiMote
c6bfad2c64 Remove example code 2024-10-02 11:42:52 +03:00
MultiMote
1dc6a6070b Add class property to MdIcon 2024-10-02 10:41:13 +03:00
MultiMote
502689d12a Code formatting 2024-10-02 10:35:46 +03:00
MultiMote
bf41fa2769 Move label template add button 2024-10-01 12:25:20 +03:00
MultiMote
48ba59d8b9 Move icon style 2024-09-27 23:35:10 +03:00
MultiMote
d63a16e2d0 Move to material-icons (#30) 2024-09-27 22:58:51 +03:00
MultiMote
ca25cd46da Make added objects selected 2024-09-27 11:28:59 +03:00
Xiang
8f6e4b9855 Add Paste Image and Text feature (#29) 2024-09-27 11:01:47 +03:00
MultiMote
bff9363bd5 New label dimensions editor (#27) 2024-09-26 22:43:36 +03:00
MultiMote
6e820c3a7f Barcode rendering rewrite (#21)
* Barcode lines now have crisp edges
* Added font size property to barcode
* Added scale factor to barcode
* Barcode can be free-scaled only vertically
2024-09-25 15:01:53 +03:00
MultiMote
cac2e1396c Refactor persistence, save/load confirmation 2024-09-20 11:04:00 +03:00