-
Notifications
You must be signed in to change notification settings - Fork 943
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manage Availability #972
Manage Availability #972
Conversation
89dae8a
to
63bfc65
Compare
1d59236
to
6ca70ae
Compare
6ca70ae
to
27db13c
Compare
a023d0e
to
ecd93bf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I had few small questions
.title { | ||
margin-bottom: 19px; | ||
|
||
@media (--viewportLarge) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is a new CSS file would it be better not to nest the media queries? If it was something that we shouldn't do anymore.
|
||
padding-top: 1px; | ||
|
||
@media (--viewportMedium) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here the same thing with media queries. Would it be better not to nest them?
).seats; | ||
|
||
const currentException = findException(exceptions, date); | ||
const draft = draftException(exceptions, start, end, seatsFromPlan); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could the variable draft
be renamed to draftException
and function draftException
e.g. to makeDraftException
for consistency because just draft
might be confusing. At least I first thought it had something to do with a draft listing.
@@ -33,18 +25,34 @@ | |||
flex-grow: 1; | |||
position: relative; | |||
width: 100%; | |||
height: 100%; | |||
/*height: 100%;*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This row is not needed
ecd93bf
to
f82b569
Compare
- requestFetchBookings - requestFetchAvailabilityExceptions - requestCreateAvailabilityException - requestDeleteAvailabilityException
f82b569
to
afaee40
Compare
afaee40
to
3197d74
Compare
Availability calendar for managing day and night availability through EditListingWizard.
EditListingPage / EditListingWizard will have a new panel: EditListingAvailabilityPanel.
In addition, ManageListingCard has link to that view in "your listings" page.
Note: French translations are not yet updated: changes to fr.json
Mobile (png):
Desktop (png):