Commit Graph

106 Commits

Author SHA1 Message Date
Ben Allfree 54eeaa8978 enh: add discord and github buttons 2026-04-17 05:07:57 -07:00
Ben Allfree 2846e0c7f0 docs: meshforge docs update 2026-04-17 03:32:18 -07:00
Ben Allfree 60b46a078a feat: add documentation link button to HomePage for easy access 2026-04-17 03:25:15 -07:00
Ben Allfree 45dc7aac68 style: update link and code styles in prose-invert for improved readability 2026-04-17 03:25:09 -07:00
Ben Allfree 3235864063 feat: featured projects 2026-04-17 02:53:44 -07:00
Ben Allfree 1c318d0a6b Add default branch support in repo handling. Updated repoTags and schema to include defaultBranch field. Enhanced RepoPage to navigate to default branch when no tags are present, and adjusted tag options to include default branch if not already a tag. 2026-04-11 22:21:48 -07:00
Ben Allfree 0d1f983324 Enhance repo scanning and tag handling by integrating meshforge.yaml parsing. Added support for environment capabilities and meshforge configuration in scan and tag operations. Updated related functions to aggregate and filter environment names and tags based on the meshforge profile. 2026-04-11 21:27:12 -07:00
Ben Allfree 1ec72c81b4 consolidate 2026-04-11 05:09:59 -07:00
Ben Allfree c28955c920 ui updates 2026-04-11 04:07:16 -07:00
Ben Allfree f638b0bba9 favicons 2026-04-10 22:43:53 -07:00
Ben Allfree e1f8631c51 home page redesign 2026-04-10 22:40:52 -07:00
Ben Allfree 2774d0ae4e Refactor nRF flash plan logic to include fallback scanning for *.uf2 files when no manifest is present. Update EspFlasher component to clarify reasons for limited reset options in the UI. 2026-04-10 22:27:59 -07:00
Ben Allfree f14c848857 tdeck fix 2026-04-10 22:02:28 -07:00
Ben Allfree ca43841da8 Refactor EspFlasher component to implement factory reset functionality and update flash manifest handling. Modify buildFlashParts to support factory and update sections in manifests, ensuring proper erase policies. Enhance user interface to reflect changes in reset behavior and provide clearer warnings regarding data loss during flashing. 2026-04-10 18:36:44 -07:00
Ben Allfree 8a527530aa Improve progress reporting in firmware flashing by adjusting the calculation of overall percentage to account for uncompressed image size. Update console log messages to clarify the reporting of compressed stream data during the flashing process. 2026-04-10 17:57:11 -07:00
Ben Allfree a298086999 Enhance progress animations in CSS by updating the shimmer effect to use a linear timing function and adding a new throb animation for progress fill. Implement reduced motion preferences for accessibility. Update RepoPage component to utilize the new throb animation class for progress indication. 2026-04-10 17:49:07 -07:00
Ben Allfree a9e1e38b74 Refactor firmware flashing process by updating EspFlasher component to support new props for GitHub links and download functionality. Modify buildFlashParts to handle optional LittleFS images based on resetDeviceStorage flag. Enhance emit-flash-manifest.py to exclude factory images from USB bundles. Update CI workflows to improve artifact staging and documentation generation. 2026-04-10 17:34:12 -07:00
Ben Allfree 8618c201f2 update flash table 2026-04-10 16:50:28 -07:00
Ben Allfree 986e2f2501 highight dropdown selection fix 2026-04-10 16:44:30 -07:00
Ben Allfree ff67199e82 fuzzy target search 2026-04-10 16:34:58 -07:00
Ben Allfree 33dbffeb8f update flash button behavior 2026-04-10 16:30:23 -07:00
Ben Allfree 61a1457a36 console logging 2026-04-10 16:24:34 -07:00
Ben Allfree 1af200eb39 Enhance firmware flashing process by updating emit-flash-manifest.py to merge target family metadata from PlatformIO when missing. Updated CI workflows to pass additional parameters for improved manifest generation. Refactor EspFlasher component to utilize target environment for better flash handling and error messaging. Improved error handling and user feedback during the flashing process. 2026-04-10 11:03:36 -07:00
Ben Allfree 61095ede6a CI builder progress view enhancements 2026-04-10 06:20:29 -07:00
Ben Allfree d83e8aa918 Update CI workflows to include actions/checkout@v4 and enhance flash layout functionality. Added optional handling for flash manifest images and improved sorting of flash parts. Updated .gitignore to include __pycache__ and .wrangler. 2026-04-10 06:10:57 -07:00
Ben Allfree f39f1cbc27 Enhance EspFlasher component with completion state and visual feedback. Added a new 'complete' progress state to indicate successful firmware flashing, along with a corresponding UI update to display a success message. Improved error handling to ensure progress state resets only on failure. 2026-04-10 06:02:46 -07:00
Ben Allfree cf689d351d Add support for W3C Web Serial API types and enhance EspFlasher component. Updated package.json and tsconfig.json to include new type definitions. Improved EspFlasher functionality with progress tracking and error handling during firmware flashing. Refactored espFlashLayout and espFlashRun for better firmware resolution and flashing process. Updated RepoPage to handle flash view state and integrate flashing functionality. 2026-04-10 05:59:51 -07:00
Ben Allfree 8b34ad2d5b Add README fetching and decoding functionality in RepoPage. Enhanced error handling and improved rendering of README content with support for relative URLs. Updated API response handling to include download URL. 2026-04-10 00:59:43 -07:00
Ben Allfree dc8cbb48ca Refactor CI failure handling in RepoPage and update error messages in formatBuildErrorSummary. Improved user feedback for build retries and adjusted UI logic to show CI failure state more accurately. 2026-04-10 00:51:57 -07:00
Ben Allfree 4e5da31332 wip 2026-04-10 00:41:23 -07:00
Ben Allfree 1bf494f6b3 wip 2026-04-10 00:06:17 -07:00
Ben Allfree 54be07e6cc wip 2026-04-09 23:27:06 -07:00
Ben Allfree e6bcf4c01e wip 2026-04-09 18:58:57 -07:00
Ben Allfree 3a543de36b vike migration 2025-12-06 17:12:03 -08:00
Ben Allfree c03a82479f feat: implement architecture hierarchy generation and enhance plugin compatibility checks 2025-12-05 18:22:00 -08:00
Ben Allfree 097d1bcd05 feat: implement code-splitting for routes in App component using React.lazy and Suspense 2025-12-05 08:54:45 -08:00
Ben Allfree 92ca820288 feat: update LandingPage content to highlight extended Meshtastic capabilities and custom firmware options 2025-12-05 00:28:19 -08:00
Ben Allfree cb5a44a19d feat: add RedditButton component and integrate it into Navbar and LandingPage 2025-12-05 00:19:23 -08:00
Ben Allfree 4556e8acb4 refactor: clean up imports in BuildProgress component by removing unused plugin resolution functions 2025-12-04 17:31:34 -08:00
Ben Allfree 4b2410e432 refactor: remove unused plugin resolution logic from BuildProgress component 2025-12-04 17:28:02 -08:00
Ben Allfree 5b4a7a2e36 feat: enhance PluginToggle and BuildNew components with support for implicit dependencies and dynamic labeling 2025-12-04 17:13:49 -08:00
Ben Allfree 7e5777f1b4 enh: add dynamic background color to ModuleToggle based on exclusion status 2025-12-04 16:39:48 -08:00
Ben Allfree 0ea7fc3c18 refactor: revert bad labeling on core module toggles 2025-12-04 16:38:38 -08:00
Ben Allfree 7e02a83d47 refactor: update BuildProgress component to generate GitHub discussion URLs and improve issue reporting 2025-12-04 16:28:06 -08:00
Ben Allfree e378692e6b feat: display excluded modules and enabled plugins in BuildProgress component 2025-12-04 16:17:12 -08:00
Ben Allfree b232e399b1 feat: enhance BuildProgress component with admin controls and build retry functionality 2025-12-04 14:51:48 -08:00
Ben Allfree b6c23d7322 feat: add sign-in button for unauthenticated users in Navbar component 2025-12-04 14:51:38 -08:00
Ben Allfree dde7b813b1 feat: add flashing help links for ESP32 and nRF52 in BuildDownloadButton and ProfileFlash components 2025-12-04 14:20:23 -08:00
Ben Allfree 780f20ed60 fix: correct punctuation in BuildNew component description 2025-12-04 13:54:44 -08:00
Ben Allfree 7236a74141 feat: add DiscordButton component and integrate into Navbar and LandingPage 2025-12-04 13:54:39 -08:00