Remove use of template strings
Open
size:S
task
- Dominant language
- JavaScript
- Stars
- 400
- Forks
- 89
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 146
Description
### Description
Right now, FlowFuse makes use of Vue template strings in 6 places, all of which are table cell definitions.
These inline templates should be extracted to standalone files so they can be pre-compiled during build.
Right now we need to ship the full build of vue including the runtime compiler to be able to render those files.
This will reduce the bundle size and improve lint-ability
### Epic/Story
_No response_
### Have you provided an initial effort estimate for this issue?
I have provided an initial effort estimate
Contributor guide
Assessment
This issue has not been assessed yet.