#neven-marinkovic_code

1 messages · Page 1 of 1 (latest)

fresh swanBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1362555220894421252

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

fringe prairie
#

Hi there

#

I still see the UI component on each page within the dashboard
Which UI component are you referring to specifically? A screenshot would be helpful here

silent dove
#

I did not use the command "stripe apps remove view ViewName" when I deleted them. I deleted the Customers.tsx, Customers.test.tsx, Home.tsx, and Home.test.tsx files from the project directory. I also removed references to these views in manifest.js and stripe-app.json

silent dove
fringe prairie
#

Ah, gotcha

#

The panel you see on the right is expected behavior. You can close the view with the x at the top

silent dove
#

Got it. So there is no way to only see a UI component on one specific page? The component will automatically populate on each view and you have the ability to 1. close out of it using the X 2. customize the view for that page. Is this a correct understanding?

fringe prairie
#

That's correct. You can also close the app altogether by clicking the "B" icon at the top (next to the testmode toggle in your screenshot)

#

I think you're seeing the view on the right auto expand/open because you're using stripe apps start explicitly, is that correct?

silent dove
#

I am using that command, correct.

fringe prairie
#

If you've uploaded your app to test mode, you can also just navigate to the Dashboard and see what this looks like without auto expanding/opening. You'll just see the app icon at the top (next to the test mode toggle)

silent dove
fringe prairie
#

Correct!

#

I don't see the component auto expand with the test app I've created on my end. If I click on my app's icon while on a page where I have not explicitly created a view, I see the same "Choose a page..." message

silent dove
#

Awesome. Thank you so much for your help and quick responses!

fringe prairie
#

Sure thing!

silent dove
fringe prairie
#

Nope, I did this in the older test mode

silent dove
fringe prairie
#

Is your terminal still running by any chance (where you ran stripe apps start)?

silent dove
#

It is not still running.

fringe prairie
#

I can't reproduce this 🤔

#

What does your src/views directory look like?

silent dove
#

Let me know if you want to see specific files

fringe prairie
#

Give me a few more minutes please

#

Okay, so the behavior you're seeing is expected when working with the app from the account that developed the app. The drawer will not be displayed automatically when in production/when used from an account that did not develop the app