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

75 Commits

Author SHA1 Message Date
Xiang
b1ddacae5b Language selector clickable on mobile devices now (#53) 2024-11-18 12:28:25 +03:00
Xiang
731aa19fd2 Add missing Simplified Chinese translation (#52) 2024-11-18 11:51:19 +03:00
Manny
45dd301f32 Add Italian translation, i18n fixes (#50) 2024-11-17 20:11:33 +03:00
MultiMote
388d3cf2ac Load label size on page load, preserve selected unit 2024-11-17 16:41:44 +03:00
Manny
3d18380799 Add German translation (#48) 2024-11-16 23:18:08 +03:00
MultiMote
27e24c5986 PNG export feature 2024-11-15 22:12:48 +03:00
MultiMote
b6780f7eab Remove version from footer (it static so far) 2024-11-14 22:16:00 +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
f10807af80 Fix type error 2024-11-06 23:15:21 +03:00
MultiMote
55a3142ff9 Add print offset functionality (#41) 2024-11-06 23:04:54 +03:00
MultiMote
2e2dc99479 Replace IText with Textbox (#44) 2024-11-05 21:07:15 +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
efd1dc2fb9 Remove "public" keyword (public by default) 2024-10-18 22:57:21 +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
Xiang
36e80dcc45 Add missing Simplified Chinese translation (#31) 2024-10-08 07:21:02 +03:00
MultiMote
e8a32e9007 Upgrade niimbluelib, enable rest of print task versions 2024-10-07 19:05:30 +03:00
MultiMote
1522487393 Fix typo 2024-10-04 11:18:11 +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