mirror of
https://github.com/plausible/analytics.git
synced 2024-12-27 19:47:26 +03:00
b3ff695797
* Add Heroicons dependency
* Add name_of/1 html helper
Currently with Floki there's no way to query for
`[name=foo[some]]` selector
* Update changelog
* Make goal deletion possible with only goal id
* Remove stale goal controllers
* Improve ComboBox component
- make sure the list options are always of the parent input width
- allow passing a suggestion function instead of a module
* Stale fixup
* Update routes
* Use the new goals route in funnel settings
* Use a function in the funnel combo
* Use function in the props combo
* Remove old goals form
* Implement new goal settings
* Update moduledoc
* Fix revenue switch in dark mode
* Connect live socket on goal settings page
* Fixup
* Use Heroicons.trash icon
* Tweak goals search input
* Remove unused alias
* Fix search/button alignment
* Fix backspace icon alignment
* Delegate :superadmin check to get_for_user/3
I'll do props settings separately, it's work in progress
in a branch on top of this one already. cc @ukutaht
* Rename socket assigns
* Fixup to
|
||
---|---|---|
.. | ||
api | ||
site | ||
auth_controller.ex | ||
billing_controller.ex | ||
error_report_controller.ex | ||
helpers.ex | ||
invitation_controller.ex | ||
page_controller.ex | ||
site_controller.ex | ||
stats_controller.ex | ||
unsubscribe_controller.ex |