Patrick
c271a421bf
Update supervisor/shared/web_workflow/static/directory.html
2022-09-09 16:34:11 -07:00
Patrick
b50bafa22c
Update supervisor/shared/web_workflow/static/directory.html
2022-09-09 16:31:11 -07:00
Patrick
c5f014f2a6
web workflow file system page
...
Fixes #6884
2022-09-09 15:40:02 -07:00
Melissa LeBlanc-Williams
8be2d650c7
Add info and link for Web Workflow /code/ page
2022-09-01 12:26:33 -07:00
Scott Shawcroft
3e60ec3a3e
Merge pull request #6770 from tannewt/upload_folder
...
Add uploading a directory and its contents
2022-08-17 16:09:56 -07:00
Melissa LeBlanc-Williams
79628a7c41
Add offline message to web workflow /code/ page
2022-08-17 13:57:20 -07:00
Scott Shawcroft
3aa5f60cb9
Merge remote-tracking branch 'adafruit/main' into upload_folder
2022-08-17 13:15:37 -07:00
Scott Shawcroft
9a5f00a093
Remove upload button and fix mkdir parents
2022-08-17 11:31:11 -07:00
Scott Shawcroft
1287d9c22d
Merge pull request #6769 from tannewt/ww_move
...
Add file and directory renaming
2022-08-16 22:11:59 -07:00
Scott Shawcroft
3493be7757
Fix recursive delete, add upload labels and progress
2022-08-16 17:03:09 -07:00
Scott Shawcroft
e570349034
Edit .env and ignore canceled renames
2022-08-16 16:02:55 -07:00
Scott Shawcroft
525eb711c1
Add /code/ for online editing
2022-08-16 15:44:58 -07:00
Scott Shawcroft
b6e24230cf
Add uploading a directory and its contents
...
This only works for one top level directory at a time.
2022-08-16 14:41:10 -07:00
Scott Shawcroft
85b0be83bf
Add file and directory renaming
...
Internally this is done with a MOVE HTTP verb. It is modeled after
WebDAV MOVE but not exact to keep the Destination header shorter
and have more consistent response codes.
Fixes #6647
2022-08-16 13:51:40 -07:00
Scott Shawcroft
b423520eb3
Merge pull request #6693 from RetiredWizard/sort_filemanager
...
Add filename sort to web workflow file manager
2022-08-10 11:29:39 -07:00
Dan Halbert
08e3133435
Merge pull request #6731 from tannewt/ww_unicode
...
Decode percent encoded file paths and set charset
2022-08-10 13:13:53 -04:00
RetiredWizard
0b286b7e7e
does pre-commit not like split lines?
2022-08-10 10:44:06 -04:00
Neradoc
9f4e8efd2e
new icons for web workflow with actual emojis
2022-08-10 02:12:07 +02:00
Scott Shawcroft
e0fb308972
Decode percent encoded file paths and set charset
...
Also, fix multiple file uploads from directory browser.
Fixes #6646
2022-08-09 16:36:57 -07:00
RetiredWizard
c8a5149560
Sort json data rather than index of table data
2022-08-09 17:13:18 -04:00
RetiredWizard
a87dcf201b
Don't need a variable to identify 'Path' column
2022-08-05 22:35:57 -04:00
RetiredWizard
328fe4d2ea
minor cleanup
2022-08-05 22:07:22 -04:00
RetiredWizard
b7d3ee174a
Move sort from table class to async function
2022-08-05 21:49:18 -04:00
RetiredWizard
ed6f9eac04
Unnecessary handler removed
2022-08-05 02:06:45 -04:00
RetiredWizard
85d959b953
A little bit more cleanup....
2022-08-05 01:42:59 -04:00
RetiredWizard
9eb32f4dd1
Ascending sort without mouse click
2022-08-05 01:23:01 -04:00
RetiredWizard
98fbaa8ff9
Sorts ascending without mouse click
2022-08-05 00:58:57 -04:00
RetiredWizard
9e2f6dfc13
Turn off edit links when not editable
2022-08-03 17:56:43 -04:00
RetiredWizard
f3db5709c3
Add filename sort to web workflow file manager
2022-08-03 16:33:13 -04:00
Andy Warburton
019fbb1cb9
Merge branch 'main' of https://github.com/andywarburton/circuitpython
2022-08-02 21:10:46 +01:00
Andy Warburton
b67f3585e8
css tweaks for edit.html
...
added remote css support to webworkflow edit.html and moved in page css out to the external stylesheet.
2022-08-02 21:10:39 +01:00
Scott Shawcroft
b38109c488
Merge pull request #6682 from andywarburton/main
...
added remote CSS links to web work flow
2022-08-02 11:03:42 -07:00
Andy Warburton
5d653772cd
added version number to file name
...
added version number to file name
2022-08-02 16:43:40 +01:00
Andy Warburton
1448bcab6b
added remote CSS links to web work flow
...
added remote css URL to pull additional CSS from the circuitpython.org site (apologies for the black background - this is temporary, I'll send an update to the CP.org css *very* shortly that will undo this)
2022-08-02 16:36:20 +01:00
foamyguy
da8451b7cc
fix edit URL for files inside of directories
2022-08-01 21:56:11 -05:00
Scott Shawcroft
462eb71570
Merge pull request #6611 from FoamyGuy/webflow_edit_page
...
Webflow edit page
2022-07-29 16:30:53 -07:00
Dan Halbert
8b2f061563
Merge pull request #6666 from tannewt/fix_web_paste
...
Lots of web workflow, C3 and title bar fixes
2022-07-29 17:10:46 -04:00
Scott Shawcroft
51006f5eeb
Merge branch 'main' into webflow_edit_page
2022-07-29 10:03:07 -07:00
Scott Shawcroft
96e870dc77
Merge pull request #6662 from andywarburton/main
...
Added css support to web workflow
2022-07-29 09:42:13 -07:00
Scott Shawcroft
d6344812e8
Lots of web workflow, C3 and title bar fixes
...
* Fixes #6221 - C3 hang on `import wifi`. Enabling the WiFi PHY was
disabling USB. Now boards that use it set CONFIG_ESP_PHY_ENABLE_USB
explicitly.
* Fixes #6655 - Allows pasting into the web serial page. Fixes reading
more than 0xf bytes at a time.
* Fixes #6653 - Fixes web socket encoding of payloads >125 bytes. Can
happen when printing a long string.
* Fixes C3 responsiveness when waiting for key to enter REPL. (It
now correctly stops sleeping.)
* Disables title bar updates when in raw REPL. Related to #6548 .
* Adds version to title bar.
2022-07-28 16:06:56 -07:00
Scott Shawcroft
35797ff3f0
Remove trailing spaces
2022-07-28 12:52:41 -07:00
Andy Warburton
ac53e7e439
further refinements
2022-07-28 16:57:02 +01:00
Scott Shawcroft
8b6e4cc4e8
Delete trailing spaces
2022-07-28 08:18:52 -07:00
Scott Shawcroft
1332bb6534
Add newline
2022-07-28 08:16:16 -07:00
Andy Warburton
ccd6063284
Update welcome.html
...
Made html more semantic.
2022-07-28 16:08:05 +01:00
Andy Warburton
2a0e4f7ee2
added css support to web workflow
...
Added a bare minimum css implementation to web workflow to improve readability
2022-07-28 12:03:22 +01:00
Scott Shawcroft
1a7082ff1d
Add newline for pre-commit
2022-07-26 08:37:33 -07:00
foamyguy
0ef6871a93
save with ctrl-s
2022-07-25 19:30:44 -05:00
foamyguy
a33985a73f
change to basic <textarea> version
2022-07-25 19:15:43 -05:00
foamyguy
541e448100
set the href for edit links in the directory list
2022-07-15 19:56:29 -05:00