Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Coderah
/
circuitpython
Public
forked from
adafruit/circuitpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
circuitpython
supervisor
shared
web_workflow
static
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 4, 2025
ignore newly added "clear" characters in the Web Workflow serial
Neradoc
committed
d439c85
View commit details
Copy full SHA for d439c85
View code at this point
Browse repository at this point
Commits on Sep 14, 2024
webworkflow warn before leaving page during upload. Allow upload to succeed if user clicks into a directory.
FoamyGuy
committed
a0d470a
View commit details
Copy full SHA for a0d470a
View code at this point
Browse repository at this point
Commits on Jan 18, 2024
Fix move, mkdir and tweak dir listing
Show description for 234ce7c
tannewt
committed
234ce7c
View commit details
Copy full SHA for 234ce7c
View code at this point
Browse repository at this point
Commits on Jan 16, 2024
Make SD cards available over web workflow
Show description for 25e862d
tannewt
committed
25e862d
View commit details
Copy full SHA for 25e862d
View code at this point
Browse repository at this point
Commits on Nov 28, 2023
Improve web workflow error handling
Show description for 8208ca3
tannewt
committed
8208ca3
View commit details
Copy full SHA for 8208ca3
View code at this point
Browse repository at this point
Commits on Apr 16, 2023
Static web pages:
Show description for 27a97de
thess
committed
27a97de
View commit details
Copy full SHA for 27a97de
View code at this point
Browse repository at this point
Commits on Dec 8, 2022
dotenv becomes settings.toml
jepler
committed
ef2bfdb
View commit details
Copy full SHA for ef2bfdb
View code at this point
Browse repository at this point
Commits on Sep 9, 2022
Update supervisor/shared/web_workflow/static/directory.html
askpatrickw
authored
c271a42
View commit details
Copy full SHA for c271a42
View code at this point
Browse repository at this point
Update supervisor/shared/web_workflow/static/directory.html
askpatrickw
authored
b50bafa
View commit details
Copy full SHA for b50bafa
View code at this point
Browse repository at this point
web workflow file system page
Show description for c5f014f
askpatrickw
authored
c5f014f
View commit details
Copy full SHA for c5f014f
View code at this point
Browse repository at this point
Commits on Sep 1, 2022
Add info and link for Web Workflow /code/ page
makermelissa
committed
8be2d65
View commit details
Copy full SHA for 8be2d65
View code at this point
Browse repository at this point
Commits on Aug 17, 2022
Merge pull request #6770 from tannewt/upload_folder
Show description for 3e60ec3
tannewt
authored
3e60ec3
View commit details
Copy full SHA for 3e60ec3
View code at this point
Browse repository at this point
Add offline message to web workflow /code/ page
makermelissa
committed
79628a7
View commit details
Copy full SHA for 79628a7
View code at this point
Browse repository at this point
Merge remote-tracking branch 'adafruit/main' into upload_folder
tannewt
committed
3aa5f60
View commit details
Copy full SHA for 3aa5f60
View code at this point
Browse repository at this point
Remove upload button and fix mkdir parents
tannewt
committed
9a5f00a
View commit details
Copy full SHA for 9a5f00a
View code at this point
Browse repository at this point
Merge pull request #6769 from tannewt/ww_move
Show description for 1287d9c
tannewt
authored
1287d9c
View commit details
Copy full SHA for 1287d9c
View code at this point
Browse repository at this point
Fix recursive delete, add upload labels and progress
tannewt
committed
3493be7
View commit details
Copy full SHA for 3493be7
View code at this point
Browse repository at this point
Commits on Aug 16, 2022
Edit .env and ignore canceled renames
tannewt
committed
e570349
View commit details
Copy full SHA for e570349
View code at this point
Browse repository at this point
Add /code/ for online editing
tannewt
committed
525eb71
View commit details
Copy full SHA for 525eb71
View code at this point
Browse repository at this point
Add uploading a directory and its contents
Show description for b6e2423
tannewt
committed
b6e2423
View commit details
Copy full SHA for b6e2423
View code at this point
Browse repository at this point
Add file and directory renaming
Show description for 85b0be8
tannewt
committed
85b0be8
View commit details
Copy full SHA for 85b0be8
View code at this point
Browse repository at this point
Commits on Aug 10, 2022
Merge pull request #6693 from RetiredWizard/sort_filemanager
Show description for b423520
tannewt
authored
b423520
View commit details
Copy full SHA for b423520
View code at this point
Browse repository at this point
Merge pull request #6731 from tannewt/ww_unicode
Show description for 08e3133
dhalbert
authored
08e3133
View commit details
Copy full SHA for 08e3133
View code at this point
Browse repository at this point
does pre-commit not like split lines?
RetiredWizard
authored
0b286b7
View commit details
Copy full SHA for 0b286b7
View code at this point
Browse repository at this point
new icons for web workflow with actual emojis
Neradoc
committed
9f4e8ef
View commit details
Copy full SHA for 9f4e8ef
View code at this point
Browse repository at this point
Commits on Aug 9, 2022
Decode percent encoded file paths and set charset
Show description for e0fb308
tannewt
committed
e0fb308
View commit details
Copy full SHA for e0fb308
View code at this point
Browse repository at this point
Sort json data rather than index of table data
RetiredWizard
authored
c8a5149
View commit details
Copy full SHA for c8a5149
View code at this point
Browse repository at this point
Commits on Aug 6, 2022
Don't need a variable to identify 'Path' column
RetiredWizard
authored
a87dcf2
View commit details
Copy full SHA for a87dcf2
View code at this point
Browse repository at this point
minor cleanup
RetiredWizard
authored
328fe4d
View commit details
Copy full SHA for 328fe4d
View code at this point
Browse repository at this point
Move sort from table class to async function
RetiredWizard
authored
b7d3ee1
View commit details
Copy full SHA for b7d3ee1
View code at this point
Browse repository at this point
Commits on Aug 5, 2022
Unnecessary handler removed
RetiredWizard
authored
ed6f9ea
View commit details
Copy full SHA for ed6f9ea
View code at this point
Browse repository at this point
A little bit more cleanup....
RetiredWizard
authored
85d959b
View commit details
Copy full SHA for 85d959b
View code at this point
Browse repository at this point
Ascending sort without mouse click
RetiredWizard
authored
9eb32f4
View commit details
Copy full SHA for 9eb32f4
View code at this point
Browse repository at this point
Sorts ascending without mouse click
RetiredWizard
authored
98fbaa8
View commit details
Copy full SHA for 98fbaa8
View code at this point
Browse repository at this point
Commits on Aug 3, 2022
Turn off edit links when not editable
RetiredWizard
authored
9e2f6df
View commit details
Copy full SHA for 9e2f6df
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.