-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Implement UI to edit existing funnels #4369
Conversation
Turns out `extra` wasn't scanned properly with previous wildcards. I don't care any more, it's not slow.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job! I really appreciate the tests here.
I have it checked out locally, and I'm able to edit funnels and in the edit modal add steps to a funnel.
However, in the preview environment at https://pr-4369.review.plausible.io/pr4340.plausible.io/settings/funnels, in the modal, I'm not able add extra goals to the funnel.
Which is the expected behaviour? Am I reading it correctly that the tests don't cover adding a goal?
@apata definitely unexpected, can you tell me how to reproduce? |
Log in to a company in the https://pr-4369.review.plausible.io/ environment. Accept the invite to my site https://pr-4369.review.plausible.io/pr4340.plausible.io. Then try to edit the existing funnel. |
Ah, figured it out. My bad! I only had two goals in total and two steps in the funnel. As soon as I added a third goal, the Edit funnel modal offered me the choice to add another step to the existing funnel. |
Thanks for looking @apata, appreciate it! |
Not sure what you mean @apata, would you mind rephrasing this? What's a "revenue goal without the revenue appendix"? If you mean a Custom Event, then it's a separate goal. |
Hmm I think I see what you mean, when adding a goal it appears as an option, without the currency. |
Should be fixed by 8090687 |
Hehe, so fast! Well done, that was exactly it. From my side, the approval intensifies. |
Changes
This PR adds the option to edit exiting funnels and btw fixes the UI CSS quirks as a result of improper tailwind build configuration. The modal now displays nicer.
Tests
Changelog
Documentation
Dark mode