web-template
web-template copied to clipboard
Sharetribe Web Template - starting point to create a client app to your marketplace
Add configuration whether unselected options should be shown
Get the color for from the branding asset.
## Translations ```json "ConfirmSignupForm.displayNameLabel": "Display name", "ConfirmSignupForm.displayNamePlaceholder": "Jane D", "ConfirmSignupForm.displayNameRequired": "You need to add a display name.", "ConfirmSignupForm.phoneNumberLabel": "Phone number", "ConfirmSignupForm.phoneNumberPlaceholder": "Enter your phone number.", "ConfirmSignupForm.phoneNumberRequired": "You need to add...
First of all, thank you for the awesome work you do. Jumping straight to the point: Do you plan to update the web-template to React 18 anytime soon?
Fixes a small issue where the static map doesn't correctly adapt to window width on resize
## Translation changes ```json "DatePicker.clearButton": "Clear value", "DatePicker.screenreader.blockedDate": "{date} is not available", "DatePicker.screenreader.chooseDate": "Choose {date}", "DatePicker.screenreader.chooseEndDate": "Choose {date} as the end date", "DatePicker.screenreader.chooseStartDate": "Choose {date} as the start date", "DatePicker.screenreader.nextMonthButton":...