flowfuse
flowfuse copied to clipboard
Build bespoke, flexible, and resilient manufacturing low-code applications with FlowFuse and Node-RED
## Description Review and standardize spacing/padding usage across the codebase. Mixed usage of Tailwind classes - Need to review and standardize spacing/padding usage across the codebase. ## Acceptance Criteria -...
## Description Upgrade to newer Tailwind version with container queries support. Currently writing unnecessary CSS code because the project is on an older Tailwind version that doesn't support container queries....
## Description Fix the typing animation of the FlowFuse expert in the FlowFuse app. It currently renders an additional line that is removed again when the message is finished. ##...
## Description Add unit and system level tests for the Expert Assistant feature, particularly improving test coverage for forge/routes/api/expert.js which currently has 37.14% coverage with 22 lines missing. ## Context...
## Description Clean up nav bar alignment in Node-RED editor view. ## Context From PR #6234 description. ## Acceptance Criteria - [ ] Fix nav bar alignment issues
## Description Add pin mode functionality to make the drawer part of the UI rather than a slide over. ## Context From PR #6234 description, mentioned to @gstout52. ## Acceptance...
## Description Consider summoning each of the tabs directly from icons on the left side instead of common button at top. ## Context From PR #6234 description. ## Acceptance Criteria...
## Description Fix or remove ff-tooltips and move to default browser tooltips instead. ## Context From PR #6234, suggested by Steve-Mcl and seconded by cstns. Related issues: #2770 and #5804...
## Description This issue tracks the need to address responsiveness problems with tab content inside the drawer when viewed in the immersive Node-RED editor. ## Context This is a follow-up...
## Description Dialogs spawned from buttons within the immersive editor drawer were not centering on screen due to CSS positioning context issues. The drawer uses position: fixed with transform properties,...