Commit Graph

134 Commits

Author SHA1 Message Date
Carl-Gerhard Lindesvärd
b0c8e25b0a Revert "improve(funnel): make sure group by profile id works as you would think"
This reverts commit 56edb91dd0.
2024-11-23 23:39:58 +01:00
Carl-Gerhard Lindesvärd
56edb91dd0 improve(funnel): make sure group by profile id works as you would think 2024-11-23 21:52:11 +01:00
Carl-Gerhard Lindesvärd
cd16ac878d chore(root): rename organizationSlug to organizationId (#91) 2024-11-20 14:04:55 +01:00
Carl-Gerhard Lindesvärd
eab92bb780 fix(public): fix problems with building #2 2024-11-13 22:12:17 +01:00
Carl-Gerhard Lindesvärd
a022cb4831 feature(public,docs): new public website and docs 2024-11-13 21:15:46 +01:00
Carl-Gerhard Lindesvärd
8c4d157633 feature(dashboard): remember last selected range 2024-10-23 21:47:59 +02:00
Carl-Gerhard Lindesvärd
2329982cd1 fix(dashboard): actually lazy load reports 2024-10-23 20:15:17 +02:00
François Best
e7d135dddb chore(dashboard): Update nuqs to v2 (#80)
* chore: Update nuqs to v2

* chore: Remove `clearOnDefault: true` (now the default)

* chore: Import from nuqs/server in server-side code.

Those imports don't contain the "use client" directive which may cause issues
on function-based parsers.

* chore: Update to nuqs@2.0.2

This actually sets clearOnDefault: true by default, which was omitted from the v2 release.
2024-10-23 19:57:38 +02:00
Carl-Gerhard Lindesvärd
c4a2ea4858 feature(dashboard): add more settings for funnels
* wip
* feature(dashboard): add more settings for funnels
2024-10-21 10:13:57 +02:00
Carl-Gerhard Lindesvärd
4846390531 fix(dashboard): fixed minor ui issues and errors 2024-10-16 23:07:41 +02:00
Carl-Gerhard Lindesvärd
ffbb08a5de fix(dashboard): fix select event for retention 2024-10-16 10:47:17 +02:00
Carl-Gerhard Lindesvärd
f977c5454a feature(dashboard): add new retention chart type 2024-10-16 10:18:16 +02:00
Carl-Gerhard Lindesvärd
857a2b01d3 improve(dashboard): make actions sticky on the right for data table 2024-10-15 22:02:35 +02:00
Carl-Gerhard Lindesvärd
b693d0ba2b fix(dashboard): duplicate members 2024-10-15 21:39:02 +02:00
Carl-Gerhard Lindesvärd
36ca39c8c8 fix(dashboard): validation issues when creating webhook or discord integration 2024-10-07 11:03:16 +02:00
Carl-Gerhard Lindesvärd
f450a2871b fix(dashboard,api): minor improvement for integrations and notifications 2024-10-03 20:48:37 +02:00
Carl-Gerhard Lindesvärd
4329960bd9 fix(dashboard): remove popup from slack integrations 2024-10-03 20:16:03 +02:00
Carl-Gerhard Lindesvärd
edfc8c8d18 try(dashboard): slack integration window does not work (test 2) 2024-10-03 10:17:39 +02:00
Carl-Gerhard Lindesvärd
30f16c5be6 try(dashboard): slack integration window does not work (test 1) 2024-10-03 09:56:01 +02:00
Carl-Gerhard Lindesvärd
ea27ca1e0a fix(dashboard): add organizationId to the webhook url 2024-10-03 09:33:18 +02:00
Carl-Gerhard Lindesvärd
e5605745de Revert "chore(dashboard): hide notifications since api is not released"
This reverts commit 7706dcd341.
2024-10-03 09:07:20 +02:00
Carl-Gerhard Lindesvärd
7706dcd341 chore(dashboard): hide notifications since api is not released 2024-10-02 23:15:17 +02:00
Carl-Gerhard Lindesvärd
f65a633403 feature(dashboard): add integrations and notifications 2024-10-02 22:41:35 +02:00
Carl-Gerhard Lindesvärd
da9df80079 fix(api,dashboard): use correct id with formula 2024-09-30 22:28:06 +02:00
Carl-Gerhard Lindesvärd
8fdc3e4033 chore(dashboard): typos 2024-09-30 22:06:47 +02:00
Carl-Gerhard Lindesvärd
2032f49345 fix(dashboard): better dashed line for charts 2024-09-20 15:14:54 +02:00
Carl-Gerhard Lindesvärd
0959ede055 fix(dashboard): remove loading state when we already have some data 2024-09-20 15:01:08 +02:00
Carl-Gerhard Lindesvärd
3ca3079737 fix(dashboard): improved funnels visually and removed bugs 2024-09-18 23:46:38 +02:00
Carl-Gerhard Lindesvärd
32e91959f6 chore(root): migrate to biome 2024-09-18 23:46:11 +02:00
Carl-Gerhard Lindesvärd
54132016ba design(dashboard): adjust overview metric chart 2024-09-12 10:28:45 +02:00
Carl-Gerhard Lindesvärd
558761ca9d refactor(dashboard): the chart component is now cleaned up and easier to extend 2024-09-12 09:30:48 +02:00
Carl-Gerhard Lindesvärd
3e19f90e51 fix(dashboard): get properties and createdAt for profiles 2024-09-11 12:18:10 +02:00
Carl-Gerhard Lindesvärd
2258fed24a fix(dashboard): remove unecessary portal 2024-09-10 23:30:41 +02:00
Carl-Gerhard Lindesvärd
3ee3ee902e feat(dashboard): add domain toggle for top sources 2024-09-10 23:30:41 +02:00
Carl-Gerhard Lindesvärd
b19a874a0b feat(dashboard): add basic search to profiles 2024-09-05 22:08:35 +02:00
Carl-Gerhard Lindesvärd
9881f34e53 feat(dashboard): add quick filter for origin 2024-09-05 21:19:38 +02:00
Carl-Gerhard Lindesvärd
ad3132478a feat(dashboard): edit events 2024-09-05 21:14:42 +02:00
Carl-Gerhard Lindesvärd
07940c7cc5 fix(dashboard): fix event properties combobox 2024-09-05 18:13:44 +02:00
Carl-Gerhard Lindesvärd
18b3bc3018 feat(dashboard): reuse reports filter on overview and add more operators (#31) 2024-09-05 15:55:31 +02:00
Carl-Gerhard Lindesvärd
7e941080dc feat(dashboard): added new Pages 2024-09-04 11:19:10 +02:00
Carl-Gerhard Lindesvärd
668434d246 Feature/move list to client (#50) 2024-09-01 15:02:12 +02:00
Carl-Gerhard Lindesvärd
2be2ff3e12 better handling dates in clickhouse 2024-08-28 10:53:23 +02:00
Carl-Gerhard Lindesvärd
96326ad193 better previous indicator and funnel 2024-08-20 23:27:04 +02:00
Carl-Gerhard Lindesvärd
a6b3d341c1 use ids instead of alphabets (index) 2024-08-20 21:42:14 +02:00
Carl-Gerhard Lindesvärd
a5b06c8af0 show 20 metrics cards 2024-08-20 09:45:21 +02:00
Carl-Gerhard Lindesvärd
9fcc31319d fix combobox-advanced 2024-08-11 23:33:47 +02:00
Carl-Gerhard Lindesvärd
3d0474d07b fix height combobox (virtual list) 2024-07-24 22:50:59 +02:00
Carl-Gerhard Lindesvärd
0e361c1c52 refetch only when window is active 2024-07-24 22:45:48 +02:00
Carl-Gerhard Lindesvärd
1b613538cc first working cli importer 2024-07-21 23:55:04 +02:00
Carl-Gerhard Lindesvärd
ba381636a0 fix combobox filter 2024-07-21 12:01:20 +02:00