Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add custom properties selection and filtering (#120)
* refactor: use reflection to create filter struct * feat: add new properties route * fix: use build time env vars to strip localhost script js * fix(tracker): remove greedy data medama selector * feat: add properties dashboard on homepage * chore: upgrade deps * fix(dashboard): non deduped lockfile * fix(dashboard): type errors * refactor: migrate statsdisplay to radix tabs * fix(query): use left join instead of only join * refactor: use radix tabs instead of mantine tabs * feat(dashboard): add basic combobox * feat: change the response format for easier dashboard processing * refactor: use native components for stats item * fix: use search params for property filtering * feat(core): add filtering by prop to all results * fix(core): linter errors * feat(core): do not return nested array and instead change results on filter * fix: allow clicking summary item for quick filter * fix(core): filter names and values work correctly now * fix(dashboard): expanded table view can filter * fix(dashboard): filter search correctly includes all names * chore(dashboard): upgrade deps * fix(dashboard): placeholder styles * fix: remove visitors stats on filters
- Loading branch information