-
Notifications
You must be signed in to change notification settings - Fork 4
4261: Fixed preview issues #283
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
Conversation
| className="preview-overlay d-flex justify-content-center align-items-center flex-column" | ||
| > | ||
| <Button | ||
| id="close_preview_button" |
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.
| id="close_preview_button" |
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.
I dont think the id is used
| className="preview-overlay d-flex justify-content-center align-items-center flex-column" | ||
| > | ||
| <Button | ||
| id="close_preview_button" |
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.
| id="close_preview_button" |
src/components/slide/slide-form.jsx
Outdated
| variant="info" | ||
| className="mt-3" | ||
| <Button | ||
| id="close_preview_button" |
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.
| id="close_preview_button" |
sinejespersen
left a comment
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.
Coding standards

Link to ticket
https://leantime.itkdev.dk/#/tickets/showTicket/4261
Description
Added close preview button to full screen preview.
Screenshot of the result
Checklist