esp when the user first opens the task builder, the icons of the task loads fairly slowly (maybe because it has to fetch it, and it's not rendered right away) -- should load immediately
pot sols:
- somehow prerender icons somewhere invisible and then portal it to the task builder after
- inline svging the icons? rn rendered through Next.js's Image component
esp when the user first opens the task builder, the icons of the task loads fairly slowly (maybe because it has to fetch it, and it's not rendered right away) -- should load immediately
pot sols: