Luc
79384ad3ee
Remove excessive bottom margin on pages
2024-08-21 18:51:25 +08:00
Luc
779883e2e9
remove .gz extension in url for local extension
...
Bump Version
Build packages
2024-08-21 09:15:54 +08:00
Luc
3c8f38f6fb
Bump version
...
Build packages
2024-08-16 13:40:42 +08:00
Luc
16ce347cd4
Fix typo in status panel that make it crash
...
Add sanity check if extension has no body
2024-08-15 16:29:49 +08:00
Luc
72742a9171
Fix typo on extra SD due to #396 thanks to DaKoarli for raising it
2024-08-12 10:59:03 +08:00
Luc
aedeff95ab
Fix FW git link go to to TFT instead of ESP3D thanks to SpankyDevil to pointing it
2024-08-11 09:28:17 +08:00
Luc
92e711a4aa
Clean console.log
...
Build packages
Bump version
2024-08-08 11:41:50 +08:00
Luc
d20ffd9773
Fix Up/Down key erratic behavior in terminal
2024-07-13 12:06:02 +08:00
Luc
0334b11695
Fix terminal history index reset is done at each panel refresh instead of unmount
...
Add reset of monitor history index to last if send empty line
2024-07-13 07:04:14 +08:00
Luc
5452a066a0
Remove debug
...
Add missing ref
Bump version
Rebuild package
2024-06-28 07:25:14 +08:00
Luc
f77d421e86
Fix click2go not displaying toast when saving settings due to typo
...
rename repository of clicktogo as click2go as the extension name
remove click2go console.log now is finalized
bump click2go version to 1.0.1 and build package
Remove auto toast messages in extensions API because it is extensions to handle toast on failure / success
Bump webui version and build packages
2024-06-23 07:28:45 +08:00
Luc
f741bc385f
Echo command if query request from extension is a command
...
Bump version
Finalize Click2go v1.0.0 extension
Build all packages
2024-06-22 10:16:29 +08:00
Luc
2e579083e6
Rebuild packages
...
Bump version
2024-06-19 18:25:16 +08:00
Luc
735ea6f718
Fix Bug in validation general due to moving out of component for Interface
...
Fix Temperatures Panel crash due to missing code definition for ContainerHelper
Add missing help entry for tooltip for select en boolean controls
Refactorize exportPreferencesSection to handle more cases
Remove usage of encodeURIComponent/decodeURIComponent for getting icon in extension
Update extensions sample code for capabilities, icons, extension_settings and modal
Update code for saving extensions data to rely on InterfaceSetting object instead of separate object
Finalize implementation for fields_modal
Update extension API documentation
Rewrite importPreferences to importPreferencesSection for more flexibility
Rewrite exportPreferences to exportPreferencesSection for more flexibility
Bump version
Build packages
2024-06-19 16:34:08 +08:00
Luc
9df6af0ba2
Add new extension API to allow extension to load and save data in preferences.json
2024-06-13 18:46:14 +08:00
Luc
bf315ecbb3
Add missing translation for gcodehost service
...
bump version
build packages
2024-06-11 10:16:36 +08:00
Luc
fe462aebba
Add full screen for panel/extra page feature
...
Refactoring close button on dashboard panels
Code cleaning
Bump version
Generate packages
2024-06-11 09:03:21 +08:00
Luc
e03d45ca69
Add extension feature to get available icons
2024-06-04 15:52:10 +08:00
Luc
cea3c089e7
Add more capabilies to capabilities extension type
2024-06-04 09:31:25 +08:00
Luc
16f26c8f04
Fix Macro on SD need to know the SD source
...
Thanks @michmela44 for pointing this out
2024-05-09 07:10:49 +08:00
Luc
33f06c5534
Better flow of error display and hide controls if needed
...
Build all packages
2024-04-09 19:45:18 +08:00
Luc
215d342b9e
Add disclaimer and change Emergency Stop to Quick Stop
2024-03-23 08:37:52 +08:00
Luc
087c13d7b2
bump version and build packages
2024-03-03 14:14:38 +08:00
Luc
9c187029eb
Fix typo thank @rondlh for pointing it
2024-02-05 10:23:50 +08:00
Luc
de26747bb6
Fix missing test in % real workaround
2024-01-25 08:03:37 +08:00
Luc
958d468321
Add enable shortcut as setting
...
Allow 3 digits for probe thickness
Use probe thickness setting step for probe panel probe thickness step
Improve real modulo issue workaround
2024-01-18 13:49:13 +08:00
Luc
ee193406d3
Fix racing condition resulting that first polling is corrupted
2024-01-15 17:25:45 +08:00
Luc
fea52692c7
Fix probe button not disabled if any error in probecnc panel
...
bump version
build packages
2023-12-31 11:23:30 +08:00
Luc
71331cb124
Fix typos thanks @michmela44 for raising them
...
Fix discrepancy between Interface setting and probe panel for probethickness setting thanks @michmela44 for raising it
Fix bug for step validation due to bug with float and operator %
Fix glitch UI when error in Probe panel (Note Probe button is not yet disabled if any error, need to add API for that later)
Add missing blur / haptic in buttons of probecnc and lasercnc panels
Bump version
Rebuild packages
2023-12-31 06:51:47 +08:00
Luc
7b1a520197
Remove Flash as Macro source for Marlin embedded because [ESP700] does nothing on Marlin FW
...
Fix `//` in path of SD macro if any
2023-12-21 09:53:14 +08:00
Luc
67f886ccb2
Bump version
...
Build all packages
2023-12-05 09:35:17 +08:00
Luc
332edf2d43
Bump version
...
Build all packages
2023-12-04 14:39:29 +08:00
Luc
74d5130d98
Bump version
...
Build packages
2023-12-04 09:14:42 +08:00
Luc
d373e54064
Fix #372 Thanks @DivingDuck for pointing this out
2023-11-15 08:08:04 +08:00
Luc
1187bd7643
Add lastmodified time on file upload
...
Bumb version
Build all packages
2023-10-13 13:08:15 +08:00
Luc
04d0a4fb89
Add tz ESP800 parameter for setting timezone
...
Fix typo in notes for time
Bump version
Rebuild all packs
2023-10-13 11:52:46 +08:00
Luc
fbf8450db5
Use new flag Streaming to enable streaming buttons instead of Screen for consistency
2023-10-04 07:41:52 +08:00
Luc
b58a461a1c
Add Play button for TFT screen on flash and SD
...
Fix Play button displayed on direct SD instead of shared sd on not ESP-TFT (e.g: ESP32Cam)
2023-10-03 19:01:21 +08:00
Luc
37932f057c
Add Ok parsing to speedup response processing from @ jamespearson04 suggestion
2023-10-03 13:13:34 +08:00
Luc
66435e7261
3.0 code base
2023-10-02 18:43:02 +08:00