Mihai C
a37411b8af
refactor: add next-seo ( #531 )
...
* refactor: add next-seo
* refactor: change naming of seo component
2021-08-27 15:35:20 +03:00
Alex van Andel
bc97237858
Remove image from session, add /api/me, update Avatar component ( #493 )
...
* Remove image from session, add /api/me, update Avatar component
* Fixed Avatar on Desktop
* Added emailMd5 to session + load md5 from props on /settings/profile
* Explicitly select which fields to expose in /api/me
* Abstracted Gravatar, defaults avatar for /api/me, removed session dep from UserDropdown
* Delete md5.js :)
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2021-08-22 14:16:42 +01:00
Alex Johansson
f63aa5d550
add linting in CI + fix lint errors ( #473 )
...
* run `yarn lint --fix`
* Revert "Revert "add linting to ci""
This reverts commit 0bbbbee4be
.
* Fixed some errors
* remove unused code - not sure why this was here?
* assert env var
* more type fixes
* fix typings og gcal callback - needs testing
* rename `md5.ts` to `md5.js`
it is js.
* fix types
* fix types
* fix lint errors
* fix last lint error
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2021-08-19 14:27:01 +02:00
Syed Ali Shahbaz
867e582342
code improvement and accept image only for image uploader input
2021-08-12 16:08:01 +05:30
Syed Ali Shahbaz
0c3ec98062
added image-uploader component and refactored profile settings page
2021-08-12 10:14:11 +05:30
Bailey Pumfleet
fd535fc308
Merge pull request #379 from mihaic195/fix/settings-page-and-theme-on-booking-page
...
Fix: Settings page bug and dark theme adjustments
2021-08-03 08:27:29 +01:00
Peer Richelsen
6ae1be6912
minor change on profile
2021-08-02 19:22:35 +02:00
Peer Richelsen
4c2b8f5b6f
styled teams section
2021-08-02 17:36:28 +02:00
Peer Richelsen
64961cada1
added bottom nav, replaced png with svg integration icons, added subtitle to shell component
2021-08-02 16:10:24 +02:00
Bailey Pumfleet
a608f94590
Initial restyling
2021-07-31 00:05:38 +01:00
mihaic195
394be8612b
fix: settings page was missing value prop and restyled dark theme elements on booking page
2021-07-22 15:16:21 +03:00
Alex van Andel
4d7427ad91
Fixes some linting + codacy issues
2021-07-11 19:43:28 +00:00
Alex van Andel
5206fb4f88
Implemented theme through user preferences
2021-07-09 23:13:34 +00:00
Bailey Pumfleet
51c0556d30
Hide Calendso branding
2021-06-29 17:08:55 +01:00
Alex van Andel
1668785678
Prevent users from entering mixed case usernames
...
Booking pages are case insensitive new, so no more case sensitive
usernames.
2021-06-23 16:10:58 +00:00
Alex van Andel
f24ca5b672
Fixed incorrect variable & also clears old errors now
2021-06-09 20:32:02 +00:00
Alex van Andel
e8a5357a89
Restricted usernames to be unique, removes the potential for username conflicts
2021-06-09 12:26:00 +00:00
Heath Daniel
71e50c58d6
Add ability to select first day of week
2021-05-17 18:10:40 -04:00
Fernando Barrios
ba2feb2c15
feat: Add support to use gravatar as a fallback avatar
2021-05-08 14:26:19 -06:00
Alex van Andel
880c4e91a3
Removed redirect clientside session logic from pages and moved to shell
2021-05-07 16:01:29 +00:00
Ryan Jung
03717a0a29
add required attribute to all required <input> tags
2021-05-05 17:58:42 -04:00
Alex van Andel
df88919d15
Remove the 'Cancel' button from the Settings pages suggested in #140
2021-05-04 11:36:06 +00:00
Bailey Pumfleet
ea31607598
Fix a bunch of TypeScript errors
2021-04-29 14:47:01 +01:00
Bailey Pumfleet
1b7c9cf359
Fix TypeScript ref errors
2021-04-29 14:04:08 +01:00
Bailey Pumfleet
c2dfbaad88
Set avatar through URL
2021-04-29 13:36:37 +01:00
Alex van Andel
d482b54fda
Implemented react-timezone-select library, required the installation of 'next-transpile-modules', due to import and export not being natively supported within Next.js.
2021-04-26 12:14:23 +00:00
Alex van Andel
d867631aee
Combine different timezones to condense the list a little bit. Fixes https://github.com/calendso/calendso/issues/80
2021-04-22 18:03:52 +00:00
Bailey Pumfleet
35f7b30097
Add success modal
2021-04-20 13:56:50 +01:00
Leonardo Stenico
96e2b762c6
Now owners can set their time zone and users can see available times relatively to their current time zone
2021-04-16 04:09:22 +02:00
Bailey Pumfleet
652288679c
Change full name field to defaultValue
2021-04-09 16:51:00 +01:00
Bailey Pumfleet
d209d3dd04
Add page headings to settings pages
2021-04-07 22:07:16 +01:00
Bailey Pumfleet
f55f2f6321
Add settings section
2021-04-07 16:03:02 +01:00