Commit Graph

368 Commits

Author SHA1 Message Date
saifullah-N
432279d1f1 vite@3.2.5 2022-12-24 11:30:22 +05:30
saifullah-N
4525324a4a makefile rm bbserial version change 2022-12-24 11:08:53 +05:30
saifullah-N
9a86d11d1e help fix done 2022-12-23 16:39:23 +05:30
saifullah-N
a8ae56719d app.js svelte 2022-12-23 15:24:47 +05:30
saifullah-N
e47dcf8e57 SettingsView without props 2022-12-23 14:54:21 +05:30
saifullah-N
b56742ea77 log help 2022-12-23 14:43:34 +05:30
saifullah-N
cd2e95364d no log 2022-12-23 12:31:59 +05:30
saifullah-N
fe0c829233 getTitle after get Template 2022-12-23 12:23:50 +05:30
saifullah-N
99d77d8bdf template.help fix 2022-12-23 12:03:20 +05:30
saifullah-N
48d2ff1aa2 getTemplate help fix 2022-12-23 12:02:44 +05:30
saifullah-N
b4ec4c329e debug help template 2022-12-23 11:38:21 +05:30
saifullah-N
e8d5eee95b help?: string | undefined; configTemplatednput.svelte 2022-12-23 11:27:14 +05:30
saifullah-N
0645cbb2ab config.py version !!help in Settings view help fix 2022-12-23 00:53:42 +05:30
saifullah-N
fde5ed3ac7 config help fix 2022-12-23 00:41:02 +05:30
saifullah-N
20360b983b ConfigTemplate !! help 2022-12-23 00:21:23 +05:30
saifullah-N
a1faa15015 screen rotation web.py fix 2022-12-22 23:44:36 +05:30
saifullah-N
60c63763de network response test 2022-12-22 23:28:45 +05:30
saifullah-N
873af60317 style fix 2022-12-22 23:22:49 +05:30
saifullah-N
00c69371b4 pakage.json and package lock from 1.1.0 2022-12-22 18:10:10 +05:30
saifullah-N
417e25bbcb makefile from 1.1.0 2022-12-22 17:31:51 +05:30
saifullah-N
4cb28048f3 uninstall package-lock.json 2022-12-21 21:47:14 +05:30
saifullah-N
9cefba5c79 wifiName fix 2022-12-21 20:11:16 +05:30
saifullah-N
3672f4c375 pug fix 2022-12-21 16:58:55 +05:30
saifullah-N
b54027a64e pakage.json fix 2022-12-21 16:52:27 +05:30
saifullah-N
ddebef5e5f vite not found fix 2022-12-21 16:44:41 +05:30
saifullah-N
e93296ef00 v1.0.9 changes from 1.1.1 2022-12-21 16:26:22 +05:30
David A. Carley
09095a0b4d Merge pull request #74 from OneFinityCNC/v1.1.1-dev
Merge the "v1.1.1-dev" branch
2022-09-14 14:16:59 -07:00
David Carley
0ea001eb7d Fixed a syntax issue with old Chrome 2022-09-14 21:08:58 +00:00
David Carley
19554c9a91 Change version to 1.1.1 2022-09-14 05:58:34 +00:00
David Carley
c4b99d0e88 Fixed the upgrade indicator 2022-09-14 05:56:11 +00:00
David Carley
5019ea5438 Inputs on motors/io/tool pages weren't activating Save on input. 2022-09-14 05:38:17 +00:00
David Carley
623608be53 Removed the rest of the comment header blocks. 2022-09-14 05:28:47 +00:00
David Carley
a09ec6c563 Brought back "disable safety prompts" for probing 2022-09-14 05:11:39 +00:00
David Carley
c7670ce7cc Fixed a bug with filenames with non-ascii chars 2022-09-14 03:16:26 +00:00
David Carley
981f9cfe79 Reduce package size a bit 2022-09-14 02:58:42 +00:00
David Carley
23abeb9e84 A bit of build and installer cleanup. 2022-09-14 02:58:24 +00:00
David Carley
f76fc064fd Removed the "jig" source. 2022-09-14 00:40:00 +00:00
David Carley
f8190f9734 Removed stray console.log 2022-09-13 12:37:19 +00:00
David Carley
c6490fd7b2 The Settings page was saving numbers as strings. 2022-09-13 02:17:32 +00:00
David Carley
1a44fe3c8e Fixed the controller UI from hanging after estop 2022-09-13 00:24:31 +00:00
David Carley
fcc4ed8b03 Tweak to the support script 2022-09-13 00:08:38 +00:00
David Carley
ca70091347 Small tweak to the image creation script 2022-09-12 04:29:04 +00:00
David Carley
6a851a5a79 Added "/media" to the paths to clean 2022-09-12 04:23:32 +00:00
David Carley
11ba03fdc5 Fixed support for Logitech F310 2022-09-12 02:32:21 +00:00
David Carley
9ee617157e Fixed not selecting the file just uploaded 2022-09-12 01:19:26 +00:00
David Carley
b770901576 Fix a couple issues with time management 2022-09-12 00:13:57 +00:00
David Carley
55595e5fb8 Added a "remote diagnostics" tool 2022-09-12 00:05:57 +00:00
David Carley
d151e668e2 Fixed spacing issues on the Help page 2022-09-11 17:55:30 +00:00
David Carley
7d365007ec Rebuilt the Help screen in Svelte 2022-09-11 17:52:36 +00:00
David Carley
2851239ce4 Improved gamepad support
- Gamepads are now recognized by their "vendor" and "product" codes only.
- It was previously including other information like name, version etc
- Added a new item on the Settings page for "default gamepad type"
- If a gamepad is not "recognized", it is treated as the default type
2022-09-11 17:28:53 +00:00