Commit Graph

162 Commits

Author SHA1 Message Date
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
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
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
9b28c5a464 feature(dashboard): add interval picker to the overview page 2024-12-03 21:07:25 +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
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
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
4846390531 fix(dashboard): fixed minor ui issues and errors 2024-10-16 23:07:41 +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
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
Carl-Gerhard Lindesvärd
f65a633403 feature(dashboard): add integrations and notifications 2024-10-02 22:41:35 +02:00
Carl-Gerhard Lindesvärd
d183705481 fix(dashboard): only show the first 10 projects in dropdown 2024-09-20 15:15:24 +02:00
Carl-Gerhard Lindesvärd
febf0df475 fix(dashboard): enable edit org name 2024-09-20 15:14:34 +02:00
Carl-Gerhard Lindesvärd
32e91959f6 chore(root): migrate to biome 2024-09-18 23:46:11 +02:00
Carl-Gerhard Lindesvärd
7219921a80 fix(logger): remove browser logging and add loggers to root pkgjson 2024-09-13 22:53:21 +02:00
Carl-Gerhard Lindesvärd
c819c18962 fix(root): add hyperdx and better logging 2024-09-13 22:05:25 +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
27b814eba2 fix(dashboard): reduce re-renders for pages table 2024-09-05 22:10:20 +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
ad3132478a feat(dashboard): edit events 2024-09-05 21:14:42 +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
478943a90b fix openpanel script in dashboard 2024-08-28 15:15:58 +02:00
Carl-Gerhard Lindesvärd
2be2ff3e12 better handling dates in clickhouse 2024-08-28 10:53:23 +02:00
Carl-Gerhard Lindesvärd
df05e2dab3 Self-hosting! (#49)
* added self-hosting
2024-08-28 09:28:44 +02:00
Carl-Gerhard Lindesvärd
616afd0c06 improve real time speed 2024-08-12 22:45:00 +02:00
Carl-Gerhard Lindesvärd
fdb3737659 skip event count in event list 2024-08-12 22:37:46 +02:00
Carl-Gerhard Lindesvärd
e72573d21b fix 2024-08-10 00:31:39 +02:00
Carl-Gerhard Lindesvärd
ac9cbae138 use latest openpanel/nextjs package (1.0.0) 2024-08-09 23:09:04 +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
0fea45c9f7 rename IServiceCreateEventPayload 2024-07-21 23:55:04 +02:00
Carl-Gerhard Lindesvärd
3993b493e3 prep events partition 2024-07-19 22:08:22 +02:00