Crowdin Bot
fe364bd2da
New Crowdin translations by Github Action
2023-10-17 00:12:06 +00:00
Greg Pabian
f2ecd9818a
fix: build locale based on validated codes and regions ( #11912 )
...
* fix: build locale based on validated codes and regions
* keep html lang stable
* fix type error
2023-10-16 17:29:35 +01:00
alannnc
fefb6acc57
feat: download insights raw data as csv ( #11645 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-10-16 13:27:25 +02:00
Udit Takkar
bab72a5d2e
test: Non admin members cannot create team in org ( #11525 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-10-16 11:06:08 +02:00
Alex van Andel
899b59620d
v3.4.0
2023-10-14 15:45:26 +01:00
Raj Patel
c75b5bec07
fix: Toast message variable issue ( #11879 )
2023-10-14 14:39:17 +00:00
Peer Richelsen
6238c625ae
chore: fix AddToHomescreen.tsx ( #11888 )
...
* Update AddToHomescreen.tsx
* fixed text
2023-10-14 11:45:23 +00:00
Greg Pabian
a5fa2ef8d0
chore: add tests for locale and directionality; set html.dir when the session locale is available ( #11853 )
2023-10-13 10:27:10 -07:00
Chiranjeev Vishnoi
cbab279c3b
overflow of webhooks container in event settings fixed ( #11871 )
2023-10-13 11:39:06 +00:00
Siddharth Movaliya
61be5c9bc1
fix: Button icons tooltips opening out of view due to padding issue ( #11847 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-10-13 11:17:12 +00:00
Omar López
20803451de
chore: upgrade to prisma 5.3.1 ( #11666 )
...
Co-authored-by: Peer Richelsen <peer@cal.com>
2023-10-12 17:46:35 +03:00
Meenu Yadav
aaa6616777
fix: Background colour ( #11844 )
...
* fix: /event-type-single: Button icons tooltips opening out of view due to padding issue
* fix: background colour
* Remove padding
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-10-12 12:43:36 +00:00
Hariom Balhara
db059d84c3
fix: Duplicate Calendar Invites on rescheduling an accepted booking that requires confirmation ( #11827 )
2023-10-12 14:29:29 +02:00
Daniel Roe
833fe7c7b7
fix(prisma): don't declare prisma as a global object and explicitly import it ( #11839 )
2023-10-11 23:53:54 +01:00
Abhinav-Developer-23
916ee66be2
fix: [CAL-2612] missing icon: request reschedule fixed #11829 ( #11836 )
2023-10-11 20:37:04 +01:00
Greg Pabian
d72a1ee328
hotfix: use session locale when dealing with SSG-ed pages ( #11831 )
2023-10-11 16:15:11 +01:00
Udit Takkar
ebc70feef0
refactor: org settings ( #11682 )
2023-10-11 10:04:54 +01:00
Udit Takkar
226ac889c7
refactor: event type settings improvements ( #11615 )
2023-10-11 10:03:54 +01:00
Alex van Andel
38f389bce9
fix: newLocale fallback to 'en' locale ( #11808 )
2023-10-10 15:06:48 -07:00
Alex van Andel
0f92afb4bd
v3.3.7
2023-10-10 22:39:40 +01:00
Alex van Andel
ff3a9d03a4
fix: Bring back dir attr using Intl ( #11806 )
...
Co-authored-by: Omar López <zomars@me.com>
2023-10-10 21:28:41 +00:00
Greg Pabian
778485b31d
refactor: implementation of locale calculated server-side ( #11534 )
2023-10-10 09:36:28 -07:00
sean-brydon
b4c6388ce0
feat: overlay your calendar ( #11693 )
...
* Init header + login modal component
* Add calendar settings for authed user
* Local storage and using query params for toggle
* Toggle connect screen if query param present and no session
* Local storage + store + way more than that should be in single commit
* Display busy events on weekly view
* Confirm booking slot of overlap exists
* use chevron right when on column view
* Show hover card - overlapping date times
* Invalidate on switch
* FIx clearing local storage when you login to another account
* Force re-render on url state (atom quirks)
* Add loading screen
* Add dialog close
* Remove extra grid config
* Translations
* [WIP] - tests
* fix: google calendar busy times (#11696 )
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
* New Crowdin translations by Github Action
* fix: rescheduled value DB update on reschedule and insights view cancelleds (#11474 )
* v3.3.5
* fix minutes string (#11703 )
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
* Regenerated yarn.lock
* Add error component + loader
* await tests
* disable tests - add note
* Refactor to include selected time
* use no-scrollbar
* Fix i18n
* Fix tablet toolbar
* overflow + i18n
* Export empty object as test is TODO
* Uses booker timezone
* Fix hiding switch too early
* Handle selected timezone
* Fix timezone issues
* Fix timezone issues
---------
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: Peer Richelsen <peer@cal.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-10-10 12:05:20 +01:00
Udit Takkar
f9af15175d
fix: subteam avatar flciker ( #11773 )
2023-10-10 12:00:25 +01:00
Hariom Balhara
2faf24fb98
test: Add collective scheduling tests ( #11670 )
2023-10-10 09:46:04 +05:30
Hariom Balhara
1456e2d4d5
feat: Embed - Introduce `prerender` instruction - Lightning fast popup experience ( #11303 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2023-10-10 03:10:04 +00:00
Kiran K
b5cf4e50a9
fix: Hide SAML/OIDC login button if no sso connection exists (Self hosted instance) ( #10903 )
...
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
2023-10-09 16:30:30 +01:00
Peer Richelsen
d8f6400add
feat: added dark mode to login, logout, password reset ( #11765 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
2023-10-09 11:51:47 +00:00
Crowdin Bot
018b0e0543
New Crowdin translations by Github Action
2023-10-09 10:47:47 +00:00
Anik Dhabal Babu
a5993061f6
chore: throw toast when adding a new date overwrite ( #11764 )
...
Co-authored-by: Peer Richelsen <peer@cal.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-10-09 10:44:11 +00:00
Crowdin Bot
0b310c0ea8
New Crowdin translations by Github Action
2023-10-09 10:43:24 +00:00
Crowdin Bot
da62984b5c
New Crowdin translations by Github Action
2023-10-09 10:40:23 +00:00
Crowdin Bot
16d73fab89
New Crowdin translations by Github Action
2023-10-09 10:37:08 +00:00
Crowdin Bot
873a4e2000
New Crowdin translations by Github Action
2023-10-09 10:33:51 +00:00
Anik Dhabal Babu
76d476441f
fix: Dialog is open after adding a new overwrite ( #11220 )
...
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-10-09 09:55:14 +01:00
Crowdin Bot
5b7224e47e
New Crowdin translations by Github Action
2023-10-08 20:26:14 +00:00
Keith Williams
8a8d284113
fix: API cold boot issues ( #11740 )
2023-10-06 19:17:07 +01:00
alannnc
b4315b186a
fix: seated event type public id cancels/reschedule entire booking without auth ( #11667 )
...
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-10-06 13:17:15 -03:00
Alex van Andel
a90848edcb
v3.3.6
2023-10-06 15:13:59 +01:00
Peer Richelsen
c105793486
more contrast for cal video ( #11729 )
2023-10-06 12:09:21 +00:00
Peer Richelsen
59b503eb7e
yarn
2023-10-06 13:01:22 +01:00
Peer Richelsen
b6a28b1950
chore: experimental warning for recurring events ( #11727 )
2023-10-06 11:00:01 +00:00
Crowdin Bot
b6ea551580
New Crowdin translations by Github Action
2023-10-06 10:38:53 +00:00
Nikeshkumar TK
c5bf75385f
fix: add number_sms_notifications translation ( #11724 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: Peer Richelsen <peer@cal.com>
2023-10-06 10:35:56 +00:00
Aldrin
1298b05e1a
fix: Single Use Private link does not regenerate after use ( #11705 )
...
* feat: pass down props for hashedlink
* feat: update booking mapper
---------
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
2023-10-06 11:07:55 +01:00
Udit Takkar
e0c27d8721
fix: remove subteam logo ( #11715 )
2023-10-06 09:47:16 +02:00
Rajiv Sahal
666428ba53
fix: location icon doesn't change according to theme ( #11504 )
...
* Pass icon from eventmeta parent component
* Update readme
* fix: use dark:invert on map pin
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* chore: remove log
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: change svg name
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* Update packages/features/bookings/components/event-meta/AvailableEventLocations.tsx
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-10-06 07:46:21 +00:00
Ramsay Sewell
a86d4ec89d
fix: typo in reporting feature sentence ( #11685 )
2023-10-05 06:06:17 -03:00
Carina Wollendorfer
d415944d5b
fix minutes string ( #11703 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-10-05 09:46:00 +01:00
Alex van Andel
98c78ba7e1
v3.3.5
2023-10-04 22:29:48 +01:00