Carl-Gerhard Lindesvärd
71bf22af51
feature(queue): use postgres instead of redis for buffer
...
* wip(buffer): initial implementation of psql buffer
* wip(buffer): add both profile and bots buffer
2025-01-30 22:50:57 +00:00
Carl-Gerhard Lindesvärd
64a7e2ab26
improvements(dashboard): add headers to all overview tables to get a better understanding if its sessions or page views
2025-01-21 15:21:24 +00:00
Carl-Gerhard Lindesvärd
b38f3913c3
improvement(dashboard): improve modal and sheet headers
2025-01-21 15:20:52 +00:00
Carl-Gerhard Lindesvärd
154c79b840
improvement(dashboard): filter by clicking on country, better colors on dark/light mode
2025-01-21 15:20:35 +00:00
Carl-Gerhard Lindesvärd
f216a7b9c5
feature(dashboard): actually add password production to overviews
2025-01-21 15:19:50 +00:00
Carl-Gerhard Lindesvärd
08bfff94cf
improvement(dashboard): add interval selector on dashboard page
2025-01-21 15:18:30 +00:00
Carl-Gerhard Lindesvärd
00c76105d4
fix(dashboard): change "not set" to direct / not set
2024-12-30 20:59:05 +01:00
Carl-Gerhard Lindesvärd
2fc0ea6360
improve(dashboard): tooltip appearance and prose on dark mode
2024-12-30 20:58:05 +01:00
Carl-Gerhard Lindesvärd
3daddd8f57
fix(dashboard): improve map colors if system theme
2024-12-30 20:53:52 +01:00
Carl-Gerhard Lindesvärd
c4e815b405
fix(auth): improve oauth flow, fix invite flow (with google), add copy invite link
2024-12-30 20:09:25 +01:00
Carl-Gerhard Lindesvärd
c12eb80867
fix(dashboard): improvements to notifications templates
2024-12-29 22:48:06 +01:00
Carl-Gerhard Lindesvärd
964daef4c1
fix(dashboard): handle * (any events) for notifications
2024-12-27 21:51:17 +01:00
Carl-Gerhard Lindesvärd
14ed77bd78
fix(public): register links are broken
2024-12-21 11:19:35 +01:00
Carl-Gerhard Lindesvärd
8dec0aeb21
chore(dashboard): add support text on login
2024-12-20 23:07:33 +01:00
Carl-Gerhard Lindesvärd
d31d9924a5
feature(auth): replace clerk.com with custom auth ( #103 )
...
* feature(auth): replace clerk.com with custom auth
* minor fixes
* remove notification preferences
* decrease live events interval
fix(api): cookies..
# Conflicts:
# .gitignore
# apps/api/src/index.ts
# apps/dashboard/src/app/providers.tsx
# packages/trpc/src/trpc.ts
2024-12-20 22:23:07 +01:00
Carl-Gerhard Lindesvärd
f28802b1c2
chore(cookies): debug (revert this)
2024-12-19 21:44:56 +01:00
Carl-Gerhard Lindesvärd
cdd13778de
fix(dashboard+api): add cors + domain from onboarding
2024-12-11 23:35:11 +01:00
Carl-Gerhard Lindesvärd
f4ad97d87d
feature(dashboard): add ability to filter out events by profile id and ip ( #101 )
2024-12-07 21:34:32 +01:00
Carl-Gerhard Lindesvärd
ca985d4fa6
chore(dashboard): update serie icons
2024-12-03 21:09:19 +01:00
Carl-Gerhard Lindesvärd
9b28c5a464
feature(dashboard): add interval picker to the overview page
2024-12-03 21:07:25 +01:00
Carl-Gerhard Lindesvärd
ee598e3bdd
fix...
2024-11-28 21:07:48 +01:00
Carl-Gerhard Lindesvärd
ab8bce7752
chore(dashboard,db): prepping for migration time
2024-11-28 20:58:18 +01:00
Carl-Gerhard Lindesvärd
6f35562976
fix(dashboard): refresh each 60s instead
2024-11-27 12:52:26 +01:00
Carl-Gerhard Lindesvärd
82d438164e
improve(dashboard): stacked area chart and better dashed stroke (minor fix to bar chart)
2024-11-26 21:27:20 +01:00
Carl-Gerhard Lindesvärd
eb05e0ee33
fix(dashboard): do not listen to notifications if projectid is missing
2024-11-24 22:01:53 +01:00
Carl-Gerhard Lindesvärd
222b54b907
improve(funnel): revert the revert of the ui (api still reverted)
2024-11-23 23:55:11 +01:00
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
5326111337
fix(dashboard): broken af
2024-11-20 14:24:50 +01:00
Carl-Gerhard Lindesvärd
9c8badd68d
fix(dashboard): broken af
2024-11-20 14:19:48 +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
13f0c29fe3
fix(dashboard): remove force system theme
2024-11-15 22:29:06 +01:00
Carl-Gerhard Lindesvärd
23961c8865
fix(dashboard): remove force color scheme since it breaks the build
2024-11-13 22:20:38 +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
Carl-Gerhard Lindesvärd
71794c802c
feature(dashboard): add template for notification rules
2024-10-23 19:59:52 +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
Tobias Törnros
b2687a2289
chore(public): Change X links ( #53 )
...
* change link to x in footer
* change x link
---------
Co-authored-by: Carl-Gerhard Lindesvärd <1987198+lindesvard@users.noreply.github.com >
2024-10-11 23:10:53 +02:00
Marc Köhler
5b9e749866
feat(dashboard): formatTime add seconds ( #59 )
2024-10-09 10:07:36 +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