cal/packages/prisma
alannnc 96af17d8d7
feat: OOO booking-forwarding (#12653)
* feat-profile-forwarding

* fix for promises of handling

* fix badge success color

* clean up

* fix suggested changes

* Changed design on booking-forward pages and moar test

* taking care of suggested changes, trpc errors and code cleaning

* improve text

* fix conflicting data-testid

* fix unique data-testid

* fix error css-global, email button styles, error conditional

* rename files to match functionality, remove away ui

* Add translations and migration

* remove log

* small fixes + improvements

* fix styles to match new design

* merge fixes

* Fix styles dark mode

* Solving merge conflicts from earlier

* Fix/change test to match new elements

* use trash icon button insted of dots (design issues)

* only send email if toUserId is set

* Fix date picker dark mode

* merge with remote

* removed status field from table and email its now for notify

* small text improvement in email

* check for team plan not paid plan

* fixes and clean up due to removing status

* fix old send request name to new behaviour

* more naming improvements and text

* remove status from handle-type

* code clean up

* fix type error

---------

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2024-01-10 17:04:02 +00:00
..
client add an enum generator, stop importing from @prisma/client (#8548) 2023-05-02 13:44:05 +02:00
middleware perf: bookings query improvement (#10687) 2023-08-24 11:14:10 +02:00
migrations feat: OOO booking-forwarding (#12653) 2024-01-10 17:04:02 +00:00
selects feat: Shows link location and respective icon in /bookings (#12760) 2023-12-18 01:28:49 +00:00
zod Team webhooks (#8917) 2023-05-23 01:15:29 +00:00
.env Adds symlink to use DATABASE_URL from root 2022-08-12 11:23:30 -06:00
delete-app.ts One jest to rule them all (#3957) 2022-08-29 22:33:53 +00:00
docker-compose.yml Revert "Matches postgres image across projects" 2022-12-22 17:11:31 -07:00
enum-generator.ts add an enum generator, stop importing from @prisma/client (#8548) 2023-05-02 13:44:05 +02:00
index.ts chore: Insights readonly DB client (#12373) 2023-11-15 14:50:20 -07:00
package.json chore: upgrade to prisma 5.3.1 (#11666) 2023-10-12 17:46:35 +03:00
schema.prisma feat: OOO booking-forwarding (#12653) 2024-01-10 17:04:02 +00:00
seed-app-store.ts feat: Zoho Calendar (#10429) 2023-09-25 14:04:37 +05:30
seed-insights.ts add an enum generator, stop importing from @prisma/client (#8548) 2023-05-02 13:44:05 +02:00
seed-performance-testing.ts perf: bookings query improvement (#10687) 2023-08-24 11:14:10 +02:00
seed-utils.ts test: Seed GCal test credentials (#12596) 2023-12-20 14:28:24 -05:00
seed.ts test: Seed GCal test credentials (#12596) 2023-12-20 14:28:24 -05:00
zod-utils.ts feat: Allow org creation with conflicting slug and renaming team slug during migration (#13065) 2024-01-07 08:51:59 +05:30