analytics/lib/plausible_web/live/shields
Adrian Gruntkowski d5a1d6765e
Implement custom events suggestions (#4092)
* Start suggesting event names in goal settings form

* Fix tests

* Bump phoenix_live_view to 0.20.12

* Implement a criminal hack to track removal of modal's child live components

* Revert "Implement a criminal hack to track removal of modal's child live components"

This reverts commit f34ceb78f1.

* Remove redundant closing brace from currency combo input

* Hide batch goal add button when tab selection is in progress

* Implement unique modal ID regenerated on every modal close/open cycle

* Use unique modal ID as ID suffix to live components in goal settings form

* Reset suffix on tab selection to reset live components state on switch

* Revert "Bump phoenix_live_view to 0.20.12"

This reverts commit 1b1c801981.

* Make unique IDs more predictable

* Fix tests for `GoalSettings.Form`

* Use unique modal ID in country rule modal

* Use unique modal ID in hostname rule modal

* Use unique modal ID in page rule form modal

* Don't limit detected goals when fetching them for autoconfigure

* Escape interpolated Alpine state function argument

* Exclude goals with whitespace on either end or consisting only of whitespace

* Ensure event name suggestions update after goal deletion

* Avoid showing loading spinner when closing modal

* Don't enable spinner when new combobox selection is identical

* Revert "Don't enable spinner when new combobox selection is identical"

This reverts commit a041ba8542.
2024-06-11 08:28:25 +02:00
..
countries.ex Shield: Country Rules (#3828) 2024-02-27 12:08:13 +01:00
country_rules.ex Implement custom events suggestions (#4092) 2024-06-11 08:28:25 +02:00
hostname_rules.ex Implement custom events suggestions (#4092) 2024-06-11 08:28:25 +02:00
hostnames.ex Hostnames shield (#3990) 2024-04-16 20:30:20 +02:00
ip_addresses.ex Shield: Country Rules (#3828) 2024-02-27 12:08:13 +01:00
ip_rules.ex Shield: Country Rules (#3828) 2024-02-27 12:08:13 +01:00
page_rules.ex Implement custom events suggestions (#4092) 2024-06-11 08:28:25 +02:00
pages.ex Reapply 3918 (#3940) 2024-03-25 10:36:22 +01:00