forked from plausible/analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement UI to edit existing funnels (plausible#4369)
* Update tailwind config Turns out `extra` wasn't scanned properly with previous wildcards. I don't care any more, it's not slow. * Add interface for updating funnels * Extend ComboBox with the ability to preselect an initial value * Implement editing funnels UI * Update CHANGELOG * s/add_funnel/setup_funnel * modal width 2/5 => 2/3 * Let's not make the list disappear on modal pop-up * Fix the damn modal width again * Watch extra dir * Format * Remove commented code The test is implemented elsewhere * Track funnel modified to drop default selection * Fix screen size adoption and format large numbers * Preserve currency so that string casting includes it * Format * Fix ComboBox attribute for preselected option
- Loading branch information
Showing
12 changed files
with
349 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.