I have been playing with the SPA Bundle in the Generate Assets node of the Main.flow. I have a few questions:
Is this the correct place to make those updates?
If I change or add something, can I just zip my extract up and upload it? Or will some references be broken
Is changing text in Footer.tsx sufficient (I saw something in a js file as well)?
How do we replace the logo? Does it have to be SVG format?
I’d like to make some changes to this agent that will be more specific to my needs and branding will be kind of important. I’m sure I’m not the only one. Can we document the procedure here because the changes I made resulting in a swirling icon after spending for the research (test).
You are close! Yes, download the ZIP of the current bundle. It’s just a react app, so you can start it using npm run dev and make any changes you like. When you are done, you will need to run npm run package. This will give you a new ZIP file that you can upload to the SPA bundle.
As for actually modifying the content, it is just standard React—nothing MindStudio about it. So a bit outside our support to help there, but any of the AI coding assistants will be able to help you!
What a MF’er LOL. So much Ubuntu stuff to install, then I had a conflict with Docker (running n8n on that). But, finally got it updated. Just waiting to see what the end result looks like, and if it resolves. It’s clear why it didn’t on my initial attempts. I need to write this process down!
The only thing that didn’t work was changing the logo. Nothing displays now. I had to convert to svg but the code didn’t look quite as pretty as yours. If there’s a trick to that, I’d love to know it. I’ll document it for you!
Got it working. The challenge I had was that the SVG version of my logo was not compatible with the way you had implemented yours. Thankfully, AI was ultimately able to help where SVG editing tools were not (they’re done).
Here’s where the last little problem is (maybe you have a hint). When I share the link to the generated report I now get [object Object] on the browser tab instead of the favicon and the Title of the report. I may have inadvertently broken this somewhere along the way (early) but just can figure out where this is managed.