-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compact applications view #4079
Conversation
…compact-applications-view
…ity to provide text prop to InstanceStatusBadge making them extendable
…was lingering when deleting multiple instances
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4079 +/- ##
=======================================
Coverage 78.75% 78.75%
=======================================
Files 285 285
Lines 13045 13045
Branches 2907 2907
=======================================
Hits 10273 10273
Misses 2772 2772
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I ran into something strange and couldn't figure out why e2e tests are passing locally but failing in CI. I finally got to replicate the CI result by running the |
…iff in build mode
For the "X More" button too, I think it would look better as |
I'm not sure what I'm supposed to be looking at, I can't see the difference between the image you provided, the pr and what's on production
Didn't notice that, I fixed it
It was a quick fix to the fact that we don't have icons for all statuses a device can find itself in
done
done
Am doing my best to keep it under control. The biggest changes were the extraction of device/instance functionality into mixins so I won't repeat existing code and splitting the massive application component into smaller components |
…into 4015_compact-applications-view
Have also just added link :hover behaviour for the "More" and instance/device tiles too |
… have and removed leftover editor button checks
…into 4015_compact-applications-view
Description
Alter the applications view to make it more compact
Did not delete the previous application view styling & components. The previous components are interchangeable with the new ones, one could easily add a switch on top of the application view to toggle between the compact and wide application views.
We currently do not have or I couldn't find a device status component that would render icons instead of the status text so I defaulted to the existing device status pill for the time being. This can be sorted out in a follow up task.
Related Issue(s)
closes #4015
Checklist
flowforge.yml
?FlowFuse/helm
to update ConfigMap TemplateFlowFuse/CloudProject
to update values for Staging/ProductionLabels
area:migration
label